Commit 71fca5d2 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Cyrill Gorcunov

zdtm: Include itimers test in suite

And increase the timeout value, since the timers test checks for counters
for more than 5 seconds...
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent b7de83aa
...@@ -19,6 +19,7 @@ $ZP/static/wait00 ...@@ -19,6 +19,7 @@ $ZP/static/wait00
$ZP/static/pthread00 $ZP/static/pthread00
$ZP/static/vdso00 $ZP/static/vdso00
$ZP/static/file_shared $ZP/static/file_shared
$ZP/static/timers
$ZP/streaming/pipe_loop00 $ZP/streaming/pipe_loop00
$ZP/streaming/pipe_shared00 $ZP/streaming/pipe_shared00
$ZP/transition/file_read $ZP/transition/file_read
...@@ -50,7 +51,7 @@ run_test() ...@@ -50,7 +51,7 @@ run_test()
setsid $CRTOOLS restore -D $ddump -o restore.log -d -t $pid || return 1 setsid $CRTOOLS restore -D $ddump -o restore.log -d -t $pid || return 1
ls -l /proc/$pid/fd/ ls -l /proc/$pid/fd/
make -C $tdir $tname.out make -C $tdir $tname.out
for i in `seq 5`; do for i in `seq 50`; do
test -f $test.out && break; test -f $test.out && break;
echo Waiting... echo Waiting...
sleep 1 sleep 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment