From 7dad6fcfdfe75b0bcba79cbeabfdc1fe4206b414 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 31 May 2012 11:38:00 +0400 Subject: [PATCH] zdtm: Cleanup sockets00 Don't mix various types of sockets in a single test case, in case of problems it become harder to fins which kind of socket failed. The removed test cases will be addressed in further patches. Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- test/zdtm/live/static/sockets00.c | 153 +----------------------------- 1 file changed, 3 insertions(+), 150 deletions(-) diff --git a/test/zdtm/live/static/sockets00.c b/test/zdtm/live/static/sockets00.c index 9c712f724..09a2a38f7 100644 --- a/test/zdtm/live/static/sockets00.c +++ b/test/zdtm/live/static/sockets00.c @@ -16,30 +16,15 @@ #include "zdtmtst.h" -/* FIXME Need gram sockets tests */ - const char *test_doc = "Test unix stream sockets\n"; const char *test_author = "Cyrill Gorcunov