From 9d6ae07585e5adb3e65c4b980397b958cb734dfc Mon Sep 17 00:00:00 2001 From: Valeriy Ponomaryov Date: Mon, 8 Jun 2015 10:21:41 +0300 Subject: [PATCH] Remove unused contrib/ci files Files located in contrib/ci/multi_backend are unused. So, remove it. Change-Id: Ibe9cb2321936c3dcecbb61bc23a7c5c6d9e90bd4 --- contrib/ci/multi_backend/post_test_hook.sh | 17 ----------------- contrib/ci/multi_backend/pre_test_hook.sh | 18 ------------------ tox.ini | 2 -- 3 files changed, 37 deletions(-) delete mode 100755 contrib/ci/multi_backend/post_test_hook.sh delete mode 100755 contrib/ci/multi_backend/pre_test_hook.sh diff --git a/contrib/ci/multi_backend/post_test_hook.sh b/contrib/ci/multi_backend/post_test_hook.sh deleted file mode 100755 index 9efc7c41..00000000 --- a/contrib/ci/multi_backend/post_test_hook.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -xe -# -# 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. - -# This script is executed inside post_test_hook function in devstack gate. - -source $BASE/new/manila/contrib/ci/post_test_hook.sh $1 diff --git a/contrib/ci/multi_backend/pre_test_hook.sh b/contrib/ci/multi_backend/pre_test_hook.sh deleted file mode 100755 index 5ef8f69f..00000000 --- a/contrib/ci/multi_backend/pre_test_hook.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -xe -# -# 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. - -# This script is executed inside pre_test_hook function in devstack gate. - -# Call common pre_test_hook -source $BASE/new/manila/contrib/ci/pre_test_hook.sh diff --git a/tox.ini b/tox.ini index bc2e922c..4736a273 100644 --- a/tox.ini +++ b/tox.ini @@ -22,8 +22,6 @@ commands = bashate tools/enable-pre-commit-hook.sh \ contrib/ci/pre_test_hook.sh \ contrib/ci/post_test_hook.sh \ - contrib/ci/multi_backend/pre_test_hook.sh \ - contrib/ci/multi_backend/post_test_hook.sh \ devstack/plugin.sh \ run_tests.sh