freeipa/ipatests/test_webui
Petr Viktorin f2ee8a7403 test_webui: Allow False values in configuration for no_ca, no_dns, has_trusts
The driver only checked if the corresponding value was in the config, so
    no_dns: False
had the same effect as
    no_dns: True

Change the check to take the value into consideration.

This makes false-y values like False (from YAML) and empty string
(from environment) work as if the value was not specified.
2013-12-10 15:42:33 +01:00
..
__init__.py Upstream Web UI tests 2013-07-16 13:15:59 +02:00
data_group.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_hbac.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_hostgroup.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_netgroup.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_sudo.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_user.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
README Upstream Web UI tests 2013-07-16 13:15:59 +02:00
task_range.py Web UI integration tests: ID range types 2013-08-22 15:23:56 +02:00
test_automember.py Add web UI integration tests for automember rebuild 2013-11-15 13:28:16 +01:00
test_automount.py Fix enablement of automount map type selector 2013-10-03 09:13:45 +02:00
test_cert.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_config.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_delegation.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_dns.py Fix redirection on deletion of last dns record entry 2013-09-16 13:56:25 +02:00
test_group.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_hbac.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_host.py Allow edit of ipakrbokasdelegate in Web UI when attrlevelrights are unknown 2013-09-26 10:24:14 +02:00
test_hostgroup.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_krbtpolicy.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_navigation.py Web UI integration tests: CA-less 2013-08-22 15:23:56 +02:00
test_netgroup.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_pwpolicy.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_range.py Update idrange search facet after trust creation 2013-08-28 14:23:42 +02:00
test_rbac.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_realmdomains.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_selfservice.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_selinuxusermap.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_service.py Web UI Integration tests: Kerberos Flags 2013-08-22 15:23:56 +02:00
test_sudo.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
test_trust.py Update idrange search facet after trust creation 2013-08-28 14:23:42 +02:00
test_user.py Fix password expiration notification 2013-10-30 13:31:12 +01:00
ui_driver.py test_webui: Allow False values in configuration for no_ca, no_dns, has_trusts 2013-12-10 15:42:33 +01:00

http://www.freeipa.org/page/Web_UI_Integration_Tests