]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/vstart_runner.py: be python3 compatible
authorKefu Chai <kchai@redhat.com>
Mon, 20 Apr 2020 10:27:58 +0000 (18:27 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 20 Apr 2020 11:41:09 +0000 (19:41 +0800)
commitbedea85019076999a205c421bbf593ab8ab0641b
treea8327624d0dd8ed7b6c32d293b700736158a6e58
parentc6e48ef0f024b4a3f4b457367544d773197933d4
qa/tasks/vstart_runner.py: be python3 compatible

differentiate `str` and `bytes` instances, and drop python2 support from
vstart_runner.py, as we've moved to python3 already

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/vstart_runner.py