From 258cacb11607426364e92ae17726e7582af5c3d7 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Jul 02 2019 07:35:00 +0000 Subject: Add test_smb to night Fedora 30 test suite This exercises the removal of 3DES and RC4 via Samba. Reviewed-By: Robbie Harwood Reviewed-By: Alexander Bokovoy --- diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index 5e4b32a..7343f81 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -219,6 +219,18 @@ jobs: timeout: 4800 topology: *master_1repl_1client + fedora-30/test_smb: + requires: [fedora-30/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-30/build_url}' + test_suite: test_integration/test_smb.py + template: *ci-master-f30 + timeout: 4800 + topology: *master_1repl_1client + fedora-30/test_server_del: requires: [fedora-30/build] priority: 50