mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
WebUI tests: Test all available fields on "Kerberos Ticket Policy" page
Ticket: https://pagure.io/freeipa/issue/8207 Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
7bef36de64
commit
e668b61fd2
@ -31,6 +31,14 @@ DATA = {
|
||||
'mod': [
|
||||
('textbox', 'krbmaxrenewableage', '599000'),
|
||||
('textbox', 'krbmaxticketlife', '79800'),
|
||||
('textbox', 'krbauthindmaxrenewableage_radius', '601000'),
|
||||
('textbox', 'krbauthindmaxticketlife_radius', '81000'),
|
||||
('textbox', 'krbauthindmaxrenewableage_otp', '602000'),
|
||||
('textbox', 'krbauthindmaxticketlife_otp', '82000'),
|
||||
('textbox', 'krbauthindmaxrenewableage_pkinit', '603000'),
|
||||
('textbox', 'krbauthindmaxticketlife_pkinit', '83000'),
|
||||
('textbox', 'krbauthindmaxrenewableage_hardened', '604000'),
|
||||
('textbox', 'krbauthindmaxticketlife_hardened', '84000'),
|
||||
],
|
||||
}
|
||||
|
||||
@ -38,6 +46,14 @@ DATA2 = {
|
||||
'mod': [
|
||||
('textbox', 'krbmaxrenewableage', '604800'),
|
||||
('textbox', 'krbmaxticketlife', '86400'),
|
||||
('textbox', 'krbauthindmaxrenewableage_radius', '604800'),
|
||||
('textbox', 'krbauthindmaxticketlife_radius', '86400'),
|
||||
('textbox', 'krbauthindmaxrenewableage_otp', '604800'),
|
||||
('textbox', 'krbauthindmaxticketlife_otp', '86400'),
|
||||
('textbox', 'krbauthindmaxrenewableage_pkinit', '604800'),
|
||||
('textbox', 'krbauthindmaxticketlife_pkinit', '86400'),
|
||||
('textbox', 'krbauthindmaxrenewableage_hardened', '604800'),
|
||||
('textbox', 'krbauthindmaxticketlife_hardened', '86400'),
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user