summaryrefslogtreecommitdiffstats
path: root/ipatests/setup.py.in
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-06-27 10:47:58 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-07-25 12:32:35 +0200
commit00dfd9399b1ec4e9631a29ae9ff8d3498c8b5c70 (patch)
tree90feedf7bad88eb96c0979f107529939fbef5c4a /ipatests/setup.py.in
parent13f4b7e9cf8f0f9f0c33775ac8b64d28d9c82323 (diff)
downloadfreeipa-00dfd9399b1ec4e9631a29ae9ff8d3498c8b5c70.tar.gz
freeipa-00dfd9399b1ec4e9631a29ae9ff8d3498c8b5c70.tar.xz
freeipa-00dfd9399b1ec4e9631a29ae9ff8d3498c8b5c70.zip
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
Diffstat (limited to 'ipatests/setup.py.in')
-rw-r--r--ipatests/setup.py.in2
1 files changed, 1 insertions, 1 deletions
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']}