From 19a9a1a2b5e6269f04d77a5e3c01dd936b3d76a3 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 28 Apr 2020 22:21:41 +0300 Subject: [PATCH] temporary test SMB server and ipa-print-pac 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. --- .freeipa-pr-ci.yaml | 2 +- ipatests/prci_definitions/temp_commit.yaml | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index abcf8c5b634..80656690080 120000 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -1 +1 @@ -ipatests/prci_definitions/gating.yaml \ No newline at end of file +ipatests/prci_definitions/temp_commit.yaml \ No newline at end of file diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index a447a05e347..293db8646b7 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -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