summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorence Blanc-Renaud <flo@redhat.com>2018-11-12 16:10:09 +0100
committerChristian Heimes <cheimes@redhat.com>2018-11-13 15:16:35 +0100
commit14ad844bb164b4b83b8462fe6e8fa2273acef07f (patch)
treea1461913c31eedc6ffa8b82c8f1581c51592b171
parent61e1d7a83bc357751c5eb081f537194565bc7e65 (diff)
downloadfreeipa-14ad844bb164b4b83b8462fe6e8fa2273acef07f.tar.gz
freeipa-14ad844bb164b4b83b8462fe6e8fa2273acef07f.tar.xz
freeipa-14ad844bb164b4b83b8462fe6e8fa2273acef07f.zip
ipatests: add missing tests in test_backup_and_restore.py
3 tests were missing from this test file in the nightly tests: - TestBackupAndRestoreWithReplica - TestBackupAndRestoreDMPassword - TestReplicaInstallAfterRestore one test was having the wrong name in nightly_rawhide: TestUserRootFilesOwnershipPermission Related to https://pagure.io/freeipa/issue/7743 Reviewed-By: Christian Heimes <cheimes@redhat.com>
-rw-r--r--ipatests/prci_definitions/nightly_master.yaml36
-rw-r--r--ipatests/prci_definitions/nightly_rawhide.yaml40
2 files changed, 74 insertions, 2 deletions
diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml
index a37fc5b8e..291d9cfed 100644
--- a/ipatests/prci_definitions/nightly_master.yaml
+++ b/ipatests/prci_definitions/nightly_master.yaml
@@ -400,6 +400,42 @@ jobs:
timeout: 7200
topology: *master_1repl
+ fedora-28/test_backup_and_restore_TestBackupAndRestoreWithReplica:
+ requires: [fedora-28/build]
+ priority: 50
+ job:
+ class: RunPytest
+ args:
+ build_url: '{fedora-28/build_url}'
+ test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
+ template: *ci-master-f28
+ timeout: 7200
+ topology: *master_1repl
+
+ fedora-28/test_backup_and_restore_TestBackupAndRestoreDMPassword:
+ requires: [fedora-28/build]
+ priority: 50
+ job:
+ class: RunPytest
+ args:
+ build_url: '{fedora-28/build_url}'
+ test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
+ template: *ci-master-f28
+ timeout: 7200
+ topology: *master_1repl
+
+ fedora-28/test_backup_and_restore_TestReplicaInstallAfterRestore:
+ requires: [fedora-28/build]
+ priority: 50
+ job:
+ class: RunPytest
+ args:
+ build_url: '{fedora-28/build_url}'
+ test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
+ template: *ci-master-f28
+ timeout: 7200
+ topology: *master_2repl_1client
+
fedora-28/test_dnssec:
requires: [fedora-28/build]
priority: 50
diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml
index 517bf0712..b172241ef 100644
--- a/ipatests/prci_definitions/nightly_rawhide.yaml
+++ b/ipatests/prci_definitions/nightly_rawhide.yaml
@@ -304,14 +304,14 @@ jobs:
timeout: 5400
topology: *master_1repl
- fedora-rawhide/test_backup_and_restore_TestUserrootFilesOwnership:
+ fedora-rawhide/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
- test_suite: test_integration/test_backup_and_restore.py::TestUserrootFilesOwnership
+ test_suite: test_integration/test_backup_and_restore.py::TestUserRootFilesOwnershipPermission
template: *ci-master-frawhide
timeout: 7200
topology: *master_1repl
@@ -400,6 +400,42 @@ jobs:
timeout: 7200
topology: *master_1repl
+ fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreWithReplica:
+ requires: [fedora-rawhide/build]
+ priority: 50
+ job:
+ class: RunPytest
+ args:
+ build_url: '{fedora-rawhide/build_url}'
+ test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithReplica
+ template: *ci-master-frawhide
+ timeout: 7200
+ topology: *master_1repl
+
+ fedora-rawhide/test_backup_and_restore_TestBackupAndRestoreDMPassword:
+ requires: [fedora-rawhide/build]
+ priority: 50
+ job:
+ class: RunPytest
+ args:
+ build_url: '{fedora-rawhide/build_url}'
+ test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreDMPassword
+ template: *ci-master-frawhide
+ timeout: 7200
+ topology: *master_1repl
+
+ fedora-rawhide/test_backup_and_restore_TestReplicaInstallAfterRestore:
+ requires: [fedora-rawhide/build]
+ priority: 50
+ job:
+ class: RunPytest
+ args:
+ build_url: '{fedora-rawhide/build_url}'
+ test_suite: test_integration/test_backup_and_restore.py::TestReplicaInstallAfterRestore
+ template: *ci-master-frawhide
+ timeout: 7200
+ topology: *master_2repl_1client
+
fedora-rawhide/test_dnssec:
requires: [fedora-rawhide/build]
priority: 50