Skip to content

Commit

Permalink
Include the HSM tests in the nightlies
Browse files Browse the repository at this point in the history
Related: https://pagure.io/freeipa/issue/9273

Signed-off-by: Rob Crittenden <[email protected]>
Reviewed-By: Florence Blanc-Renaud <[email protected]>
  • Loading branch information
rcritten committed May 16, 2024
1 parent bcd8d2d commit 879a937
Show file tree
Hide file tree
Showing 7 changed files with 1,302 additions and 0 deletions.
168 changes: 168 additions & 0 deletions ipatests/prci_definitions/nightly_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1909,3 +1909,171 @@ jobs:
template: *ci-master-latest
timeout: 600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMInstall:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMInstall
template: *ci-master-latest
timeout: 5400
topology: *master_3repl_1client

fedora-latest/test_hsm_TestHSMInstallADTrustBase:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMInstallADTrustBase
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestADTrustInstallWithDNS_KRA_ADTrust:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestADTrustInstallWithDNS_KRA_ADTrust
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMcertRenewal:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMcertRenewal
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMCALessToExternalToSelfSignedCA:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMCALessToExternalToSelfSignedCA
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMExternalToSelfSignedCA:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMExternalToSelfSignedCA
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMcertFix:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMcertFix
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMcertFixKRA:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMcertFixKRA
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMcertFixReplica:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMcertFixReplica
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMNegative:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMNegative
template: *ci-master-latest
timeout: 1800
topology: *master_1repl

fedora-latest/test_hsm_TestHSMACME:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMACME
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client

fedora-latest/test_hsm_TestHSMBackupRestore:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMBackupRestore
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/test_hsm_TestHSMACMEPrune:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMACMEPrune
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client

fedora-latest/test_hsm_TestHSMVault:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_hsm.py::TestHSMVault
template: *ci-master-latest
timeout: 12000
topology: *master_1repl_1client
196 changes: 196 additions & 0 deletions ipatests/prci_definitions/nightly_latest_pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,3 +1100,199 @@ jobs:
template: *ci-master-latest
timeout: 10800
topology: *master_1repl

pki-fedora/test_hsm_TestHSMInstall:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMInstall
template: *ci-master-latest
timeout: 10800
topology: *master_3repl_1client

pki-fedora/test_hsm_TestHSMInstallADTrustBase:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMInstallADTrustBase
template: *ci-master-latest
timeout: 5400
topology: *master_1repl

pki-fedora/test_hsm_TestADTrustInstallWithDNS_KRA_ADTrust:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestADTrustInstallWithDNS_KRA_ADTrust
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMcertRenewal:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMcertRenewal
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMCALessToExternalToSelfSignedCA:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMCALessToExternalToSelfSignedCA
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMExternalToSelfSignedCA:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMExternalToSelfSignedCA
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMcertFix:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMcertFix
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMcertFixKRA:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMcertFixKRA
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMcertFixReplica:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMcertFixReplica
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMNegative:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMNegative
template: *ci-master-latest
timeout: 1800
topology: *master_1repl

pki-fedora/test_hsm_TestHSMACME:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMACME
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client

pki-fedora/test_hsm_TestHSMBackupRestore:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMBackupRestore
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

pki-fedora/test_hsm_TestHSMACMEPrune:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMACMEPrune
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client

pki-fedora/test_hsm_TestHSMVault:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
copr: '@pki/master'
test_suite: test_integration/test_hsm.py::TestHSMVault
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client
Loading

0 comments on commit 879a937

Please sign in to comment.