From 45091febd2aaeb9b030c8c14a4f44fe6e7f297bf Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 10 Nov 2022 18:31:11 +0100 Subject: 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= \ DOMAIN= \ USERNAME=Administrator \ 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 Reviewed-by: Jeremy Allison --- source3/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/selftest') diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index f6cc6e0c639..dceed0e0072 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -1687,3 +1687,4 @@ for t in CLUSTERED_LOCAL_TESTS: "-N 1000 -o 2000"]) planpythontestsuite("fileserver", "samba.tests.smb3unix") +planpythontestsuite("fileserver", "samba.tests.reparsepoints") -- cgit v1.2.1