]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tox: replace testinfra by pytest for add-mgrs
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 2 Apr 2020 20:26:48 +0000 (16:26 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 3 Apr 2020 14:43:21 +0000 (10:43 -0400)
commita472064cb888f3cf8cdc49086b120308e48d0665
tree774811543bf2abc3ef794ad666841bcfb334d853
parentba6bd3ca3d11712568f6f08747825d95d4fb56aa
tox: replace testinfra by pytest for add-mgrs

The add-mgrs scenario is still using the testinfra command instead of
pytest so the tests exectution are failling.

ERROR: InvocationError for command could not find executable testinfra

This also adds the missing --ssh-config option to testinfra.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 92f538f1af56c8f4cd28a4409e32397efbc77e52)
tox.ini