diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-03-24 09:17:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-24 09:17:33 +0000 |
commit | 209e2e6843ef0057f5ba2b371bcd0cf2769456d9 (patch) | |
tree | b916e5cae2a8ce6ff69181ee41b960602d2bdd5c /csit/stop-gui-smoke.sh | |
parent | 93d4ee603e563d292845e12b85811bd9e8c42d44 (diff) | |
parent | 264245051507c7446d1c407ff04063ec1193262b (diff) |
Merge "Added scripts for manual smoke testing"
Diffstat (limited to 'csit/stop-gui-smoke.sh')
-rwxr-xr-x | csit/stop-gui-smoke.sh | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/csit/stop-gui-smoke.sh b/csit/stop-gui-smoke.sh new file mode 100755 index 00000000..c69069b3 --- /dev/null +++ b/csit/stop-gui-smoke.sh @@ -0,0 +1,26 @@ +#!/bin/bash +# +# ============LICENSE_START==================================================== +# Copyright (C) 2022 Nordix Foundation. +# ============================================================================= +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END====================================================== + +SCRIPTS=$(git rev-parse --show-toplevel) +export SCRIPTS="${SCRIPTS}"/csit + +source "${SCRIPTS}"/get-versions.sh + +docker-compose -f "${SCRIPTS}"/docker-compose-gui-smoke.yml down |