blob: d66eeb40bdd2fdec9ec6214b62bb881e3adb084f [file] [log] [blame]
Claudine Chiue23b4562017-10-18 23:14:05 -04001<!--
2 ~ Copyright 2017-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<!-- Currently the virtual network forwarding app is not in the ONOS codebase.
18 ~ When it is moved to the ONOS codebase, settings such as fwdVnAppFullName
19 ~ will be changed.
20 -->
21<scenario name="net-details-fwdvn" description="Virtual network forwarding app details">
22 <group name="Net-Details-Fwdvn" unless="${fwdVnAppFullName}">
23
24 <step name="Set-FwdVnAppFullName" unless="${fwdVnAppFullName}"
25 exec="echo @stc fwdVnAppFullName=org.postech.fwdvn"/>
26
27 <step name="Set-FwdVnAppName" unless="${fwdVnAppName}"
28 exec="echo @stc fwdVnAppName=fwdvn"/>
29
30 <step name="Set-FwdVnAppOarFileName" unless="${fwdVnAppOarFileName}"
31 exec="echo @stc fwdVnAppOarFileName=fwdvn-1.0-SNAPSHOT.oar"/>
32
33 </group>
34</scenario>