netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 0/2] Run tests forcely in separated netns
@ 2015-05-12 14:40 Vadim Kochan
  2015-05-12 14:40 ` [PATCH iproute2 1/2] tests: Run each test in network namespace Vadim Kochan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vadim Kochan @ 2015-05-12 14:40 UTC (permalink / raw)
  To: netdev; +Cc: Vadim Kochan

From: Vadim Kochan <vadim4j@gmail.com>

Changed to run each test in separated network namespace by using
'unshare' tool from util-linux tools set, it allows to do not affect
network setup on the host machine, 'unshare' tool is required by default.

Also added test which checks already fixed BUG related to adding default route.

Vadim Kochan (2):
  tests: Run each test in network namespace
  tests: Add test for 'ip route add default'

 testsuite/Makefile                           |  7 ++++++-
 testsuite/tests/ip/route/add_default_route.t | 12 ++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100755 testsuite/tests/ip/route/add_default_route.t

-- 
2.3.1

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

end of thread, other threads:[~2015-05-21 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 14:40 [PATCH iproute2 0/2] Run tests forcely in separated netns Vadim Kochan
2015-05-12 14:40 ` [PATCH iproute2 1/2] tests: Run each test in network namespace Vadim Kochan
2015-05-12 14:40 ` [PATCH iproute2 2/2] tests: Add test for 'ip route add default' Vadim Kochan
2015-05-21 21:46 ` [PATCH iproute2 0/2] Run tests forcely in separated netns Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).