summaryrefslogtreecommitdiffstats
path: root/ipatests/setup.py.in
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-06-11 20:25:56 -0400
committerPetr Viktorin <pviktori@redhat.com>2013-08-28 20:14:46 +0200
commit9b200c7c728604018bc56638a3d5e86c29d69099 (patch)
treee169c9cafe01ea43dd401b6b299ea086143840c9 /ipatests/setup.py.in
parent196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb (diff)
downloadfreeipa-9b200c7c728604018bc56638a3d5e86c29d69099.tar.gz
freeipa-9b200c7c728604018bc56638a3d5e86c29d69099.tar.xz
freeipa-9b200c7c728604018bc56638a3d5e86c29d69099.zip
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
Diffstat (limited to 'ipatests/setup.py.in')
-rw-r--r--ipatests/setup.py.in1
1 files changed, 1 insertions, 0 deletions
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: