From 6f2451ce9e68e2425c665f5dc11d0800ae83a0b2 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 2 Jul 2014 16:35:27 +0200 Subject: test_ipaserver: Add OTP token test data to ipatests package The missing files caused test failures when running tests out of tree. Reviewed-By: Martin Kosek --- ipatests/setup.py.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ipatests/setup.py.in') diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in index b50cb6026..7f041465c 100644 --- a/ipatests/setup.py.in +++ b/ipatests/setup.py.in @@ -80,7 +80,9 @@ def setup_package(): package_data = { 'ipatests.test_install': ['*.update'], 'ipatests.test_integration': ['scripts/*'], - 'ipatests.test_pkcs10': ['*.csr']} + 'ipatests.test_pkcs10': ['*.csr'], + "ipatests.test_ipaserver": ['data/*'], + } ) finally: del sys.path[0] -- cgit