test -z "$(ip netns)"
-cd "$examples/readme"
-linux-network-namespace-labs up lab.conf
-ip netns exec r1 ping -c1 r1-loop
-ip netns exec r1 ping -c1 r2-loop
-ip netns exec r1 ping -c1 r3-loop
-linux-network-namespace-labs down lab.conf
-test -z "$(ip netns)"
-test "$(cd /etc/netns; find)" = "." # directory empty
-
cd "$examples/bird-ospf"
linux-network-namespace-labs up lab.conf
# Wait until OSPF is ready
linux-network-namespace-labs down lab.conf
test -z "$(ip netns)"
test "$(cd /etc/netns; find)" = "." # directory empty
+
+cd "$examples/readme"
+linux-network-namespace-labs up lab.conf
+ip netns exec r1 ping -c1 r1-loop
+ip netns exec r1 ping -c1 r2-loop
+ip netns exec r1 ping -c1 r3-loop
+linux-network-namespace-labs down lab.conf
+test -z "$(ip netns)"
+test "$(cd /etc/netns; find)" = "." # directory empty