diff options
author | David Disseldorp <ddiss@samba.org> | 2013-05-15 00:45:17 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-03-31 18:40:25 +0200 |
commit | 5c166d5cdbc21b4e40f6a8f88f5d190763234f17 (patch) | |
tree | 3dd90c5e856c6015c494d66aea5e17f4f5934c93 /selftest | |
parent | 2e9ea9f195d2050d17d3c5748a26c6ca0f6e3ff0 (diff) | |
download | samba-5c166d5cdbc21b4e40f6a8f88f5d190763234f17.tar.gz |
selftest: run the FSRVP test suite against s3fs
With FSRVP server support now present along with suitable mock-up test
infrastructure, run the FSRVP test suite against s3fs.
Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 1 | ||||
-rw-r--r-- | selftest/skip | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 1cf34da8ff7..c16e916d066 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -218,6 +218,7 @@ ^samba3.rpc.spoolss.printer.addprinterex.driver_info_winreg # knownfail or flapping? ^samba3.rpc.spoolss.printer.*.publish_toggle\(.*\)$ # needs spoolss AD member env ^samba3.rpc.spoolss.printserver.*.add_processor\(.*\)$ +^samba4.rpc.fsrvp # fsrvp server only provided by smbd # # The following tests fail against ad_dc (aka s3fs) currently. # These need to be examined and either fixed or correctly categorised. diff --git a/selftest/skip b/selftest/skip index ffb138cecb8..a66fffb7032 100644 --- a/selftest/skip +++ b/selftest/skip @@ -84,7 +84,6 @@ ^samba4.rpc.frsapi # Not provided by Samba 4 ^samba4.rpc.ntsvcs # Not provided by Samba 4 ^samba4.rpc.dfs # Not provided by Samba 4 -^samba4.rpc.fsrvp # fsrvp server support not yet provided ^samba4.rpc.clusapi # clusapi server support not yet provided ^samba4.*.base.samba3.* # Samba3-specific test ^samba4.*.raw.samba3.* # Samba3-specific test |