blob: be063c1b519998df4d8b4faaca2735bb9ad98c5a [file] [log] [blame]
Andrea Campanella6d774232018-12-21 12:18:21 +01001<!--
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="net-teardown-odtn" description="Network teardown steps">
17 <group name="Net-Teardown-ODTN">
18 <!-- TODO remove docker simulators docker stop $(docker ps -aq) -->
19 <group name="ODTN-Net-Teardown.Deactivate-Apps-2">
20 <step name="App-Dectivate-Odtn-Service"
21 exec="onos ${OCI} app deactivate org.onosproject.odtn-service"/>
22 </group>
23 </group>
24</scenario>