summaryrefslogtreecommitdiffstats
path: root/source3/script/tests/test_wbinfo_s3.sh
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Rename wbinfo_s3 to wbinfo_simple and reorder code for clarityAndrew Bartlett2014-04-021-17/+0
| | | | | | | | | Change-Id: Ic2e06e448fce1d91422b711abf663b9253009a53 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Wed Apr 2 13:07:24 CEST 2014 on sn-devel-104
* s3-selftest unconditionaly include subunit.shAndrew Bartlett2011-03-291-2/+0
| | | | | | | we no longer . this file into other shell scripts, so we don't need this check any more. Andrew Bartlett
* s3-selftest convert tests.sh to pythonAndrew Bartlett2011-02-221-42/+3
| | | | | | | This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett
* s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_s3.shMichael Adam2011-02-191-2/+2
| | | | | | It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
* s3:test_wbinfo_s3: test --check-secret and --change-secretStefan Metzmacher2010-02-241-0/+4
| | | | metze
* wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file.Kai Blin2009-08-181-1/+1
|
* s3-selftest: test wbinfo --allocate-uid/gid.Günther Deschner2009-04-231-0/+2
| | | | Guenther
* s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher2009-01-301-0/+2
| | | | | | So that caller can overwrite the functions. metze
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-05-061-2/+2
| | | | | | | Previously domain==netbios name was the right thing to use. Michael (This used to be commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf)
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
| | | | (This used to be commit f8c364da94fac96450116be980e38ddddd3f304a)
* Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| | | | | Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
* selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher2007-12-141-1/+1
| | | | | metze (This used to be commit 56251f78524416435299e26fca405e77d0f42043)
* selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2007-12-141-0/+48
metze (This used to be commit 88b6d2c0e83f515e2f83e5b4edc0728c434c7294)