]> ruderich.org/simon Gitweb - linux-network-namespace-labs/linux-network-namespace-labs.git/commitdiff
ci: sort examples
authorSimon Ruderich <simon@ruderich.org>
Fri, 15 Nov 2024 08:00:36 +0000 (09:00 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 15 Nov 2024 08:04:03 +0000 (09:04 +0100)
ci/examples

index c4a3e1610f0cb6938853d705d52f7ce387b24d42..0a86b9321f40ffe45190a3f6d5d76d750d529ff8 100755 (executable)
@@ -28,15 +28,6 @@ export PATH
 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
@@ -56,3 +47,12 @@ ip netns exec r1 ping -c1 r1-loop
 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