From 66ec37bd2e8da841ef648c79b23cc28df29e3a1e Mon Sep 17 00:00:00 2001 From: Kinsbursky Stanislav Date: Wed, 29 Feb 2012 16:07:27 +0300 Subject: [PATCH] zdtm: add static/socket_queues tests to zdtm list Signed-off-by: Stanislav Kinsbursky Acked-by: Pavel Emelyanov Signed-off-by: Cyrill Gorcunov --- test/zdtm.sh | 1 + test/zdtm/live/static/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/test/zdtm.sh b/test/zdtm.sh index 901c15d61..4896ae458 100644 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -25,6 +25,7 @@ transition/file_read transition/fork static/zombie00 static/sockets00 +static/socket_queues static/pid00 static/pstree static/caps00 diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile index f44e34613..e434e2592 100644 --- a/test/zdtm/live/static/Makefile +++ b/test/zdtm/live/static/Makefile @@ -31,6 +31,7 @@ TST_NOFILE = \ utsname \ pstree \ sockets00 \ + socket_queues \ ipc_namespace \ selfexe00 \ sem \