Committed by
Gerrit Code Review
Fixing tom cell and the net scenarios.
Change-Id: Iac368f015afd19304a9d194390ec8401b8037ec7
Showing
3 changed files
with
5 additions
and
2 deletions
... | @@ -5,3 +5,7 @@ export OC1="192.168.56.5" | ... | @@ -5,3 +5,7 @@ export OC1="192.168.56.5" |
5 | export OC2="192.168.56.6" | 5 | export OC2="192.168.56.6" |
6 | export OC3="192.168.56.7" | 6 | export OC3="192.168.56.7" |
7 | export OCN="192.168.56.8" | 7 | export OCN="192.168.56.8" |
8 | +#export OCN="10.128.11.4" | ||
9 | + | ||
10 | +export ONOS_USE_SSH=true | ||
11 | +export ONOS_APPS=drivers,openflow,proxyarp,mobility,pathpainter | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | exec="onos-check-apps ${OC1} drivers,openflow,proxyarp,fwd includes"/> | 22 | exec="onos-check-apps ${OC1} drivers,openflow,proxyarp,fwd includes"/> |
23 | 23 | ||
24 | <step name="Ping-All" requires="Check-Apps" | 24 | <step name="Ping-All" requires="Check-Apps" |
25 | - exec="onos-mininet sendAndExpect py net.pingAll(1) --expect 600/600 received"/> | 25 | + exec="onos-mininet sendAndExpect pingall --expect 600/600 received"/> |
26 | 26 | ||
27 | <step name="Check-Summary-For-Hosts" requires="~Ping-All" | 27 | <step name="Check-Summary-For-Hosts" requires="~Ping-All" |
28 | exec="onos-check-summary ${OC1} [0-9]* 25 140 25"/> | 28 | exec="onos-check-summary ${OC1} [0-9]* 25 140 25"/> | ... | ... |
... | @@ -17,6 +17,5 @@ | ... | @@ -17,6 +17,5 @@ |
17 | <group name="Net-Prerequisites"> | 17 | <group name="Net-Prerequisites"> |
18 | <step name="Check-mininet" exec="ssh ${ONOS_USER}@${OCN} type mn"/> | 18 | <step name="Check-mininet" exec="ssh ${ONOS_USER}@${OCN} type mn"/> |
19 | <step name="Check-screen" exec="ssh ${ONOS_USER}@${OCN} type screen"/> | 19 | <step name="Check-screen" exec="ssh ${ONOS_USER}@${OCN} type screen"/> |
20 | - <step name="Check-arping" exec="ssh ${ONOS_USER}@${OCN} type arping"/> | ||
21 | </group> | 20 | </group> |
22 | </scenario> | 21 | </scenario> | ... | ... |
-
Please register or login to post a comment