diff options
Diffstat (limited to 'test/TEST-16-EXTEND-TIMEOUT/test.sh')
-rwxr-xr-x | test/TEST-16-EXTEND-TIMEOUT/test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/TEST-16-EXTEND-TIMEOUT/test.sh b/test/TEST-16-EXTEND-TIMEOUT/test.sh new file mode 100755 index 0000000..e1e2a68 --- /dev/null +++ b/test/TEST-16-EXTEND-TIMEOUT/test.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +set -e +TEST_DESCRIPTION="EXTEND_TIMEOUT_USEC=usec start/runtime/stop tests" +SKIP_INITRD=yes +TEST_NO_QEMU=1 + +. $TEST_BASE_DIR/test-functions + +do_test "$@" 16 |