[LTP] netns_netlink test failure
Cyril Hrubis
chrubis@suse.cz
Fri Feb 28 10:21:07 CET 2020
Hi!
> <<<test_output>>>
> open: No such file or directory
> netns_netlink 1 TBROK : netns_netlink.c:143: system() failed
^
This is a line number,
if you look a the
source code of the
test, you see:
if (WEXITSTATUS(system("ip tuntap add dev dummy0 mode tap")))
tst_brkm(TBROK, cleanup, "system() failed");
So that the failed command was "ip tuntap add dev dummy0 mode tap", it's up to
you to figure out why...
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list