Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 2 | ~ Copyright 2015-present Open Networking Foundation |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 3 | ~ |
| 4 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ~ you may not use this file except in compliance with the License. |
| 6 | ~ You may obtain a copy of the License at |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 10 | ~ Unless required by applicable law or agreed to in writing, software |
| 11 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ~ See the License for the specific language governing permissions and |
| 14 | ~ limitations under the License. |
| 15 | --> |
| 16 | <scenario name="net-pingall" description="Network pingall test"> |
Thomas Vachuska | cc0b7d6 | 2016-07-12 14:03:11 -0700 | [diff] [blame] | 17 | <!-- Note: This scenario is tailored using 'topo' recipe mechanism; see topos/*.recipe files --> |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 18 | <group name="Net-Pingall"> |
Ray Milkey | e884214 | 2017-08-25 08:46:26 -0700 | [diff] [blame] | 19 | <!-- FIXME - this is a hack to get around failures in pingall with large |
| 20 | clusters. Investigate why this is needed sometimes. --> |
| 21 | <step name="sleep" exec="sleep 5" requires="Check-Fwd-Apps-Activated"/> |
Thomas Vachuska | a02fc81 | 2015-07-21 18:37:58 -0700 | [diff] [blame] | 22 | |
Ray Milkey | e884214 | 2017-08-25 08:46:26 -0700 | [diff] [blame] | 23 | <step name="Ping-All" requires="sleep" |
Thomas Vachuska | cc0b7d6 | 2016-07-12 14:03:11 -0700 | [diff] [blame] | 24 | exec="onos-mininet sendAndExpect pingall --expect ${OPALL}/${OPALL} received"/> |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 25 | |
Thomas Vachuska | c8100c1 | 2016-01-22 10:24:27 -0800 | [diff] [blame] | 26 | <step name="Check-Summary-For-Hosts" requires="~Ping-All" |
Thomas Vachuska | cc0b7d6 | 2016-07-12 14:03:11 -0700 | [diff] [blame] | 27 | exec="onos-check-summary ${OC1} [0-9]* ${OTD} ${OTL} ${OTH}"/> |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 28 | </group> |
Ray Milkey | 6e968e1 | 2015-09-18 09:55:07 -0700 | [diff] [blame] | 29 | </scenario> |