blob: 70ce51049baec74d9961b594d299ef8e237d6958 [file] [log] [blame]
Thomas Vachuskae76f6532015-07-08 09:40:53 -07001<!--
2 ~ Copyright 2015 Open Networking Laboratory
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">
17 <!-- TODO: parametrize this via recipes -->
18 <group name="Net-Pingall">
19 <step name="Ping-All-And-Verify"
20 exec="onos-mininet sendAndExpect py net.pingAll(1) --expect Results: .* dropped"/>
21
22 <step name="Check-Summary-For-Hosts" requires="~Ping-All-And-Verify"
23 exec="onos-check-summary ${OC1} [0-9]* 25 112 25"/>
24
25 <step name="Config-Topo" requires="Check-Summary-For-Hosts"
26 exec="onos-topo-cfg ${OC1} ${ONOS_ROOT}/tools/test/topos/attmpls.json"/>
27 </group>
28</scenario>