]> Git Repo - qemu.git/blob - tests/rocker/all
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / tests / rocker / all
1 printf "Running port test...              "
2 ./port
3 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
4
5 printf "Running bridge test...            "
6 ./bridge
7 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
8
9 printf "Running bridge STP test...        "
10 ./bridge-stp
11 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
12
13 printf "Running bridge VLAN test...       "
14 ./bridge-vlan
15 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
16
17 printf "Running bridge VLAN STP test...   "
18 ./bridge-vlan-stp
19 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
This page took 0.021254 seconds and 4 git commands to generate.