freeipa/ipatests
Petr Viktorin 521df77744 ipalib.config: Don't autoconvert values to float
When api.env is loaded, strings that "look like" floats got
auto-converted to floats.
This is wrong, as the conversion to float can lose precision.
Case in point: the api_version (e.g. '2.88') should never be
interpreted as float.

Do not automatically convert to float.

We have two numeric options: startup_timeout and wait_for_dns.
wait_for_dns is already converted to int when used in the code.
Convert startup_timeout to float explicitly when used, so
configuration that specified it with a decimal point continues
to work.

Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2014-06-16 13:38:54 +02:00
..
man ipatests: Setup SSSD debugging mode by default 2014-05-09 13:57:04 +03:00
test_cmdline Do not hardcode path to ipa-getkeytab in tests 2014-03-13 15:52:18 +01:00
test_install Turn LDAPEntry.single_value into a dictionary-like property. 2013-11-05 13:56:55 +01:00
test_integration ipatests: Enable SSSD debugging on legacy clients with SSSD 2014-05-09 13:57:04 +03:00
test_ipalib ipalib.config: Don't autoconvert values to float 2014-06-16 13:38:54 +02:00
test_ipapython Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
test_ipaserver test_ldap: Read a publicly accessible attribute when testing anonymous bind 2014-04-25 14:06:08 +02:00
test_pkcs10 Update pkcs10 module functions to always load CSRs and allow selecting format. 2014-03-25 16:54:55 +01:00
test_smartproxy Implement an IPA Foreman smartproxy server 2014-04-30 21:57:27 +02:00
test_webui webui: control sudo rule deny command tables by category switch 2014-06-12 09:56:49 +02:00
test_xmlrpc ipalib.frontend: Do API version check before converting arguments 2014-06-13 14:15:06 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
beakerlib_plugin.py beakerlib plugin: Don't try to submit logs if they are missing 2013-10-30 11:55:15 +01:00
data.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
i18n.py Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-run-tests Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-test-config ipa-test-config: Add --json and --yaml output options 2014-03-05 10:00:58 +01:00
ipa-test-task ipatests: Setup SSSD debugging mode by default 2014-05-09 13:57:04 +03:00
order_plugin.py ipatests: Extend the order plugin to properly handle inheritance 2013-10-17 10:48:03 +02:00
setup.py.in Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
test_util.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
util.py Require rid-base and secondary-rid-base in idrange-add after ipa-adtrust-install 2013-06-24 14:30:06 +02:00