Loading tests/data/test1001 +3 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,9 @@ http://%HOSTIP:%HTTPPORT/1001 -u auser:apasswd --digest -T log/1001 -x http://% <file name="log/1001"> test </file> <postcheck> %SRCDIR/libtest/delay.pl 1 </postcheck> </client> # Verify data after the test has been "shot" Loading tests/libtest/delay.pl 0 → 100755 +16 −0 Original line number Diff line number Diff line #!/usr/bin/env perl # sleep for a number of seconds if ( $#ARGV != 0 ) { print "Usage: $0 seconds\n"; exit 1; } if ( $ARGV[0] =~ /(\d+)/ ) { sleep $1; exit 0; } else { print "Usage: $0 seconds\n"; exit 1; } Loading
tests/data/test1001 +3 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,9 @@ http://%HOSTIP:%HTTPPORT/1001 -u auser:apasswd --digest -T log/1001 -x http://% <file name="log/1001"> test </file> <postcheck> %SRCDIR/libtest/delay.pl 1 </postcheck> </client> # Verify data after the test has been "shot" Loading
tests/libtest/delay.pl 0 → 100755 +16 −0 Original line number Diff line number Diff line #!/usr/bin/env perl # sleep for a number of seconds if ( $#ARGV != 0 ) { print "Usage: $0 seconds\n"; exit 1; } if ( $ARGV[0] =~ /(\d+)/ ) { sleep $1; exit 0; } else { print "Usage: $0 seconds\n"; exit 1; }