From 00dfd9399b1ec4e9631a29ae9ff8d3498c8b5c70 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 27 Jun 2013 10:47:58 +0200 Subject: Add the ipa-test-task tool This script makes common testing tasks such as IPA installation and uninstallation available outside of Python. https://fedorahosted.org/freeipa/ticket/3721 --- ipatests/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests/setup.py.in') diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in index 845a64642..3ea2729ee 100644 --- a/ipatests/setup.py.in +++ b/ipatests/setup.py.in @@ -76,7 +76,7 @@ def setup_package(): "ipatests.test_pkcs10", "ipatests.test_webui", "ipatests.test_xmlrpc"], - scripts=['ipa-run-tests', 'ipa-test-config'], + scripts=['ipa-run-tests', 'ipa-test-config', 'ipa-test-task'], package_data = { 'ipatests.test_install': ['*.update'], 'ipatests.test_pkcs10': ['*.csr']} -- cgit