ipatests: add tests for cached_auth_timeout in sssd.conf

The tests check that auth cache
* is disabled by default
* is working when enabled
* expires after specified time
* is inherited by trusted domain

Related to: https://bugzilla.redhat.com/1685581

Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Sergey Orlov
2019-09-18 11:44:27 +02:00
parent 4ea9aead5c
commit 4ab2842b76
5 changed files with 174 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ topologies:
name: ad_master_2client
cpu: 4
memory: 12000
ad_master: &ad_master
name: ad_master
cpu: 4
memory: 12000
jobs:
fedora-29/build:
@@ -1308,3 +1312,15 @@ jobs:
template: *ci-master-f29
timeout: 10800
topology: *master_1repl
fedora-30/test_sssd:
requires: [fedora-30/build]
priority: 50
job:
class: RunADTests
args:
build_url: '{fedora-30/build_url}'
test_suite: test_integration/test_sssd.py
template: *ci-master-f29
timeout: 3600
topology: *ad_master

View File

@@ -31,6 +31,10 @@ topologies:
name: ad_master_2client
cpu: 4
memory: 12000
ad_master: &ad_master
name: ad_master
cpu: 4
memory: 12000
jobs:
fedora-30/build:
@@ -1320,3 +1324,15 @@ jobs:
template: *ci-master-f30
timeout: 10800
topology: *master_1repl
fedora-30/test_sssd:
requires: [fedora-30/build]
priority: 50
job:
class: RunADTests
args:
build_url: '{fedora-30/build_url}'
test_suite: test_integration/test_sssd.py
template: *ci-master-f30
timeout: 3600
topology: *ad_master

View File

@@ -23,6 +23,10 @@ topologies:
name: master_3repl_1client
cpu: 6
memory: 12900
ad_master: &ad_master
name: ad_master
cpu: 4
memory: 12000
jobs:
fedora-30/build:
@@ -725,3 +729,15 @@ jobs:
template: *testing-master-f30
timeout: 3600
topology: *master_1repl
fedora-30/test_sssd:
requires: [fedora-30/build]
priority: 50
job:
class: RunADTests
args:
build_url: '{fedora-30/build_url}'
test_suite: test_integration/test_sssd.py
template: *testing-master-f30
timeout: 3600
topology: *ad_master

View File

@@ -31,6 +31,10 @@ topologies:
name: ad_master_2client
cpu: 4
memory: 12000
ad_master: &ad_master
name: ad_master
cpu: 4
memory: 12000
jobs:
fedora-rawhide/build:
@@ -1320,3 +1324,15 @@ jobs:
template: *ci-master-frawhide
timeout: 10800
topology: *master_1repl
fedora-30/test_sssd:
requires: [fedora-30/build]
priority: 50
job:
class: RunADTests
args:
build_url: '{fedora-30/build_url}'
test_suite: test_integration/test_sssd.py
template: *ci-master-frawhide
timeout: 3600
topology: *ad_master