summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@samba.org>2020-11-28 08:06:09 +0530
committerGünther Deschner <gd@samba.org>2020-12-01 14:17:57 +0100
commitfd2c23452f6b6df295d0428f55958722ced9654a (patch)
treeeeb30ae21333a11fdacab5c7abf0303728e6a72b
parentc95d1d01ebe2bed32a7fdd2eb6718d00763ef220 (diff)
downloadsamba-integration-fd2c23452f6b6df295d0428f55958722ced9654a.tar.gz
samba-integration-fd2c23452f6b6df295d0428f55958722ced9654a.tar.xz
samba-integration-fd2c23452f6b6df295d0428f55958722ced9654a.zip
New python samba test script
-rw-r--r--packaging/samba.spec.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/samba.spec.j2 b/packaging/samba.spec.j2
index 4c1d987..9a1fd5e 100644
--- a/packaging/samba.spec.j2
+++ b/packaging/samba.spec.j2
@@ -2411,6 +2411,7 @@ fi
%{python3_sitearch}/samba/tests/__pycache__/complex_expressions.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/core.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/credentials.*.pyc
+%{python3_sitearch}/samba/tests/__pycache__/cred_opt.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/dckeytab.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/dns.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/dns_base.*.pyc
@@ -2547,6 +2548,7 @@ fi
%{python3_sitearch}/samba/tests/complex_expressions.py
%{python3_sitearch}/samba/tests/core.py
%{python3_sitearch}/samba/tests/credentials.py
+%{python3_sitearch}/samba/tests/cred_opt.py
%dir %{python3_sitearch}/samba/tests/dcerpc
%{python3_sitearch}/samba/tests/dcerpc/__init__.py
%dir %{python3_sitearch}/samba/tests/dcerpc/__pycache__