summaryrefslogtreecommitdiff
path: root/lib/torture/torture.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-21libtorture: factor out simple ui backendGregor Beck1-0/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-11-03torture: add torture_assert_guid_equal() macro.Günther Deschner1-0/+10
Guenther
2010-12-22s4-smbtorture: add torture_assert_nttime_equal macro.Günther Deschner1-1/+7
Guenther
2010-12-17s4-smbtorture: add torture_assert_strn_equal macro.Günther Deschner1-0/+10
Guenther
2010-12-04lib/torture: add torture_assert_u64_equal_goto()Stefan Metzmacher1-0/+13
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 4 12:55:44 CET 2010 on sn-devel-104
2010-10-11lib/torture: Add function to clean up the output directoryAndrew Bartlett1-0/+1
This helps to avoid leaving 85MB of provision around for every NET-API-BECOME-DC test. Andrew Bartlett Signed-off-by: Matthieu Patou <mat@matws.net>
2010-09-22smbtorture: Report times.Jelmer Vernooij1-0/+3
2010-09-21torture: Remove active_testname variable.Jelmer Vernooij1-2/+1
2010-09-21torture: Fix running individual tests.Jelmer Vernooij1-0/+8
2010-06-21smbtorture: Move interactive shell into a separate file.James Peach1-1/+1
2010-04-10torture: Simplify torture suite running, call restricted test suite runner.Jelmer Vernooij1-0/+5
2010-04-09lib/torture: also print intergers as HEX values in the torture_assert macrosStefan Metzmacher1-6/+8
metze
2010-04-09torture: add torture_assert_goto() convenience macroKamen Mazdrashki1-0/+7
2010-03-31smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij1-0/+9
2009-11-18fixed the buildAndrew Tridgell1-0/+4
whoever pushed 15d93a5d8e21893e1cca5c989dbf97010aae1622, please check that what you push compiles and passes tests. In this case it didn't compile.
2009-09-08s4/torture: add new torture_assert_*_todo() macrosSteven Danneman1-0/+38
These allow torture tests to perform cleanup after a failure, by jumping to a goto label.
2009-07-19Remove unused parameter setting.Jelmer Vernooij1-3/+0
2009-06-02torture: minor fixes to torture macro text output.Günther Deschner1-2/+2
Guenther
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
2008-11-17Add helpful function for comparison of DATA_BLOB elementsAndrew Bartlett1-0/+15
2008-11-16Move torture directory to top-level.Jelmer Vernooij1-2/+0
2008-11-16Move libtorture to top-level.Jelmer Vernooij1-0/+425