From 2a9be928556e58a69b7ce7a3b7f0aebd8f4c23bc Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 24 May 2013 13:48:53 +0200 Subject: Upstream Web UI tests Documentation: http://www.freeipa.org/page/Web_UI_Integration_Tests https://fedorahosted.org/freeipa/ticket/3744 --- 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 2a5bffce9..845a64642 100644 --- a/ipatests/setup.py.in +++ b/ipatests/setup.py.in @@ -74,6 +74,7 @@ def setup_package(): "ipatests.test_ipaserver", "ipatests.test_ipaserver.install", "ipatests.test_pkcs10", + "ipatests.test_webui", "ipatests.test_xmlrpc"], scripts=['ipa-run-tests', 'ipa-test-config'], package_data = { -- cgit