Merge pull request #25839 from tchaikov/wip-37773

mgr/test_orchestrator: correct ceph-volume path

Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
Sebastian Wagner 2019-01-10 09:29:11 +01:00 committed by GitHub
commit 4dd332ebfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ class TestOrchestrator(MgrModule, orchestrator.Orchestrator):
There is no guarantee which devices are returned by get_inventory.
"""
try:
c_v_out = check_output(['ceph_volume', 'inventory', '--format', 'json'])
c_v_out = check_output(['ceph-volume', 'inventory', '--format', 'json'])
except OSError:
cmd = """
. /tmp/ceph-volume-virtualenv/bin/activate