Skip to content

Commit 40ab134

Browse files
smbtorture: Add smb2.acl tests
smb2.acls tests are added inorder to avoid regressions in ACL inheritance code wrt different filesystems. Signed-off-by: Shwetha K Acharya <[email protected]>
1 parent c5710bb commit 40ab134

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

testcases/smbtorture/selftest/flapping

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@
3333
^samba4.ldap.notification.python\(.*\).__main__.LDAPNotificationTest.test_max_search
3434
^samba3.blackbox.smbclient_s3.*.sending a message to the remote server # flakey on sn-devel-104 and sn-devel-144
3535
^samba3.blackbox.smbclient_s3.*.creating a good symlink and deleting it by path # flakey on sn-devel-104 and sn-devel-144
36+
#
37+
# Adding same flapping test as samba upstream
38+
#
39+
^samba3.smb2.acls.INHERITANCE\(ad_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16
40+
^samba3.smb2.acls.DYNAMIC\(ad_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16

testcases/smbtorture/selftest/knownfail

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,3 +342,8 @@
342342
# We currently don't send referrals for LDAP modify of non-replicated attrs
343343
^samba4.ldap.rodc.python\(rodc\).__main__.RodcTests.test_modify_nonreplicated.*
344344

345+
# Adding same known fails as samba upstream
346+
^samba4.smb2.acls.*.generic
347+
^samba4.smb2.acls.*.inheritflags
348+
^samba4.smb2.acls.*.owner
349+
^samba4.smb2.acls.*.ACCESSBASED

testcases/smbtorture/smbtorture-tests-info.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
- smb2.bench
3232
- smb2.winattr2
3333
- smb2.charset
34+
- smb2.acl

0 commit comments

Comments
 (0)