blob: a638e085b6d7e05993e9e9c794f72cec9ccb9fa8 [file] [log] [blame]
Ray Milkey922db302018-04-02 08:54:51 -07001<!--
2 ~ Copyright 2018-present Open Networking Foundation
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
17
18
19<scenario name="net-trellis-HAG-hosts" description="Trellis HAG network host check steps">
20
21 <group name="Net-Trellis-HAG-Hosts">
22
23 <step name="Net-Trellis-HAG-Hosts.Host-1"
24 exec="onos-find-host ${OC1} 00:EE:00:00:00:02 of:0000000000000208/4 fe80::2ee:ff:fe00:2"/>
25
26 <step name="Net-Trellis-HAG-Hosts.Host-2"
27 exec="onos-find-host ${OC1} 00:88:00:00:00:04 of:0000000000000206/6 fe80::288:ff:fe00:4"/>
28
29 <step name="Net-Trellis-Hosts-HAG.Host-3"
30 exec="onos-find-host ${OC1} 00:88:00:00:00:01 of:0000000000000205/12 10.0.1.1"/>
31
32 <step name="Net-Trellis-Hosts-HAG.Host-4"
33 exec="onos-find-host ${OC1} 00:BB:00:00:00:01 of:0000000000000204/8 fe80::2bb:ff:fe00:1"/>
34
35 <step name="Net-Trellis-Hosts-HAG.Host-5"
36 exec="onos-find-host ${OC1} 00:AA:00:00:00:01 of:0000000000000204/6 10.0.2.1"/>
37
38 </group>
39
40</scenario>