summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-07-02 16:35:27 +0200
committerMartin Kosek <mkosek@redhat.com>2014-07-04 09:03:49 +0200
commit6f2451ce9e68e2425c665f5dc11d0800ae83a0b2 (patch)
tree6b7b869c9b7bb7f10e4bb5d2e607381e6685f1c0 /ipatests
parenta7e400fa654c8afb44b25f0645747c200ef34e09 (diff)
downloadfreeipa-6f2451ce9e68e2425c665f5dc11d0800ae83a0b2.tar.gz
freeipa-6f2451ce9e68e2425c665f5dc11d0800ae83a0b2.tar.xz
freeipa-6f2451ce9e68e2425c665f5dc11d0800ae83a0b2.zip
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 <mkosek@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/setup.py.in4
1 files changed, 3 insertions, 1 deletions
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]