blob: f80c3ad2397b3b28122888681e6db58ce51361c7 [file] [log] [blame]
Gary Wu9abb61c2018-09-27 10:38:50 -07001#!/bin/bash
2#
Instrumental550892e2018-11-02 06:23:55 -05003# ============LICENSE_START=======================================================
4# ONAP AAF
5# ================================================================================
6# Copyright (C) 2017 AT&T Intellectual Property. All rights
7# reserved.
8# ================================================================================
Gary Wu9abb61c2018-09-27 10:38:50 -07009# Licensed under the Apache License, Version 2.0 (the "License");
10# you may not use this file except in compliance with the License.
11# You may obtain a copy of the License at
12#
Instrumental550892e2018-11-02 06:23:55 -050013# http://www.apache.org/licenses/LICENSE-2.0
Gary Wu9abb61c2018-09-27 10:38:50 -070014#
15# Unless required by applicable law or agreed to in writing, software
16# distributed under the License is distributed on an "AS IS" BASIS,
17# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18# See the License for the specific language governing permissions and
19# limitations under the License.
Instrumental550892e2018-11-02 06:23:55 -050020# ============LICENSE_END============================================
Gary Wu9abb61c2018-09-27 10:38:50 -070021#
22
Instrumental550892e2018-11-02 06:23:55 -050023echo "AAF Teardown"
24cd "$WORKSPACE/archives/opt/authz/auth/docker"
25bash dstop.sh
26bash dstop.sh cass
27echo "Y" | docker container prune
Instrumental0e977532018-11-04 18:01:31 -060028docker volume remove aaf_config aaf_cass_data aaf_status
Instrumental550892e2018-11-02 06:23:55 -050029cd -
Gary Wu9abb61c2018-09-27 10:38:50 -070030