blob: fdef3971ddec25c9178bb0636604408f2cecaaf2 [file] [log] [blame]
Ray Milkeyc05bd432019-01-14 09:50:16 -08001<!--
2 ~ Copyright 2015-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<scenario name="smoke-trellis-p4" description="ONOS Trellis P4 smoke test">
17
18 <import file="${ONOS_SCENARIOS}/prerequisites.xml"/>
19 <import file="${ONOS_SCENARIOS}/net-prerequisites.xml"/>
20 <import file="${ONOS_SCENARIOS}/setup.xml"/>
21
22 <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/>
23
24 <import file="${ONOS_SCENARIOS}/net-trellis-p4-smoke.xml"/>
25 <dependency name="Net-Trellis-P4-Setup" requires="Setup"/>
26
27 <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
28 <dependency name="Wrapup" requires="~Setup,~Net-Trellis-P4-Setup"/>
29
30</scenario>