mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
parent
a7e400fa65
commit
6f2451ce9e
@ -836,6 +836,7 @@ fi
|
||||
%dir %{python_sitelib}/ipatests/test_ipapython
|
||||
%dir %{python_sitelib}/ipatests/test_ipaserver
|
||||
%dir %{python_sitelib}/ipatests/test_ipaserver/test_install
|
||||
%dir %{python_sitelib}/ipatests/test_ipaserver/data
|
||||
%dir %{python_sitelib}/ipatests/test_pkcs10
|
||||
%dir %{python_sitelib}/ipatests/test_webui
|
||||
%dir %{python_sitelib}/ipatests/test_xmlrpc
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user