ipatests: fix incomplete nightly def in nightly_previous

The job definition for fedora-previous/test_installation_client
is missing the .py in the test file:
        test_suite: test_integration/test_installation_client
should be instead:
        test_suite: test_integration/test_installation_client.py

Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2021-01-26 13:43:07 +01:00
parent 43222cb855
commit 296f27dce4

View File

@ -1107,7 +1107,7 @@ jobs:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_installation_client
test_suite: test_integration/test_installation_client.py
template: *ci-master-previous
timeout: 7200
topology: *master_1repl_1client