Nightly test definition: add missing tests

The following test was missing from all nightlies:
- test_integration/test_crlgen_manage.py

The following tests was missing from nightly_f29:
- test_integration/test_smb.py

The following test was missing from nightly_rawhide:
- test_integration/test_smb.py

Note: nightly_f28 not updated as we stopped testing on f28.
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Florence Blanc-Renaud
2019-07-18 16:30:13 +02:00
committed by Alexander Bokovoy
parent ef80a0746f
commit 41e5d4653a
4 changed files with 72 additions and 0 deletions

View File

@@ -235,6 +235,18 @@ jobs:
timeout: 4800
topology: *master_1repl_1client
fedora-29/test_smb:
requires: [fedora-29/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-29/build_url}'
test_suite: test_integration/test_smb.py
template: *ci-master-f29
timeout: 4800
topology: *master_1repl_1client
fedora-29/test_server_del:
requires: [fedora-29/build]
priority: 50
@@ -1256,3 +1268,15 @@ jobs:
template: *ci-master-f29
timeout: 3600
topology: *ipaserver
fedora-29/test_crlgen_manage:
requires: [fedora-29/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-29/build_url}'
test_suite: test_integration/test_crlgen_manage.py
template: *ci-master-f29
timeout: 3600
topology: *master_1repl

View File

@@ -1280,3 +1280,15 @@ jobs:
template: *ci-master-f30
timeout: 3600
topology: *master_1repl
fedora-30/test_crlgen_manage:
requires: [fedora-30/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-30/build_url}'
test_suite: test_integration/test_crlgen_manage.py
template: *ci-master-f30
timeout: 3600
topology: *master_1repl

View File

@@ -713,3 +713,15 @@ jobs:
template: *pki-master-f29
timeout: 3600
topology: *master_1repl
fedora-29/test_crlgen_manage:
requires: [fedora-29/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-29/build_url}'
test_suite: test_integration/test_crlgen_manage.py
template: *pki-master-f29
timeout: 3600
topology: *master_1repl

View File

@@ -235,6 +235,18 @@ jobs:
timeout: 4800
topology: *master_1repl_1client
fedora-rawhide/test_smb:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_smb.py
template: *ci-master-frawhide
timeout: 4800
topology: *master_1repl_1client
fedora-rawhide/test_server_del:
requires: [fedora-rawhide/build]
priority: 50
@@ -1268,3 +1280,15 @@ jobs:
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_crlgen_manage:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_crlgen_manage.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl