]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
misc: use remote.sh instead of remote.run 1318/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Tue, 8 Oct 2019 22:04:20 +0000 (00:04 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Tue, 8 Oct 2019 23:01:40 +0000 (01:01 +0200)
commit41a13eca480e38cfeeba7a180b4516b90598c39b
tree9b427771d110183dee9f9c6d25740a386033b532
parent683914cb0cdd6445b9c63d4692dd83e8e9465066
misc: use remote.sh instead of remote.run

To ease porting and compatibility in order to avoid
usage of cStringIO.StringIO it is better to use
remote.sh method which supposed to return captured
value as a string.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/misc.py
teuthology/test/test_misc.py