nightly_master.yaml Added test_integration/test_ntp_options.py

Signed-off-by: Varun Mylaraiah <mavrun@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
This commit is contained in:
Varun Mylaraiah 2018-09-27 05:02:27 -04:00 committed by Tibor Dudlák
parent dde2aa4b16
commit 715d1223dd
No known key found for this signature in database
GPG Key ID: 12B8BD343576CDF5

View File

@ -930,3 +930,15 @@ jobs:
template: *ci-master-f29 template: *ci-master-f29
timeout: 3600 timeout: 3600
topology: *master_1repl 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