summaryrefslogtreecommitdiff
path: root/selftest/skip
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2022-11-10 18:31:11 +0100
committerJeremy Allison <jra@samba.org>2022-11-22 18:27:33 +0000
commit45091febd2aaeb9b030c8c14a4f44fe6e7f297bf (patch)
treeeb950eb8674b6e42f7155add229aa8d8573db6a5 /selftest/skip
parentc58c826e43c3b847b0cea3c8b6344274196506ca (diff)
downloadsamba-45091febd2aaeb9b030c8c14a4f44fe6e7f297bf.tar.gz
tests: Start testing reparsepoints
This still all fails, but if you run them against Windows they work. How to run: PYTHONPATH=bin/python \ LOCAL_PATH=/tmp \ SMB1_SHARE=share \ SMB2_SHARE=share \ SHARENAME=share \ SERVER_IP=<server-ip> \ DOMAIN=<your-domain> \ USERNAME=Administrator \ PASSWORD=<your-password> \ SMB_CONF_PATH=/usr/local/samba/etc/smb.conf \ SERVERCONFFILE="$SMB_CONF_PATH" \ python3 -m samba.subunit.run samba.tests.reparsepoints Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/skip')
-rw-r--r--selftest/skip1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/skip b/selftest/skip
index d5cc786f8a5..321a09e988b 100644
--- a/selftest/skip
+++ b/selftest/skip
@@ -148,3 +148,4 @@ bench # don't run benchmarks in our selftest
^samba4.smb2.mangle.*\(ad_dc_ntvfs\)$ # Ignore ad_dc_ntvfs since this is a new test
^samba4.smb2.tcon.*\(ad_dc_ntvfs\)$ # Ignore ad_dc_ntvfs since this is a new test
^samba4.smb2.mkdir.*\(ad_dc_ntvfs\)$ # Ignore ad_dc_ntvfs since this is a new test
+^samba.tests.reparsepoints.*