Skip to content

Commit

Permalink
testing dnf install
Browse files Browse the repository at this point in the history
  • Loading branch information
f-trivino committed May 12, 2020
1 parent 8882fc4 commit 34dbb8c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .freeipa-pr-ci.yaml
41 changes: 34 additions & 7 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,41 @@ jobs:
timeout: 1800
topology: *build

fedora-latest/temp_commit:
requires: [fedora-latest/build]
testing-fedora/test_backup_and_restore_TestBackupAndRestoreTrust:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_REPLACEME.py
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
template: *testing-master-latest
timeout: 7200
topology: *master_1repl

testing-fedora/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
template: *testing-master-latest
timeout: 7200
topology: *master_1repl

testing-fedora/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
template: *testing-master-latest
timeout: 7200
topology: *master_1repl

0 comments on commit 34dbb8c

Please sign in to comment.