diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index 05d44f1b4..7eb118f50 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -930,3 +930,15 @@ jobs: template: *ci-master-f29 timeout: 3600 topology: *master_1repl + + fedora-28/test_ntp_options: + requires: [fedora-29/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-29/build_url}' + test_suite: test_integration/test_ntp_options.py::TestNTPoptions + template: *ci-master-f29 + timeout: 7200 + topology: *master_1repl_1client