summaryrefslogtreecommitdiffstats
path: root/packages/root-pack-extras/config-resources/mariadb/load-sql-files-tests-automation.sh
diff options
context:
space:
mode:
authorSmokowski, Steve (ss835w) <ss835w@us.att.com>2018-08-08 10:14:37 -0400
committerSmokowski, Steve (ss835w) <ss835w@us.att.com>2018-08-08 10:14:37 -0400
commitd68387d612bc13158661587db2cfa3fb62c2f698 (patch)
treef0b1fac9a80c6574f7fc9d0549223ddbfb57cd0b /packages/root-pack-extras/config-resources/mariadb/load-sql-files-tests-automation.sh
parent67d2cf8b4327e19a1e632f8fd38a05b3184a0e7e (diff)
Remove Unused Files
Remove files that are no longer used Issue-ID: SO-815 Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Diffstat (limited to 'packages/root-pack-extras/config-resources/mariadb/load-sql-files-tests-automation.sh')
-rw-r--r--packages/root-pack-extras/config-resources/mariadb/load-sql-files-tests-automation.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/root-pack-extras/config-resources/mariadb/load-sql-files-tests-automation.sh b/packages/root-pack-extras/config-resources/mariadb/load-sql-files-tests-automation.sh
deleted file mode 100644
index d974c1d4bb..0000000000
--- a/packages/root-pack-extras/config-resources/mariadb/load-sql-files-tests-automation.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# ============LICENSE_START==========================================
-# ===================================================================
-# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
-# ===================================================================
-# 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.
-# ============LICENSE_END============================================
-#
-# ECOMP and OpenECOMP are trademarks
-# and service marks of AT&T Intellectual Property.
-#
-cd /docker-entrypoint-initdb.d/db-sql-scripts/bulkload-files/automated-tests
-mysql -uroot -p$MYSQL_ROOT_PASSWORD -f < create_mso_db-tests.sql \ No newline at end of file