From 9b200c7c728604018bc56638a3d5e86c29d69099 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 11 Jun 2013 20:25:56 -0400 Subject: Add CA-less install tests Differences from the test plan at http://www.freeipa.org/index.php?title=V3/CA-less_install&oldid=6669 are: - The following tests are included in all applicable positive install tests, rather than being standalone test cases: - Verify CA certificate stored in LDAP - Verify CA PEM file created by IPA server install - Verify that IPA server install does not configure certmonger - Verify CA PEM file created by IPA replica install - Verify that IPA replica install does not configure certmonger - Verify CA PEM file created by IPA client install - PKI setup is done only once for each test class - Master installation is done once for the IPA command tests, and once for the certinstall tests - Certificates are compared after base64 decoding to avoid failures from formatting mismatches - Minor changes necessary for automation (e.g. adding --unattended and --password options, correcting error messages) - Web UI tests are not included here https://fedorahosted.org/freeipa/ticket/3830 --- ipatests/setup.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ipatests/setup.py.in') diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in index 3ea2729ee..afbe9abc0 100644 --- a/ipatests/setup.py.in +++ b/ipatests/setup.py.in @@ -79,6 +79,7 @@ def setup_package(): scripts=['ipa-run-tests', 'ipa-test-config', 'ipa-test-task'], package_data = { 'ipatests.test_install': ['*.update'], + 'ipatests.test_integration': ['scripts/*'], 'ipatests.test_pkcs10': ['*.csr']} ) finally: -- cgit