osdep: protect qemu/osdep.h with extern "C"
[qemu/ar7.git] / tests / rocker / port
blob5f2c248046ea7d9a54dbe5cc089efc302d5ba7d1
1 simp destroy ".*"
2 simp create -o sw1:rocker:sw1 tut tut.dot
3 simp start tut
4 while ! simp ssh tut sw1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done
5 while ! simp ssh tut h1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done
6 while ! simp ssh tut h2 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done
8 # bring up DUT ports
10 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 11.0.0.1/24"
11 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 12.0.0.1/24"
13 # config IP on hosts
15 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 11.0.0.2/24"
16 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 12.0.0.2/24"
18 # test...
20 simp ssh tut h1 --cmd "ping -c10 11.0.0.1 >/dev/null"
21 if [ $? -eq 1 ]; then exit 1; fi
22 simp ssh tut h2 --cmd "ping -c10 12.0.0.1 >/dev/null"