summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_net_misc.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-07-19s3:script: Fix code spellingAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
2022-06-08s3:tests: Reformat test_net_misc.shAndreas Schneider1-16/+15
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-12-05s3/script/tests: Add simple test for net share listNoel Power1-0/+13
Adding a test for the net share list command. Currently this command will fail because of a bug in the net command when it tries to see if rpc is supported. This change adds a known fail to swallow this error. A future commit will fix the net command and remove the known fail Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
2019-12-05s3/script/tests: Prepare to split samba3.blackbox.net.misc for SMB1/SMB2Noel Power1-3/+9
modify test_net_misc.sh to accept optional protocol, no protocol specified and it behaves more or less as before (expect this time the client max protocol is explicitly speficied) Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
2011-09-12s3-selftest: Set path to bin/net and bin/wbinfo in command line to test scriptsAndrew Bartlett1-2/+3
This makes it easier to reproduce these tests outside the test environment, as we rely less on environment variables. Andrew Bartlett
2011-03-29s3-selftest unconditionaly include subunit.shAndrew Bartlett1-2/+0
we no longer . this file into other shell scripts, so we don't need this check any more. Andrew Bartlett
2011-02-22s3-selftest convert tests.sh to pythonAndrew Bartlett1-0/+11
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett
2011-02-16s3:test: use the blackbox subunit test driver in the net_misc tests.Michael Adam1-2/+2
2009-01-30s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher1-0/+2
So that caller can overwrite the functions. metze
2009-01-28selftest: abstract Samba3 provision a bitStefan Metzmacher1-1/+1
metze
2008-06-19Fix typoVolker Lendecke1-1/+1
(This used to be commit 2eef2c682c18ad37b78214c755b9dd7c8b607cb8)
2008-05-06tests: Add a net_misc test.Kai Blin1-0/+50
(This used to be commit 026d701aff2c035359894786ec22b4ed829cfb31)