mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
43222cb855
commit
296f27dce4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user