Skip to content

Commit

Permalink
temporary test SMB server and ipa-print-pac
Browse files Browse the repository at this point in the history
SMB server uses Kerberos principal alias similar to Windows server for
the cifs/.. principal similar to https://pagure.io/freeipa/issue/8291.

Also test ipa-print-pac in test_commands.
  • Loading branch information
abbra committed May 19, 2020
1 parent d387f9d commit 19a9a1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .freeipa-pr-ci.yaml
18 changes: 15 additions & 3 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,26 @@ jobs:
timeout: 1800
topology: *build

fedora-latest/temp_commit:
fedora-latest/test_smb:
requires: [fedora-latest/build]
priority: 50
job:
class: RunADTests
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_smb.py
template: *ci-master-latest
timeout: 7200
topology: *ad_master_2client

fedora-latest/test_commands:
requires: [fedora-latest/build]
priority: 100
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_REPLACEME.py
test_suite: test_integration/test_commands.py
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client
topology: *master_1repl

0 comments on commit 19a9a1a

Please sign in to comment.