]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: always use subprocess.{DEVNULL,check_output}
authorKefu Chai <kchai@redhat.com>
Thu, 3 Sep 2020 04:46:48 +0000 (12:46 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 3 Sep 2020 05:09:16 +0000 (13:09 +0800)
commiteda90040adf80ceb4c2bc437af9615293c9b2781
tree2737436755e095a8c232217eca5449d97051035a
parent968df0cae65509a7334514302cb61bb4d1752e60
qa: always use subprocess.{DEVNULL,check_output}

no need to check for their existence, and prepare a replacement.
because we've migrated to python3. and we only support python3.6 and up.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/standalone/special/ceph_objectstore_tool.py
qa/tasks/ceph_manager.py