From c577420e40a353f3038263bf8ef763f7c01f6f22 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 24 May 2013 19:55:21 +0200 Subject: Add a framework for integration test configuration Integration tests are configured via environment variables. Add a framework for parsing these variables and storing them in easy-to-use objects. Add an `ipa-test-config` executable that loads the configuration and prints out variables needed in shell scripts. Part of the work for https://fedorahosted.org/freeipa/ticket/3621 --- freeipa.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 05b43bc2..a734bda6 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -815,6 +815,7 @@ fi %dir %{python_sitelib}/ipatests/test_pkcs10 %dir %{python_sitelib}/ipatests/test_xmlrpc %{_bindir}/ipa-run-tests +%{_bindir}/ipa-test-config %{python_sitelib}/ipatests-*.egg-info %endif # ! %{ONLY_CLIENT} -- cgit