]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests/library: define container cmd once
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 31 Mar 2020 20:31:40 +0000 (16:31 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 14 May 2020 15:46:43 +0000 (17:46 +0200)
commita8e458c452af22edc98af586619c13eed84f5785
tree1c0bb76b85c40da08997d2b1ca583bcd1c64dc9c
parent4fb9722c482a95505c7b080211b5b7b286e6ee2f
tests/library: define container cmd once

In containerized deployment, the ceph_volume module will always uses
the same container command prefix for all actions.
Instead of duplicate this code in all container tests we can define it
once.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tests/library/test_ceph_volume.py