selftest: Don't skip smb1 tests and remove associate skip file
authorNoel Power <noel.power@suse.com>
Tue, 10 Dec 2019 16:10:20 +0000 (16:10 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:33 +0000 (15:08 +0000)
remove the skip file and the code to use it from the build as
all tests now run in either specific smb1 enabled envs or normal
(non smb1) envs

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/skip_smb1_fails [deleted file]
selftest/wscript

diff --git a/selftest/skip_smb1_fails b/selftest/skip_smb1_fails
deleted file mode 100644 (file)
index 6d6d23a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# This file contains a list of regular expressions matching testsuites that
-# should be skipped during "make test".
-# These testsuites are failing with min protocol set to SMB2_02 indicating
-# that these tests are SMB1 only or have some SMB1 dependency \(or fail\) for
-# so other odd reason. We need to either
-# a) remove the failing test
-# b) port the failing test to SMB2
-# c) fix the test
index 4bb4ead2a3523c9f41a665407eca92a310b832cc..57057be176e13947154a1063bdf67400dab23244 100644 (file)
@@ -182,9 +182,6 @@ def cmd_testonly(opt):
     else:
         env.FILTER_OPTIONS = '${FILTER_XFAIL}'
 
-    # Maybe this should be optional
-    env.OPTIONS += ' --exclude=${srcdir}/selftest/skip_smb1_fails'
-
     if Options.options.VALGRIND:
         os.environ['VALGRIND'] = 'valgrind -q --num-callers=30'
         if Options.options.VALGRINDLOG is not None: