public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] LTP Containers netns test failure.
@ 2010-03-10 14:20 Sachin Sant
  2010-03-11  4:15 ` Garrett Cooper
  0 siblings, 1 reply; 9+ messages in thread
From: Sachin Sant @ 2010-03-10 14:20 UTC (permalink / raw)
  To: ltp-list; +Cc: serue

NETNS tests from containers fails to execute with following
message

Running netns tests.
--: childns.sh '/opt/ltp': No such file or directory

Looking at the code the problem could be with create_net_namespace()
within netns/common.c

If i make the following changes the first subtest works fine but then
i ran into other failures related to other sub tests.

@@ -92,7 +92,7 @@ int create_net_namespace(char *p1, char
        }

        /* We need to pass the child pid to the parentns.sh script */
-       sprintf(par, "parentns.sh '%s' %s %" PRId32 , ltproot, p1, pid);
+       sprintf(par, "%s/testcases/bin/parentns.sh %s %" PRId32 , ltproot, p1, pid);

        ret = system(par);
        status = WEXITSTATUS(ret);
@@ -141,7 +141,7 @@ int child_fn(void *c1)
                exit(1);
        }

-       sprintf(child, "childns.sh '%s'", ltproot);
+       sprintf(child, "%s/testcases/bin/childns.sh", ltproot);

As i don't know the code too much .. i am not sure how to fix it.

Any ideas ?


Thanks
-Sachin


-- 

---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-03-31  8:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 14:20 [LTP] LTP Containers netns test failure Sachin Sant
2010-03-11  4:15 ` Garrett Cooper
2010-03-12  5:09   ` Sachin Sant
2010-03-12  7:33     ` Garrett Cooper
2010-03-12  8:56       ` Sachin Sant
2010-03-12 16:32         ` Garrett Cooper
2010-03-15  7:03           ` Sachin Sant
2010-03-31  8:12             ` Rishikesh K Rajak
2010-03-31  8:15               ` Garrett Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox