]> 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:07 +0000 (10:43 -0400)
commite3ba664ca5c197356acda1c883862c8048e76169
treea0042adc6301dd088c6ce31a7333cb64e7f672d3
parentc094143523b8ac3e2936636b147b20a6a9d1179b
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