remove pre_test

we are not using it

Change-Id: Iadb29c0911c7e7d9c2fab037ae5c884090f23ac8
This commit is contained in:
Eyal 2018-02-12 13:28:33 +02:00
parent 61d3428c5c
commit 0ed2676b86
5 changed files with 0 additions and 35 deletions

View File

@ -1,14 +0,0 @@
#!/usr/bin/env bash
# Copyright 2016 - Nokia
#
# 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.

View File

@ -36,11 +36,6 @@
export DEVSTACK_GATE_USE_PYTHON3=False
function pre_test_hook {
source $BASE/new/vitrage/devstack/pre_test_hook.sh
}
export -f pre_test_hook
function gate_hook {
source $BASE/new/vitrage/devstack/gate_hook.sh
}

View File

@ -36,12 +36,6 @@
export DEVSTACK_GATE_USE_PYTHON3=True
function pre_test_hook {
source $BASE/new/vitrage/devstack/pre_test_hook.sh
}
export -f pre_test_hook
function gate_hook {
source $BASE/new/vitrage/devstack/gate_hook.sh
}

View File

@ -36,11 +36,6 @@
export DEVSTACK_GATE_USE_PYTHON3=False
function pre_test_hook {
source $BASE/new/vitrage/devstack/pre_test_hook.sh
}
export -f pre_test_hook
function gate_hook {
source $BASE/new/vitrage/devstack/gate_hook.sh
}

View File

@ -36,11 +36,6 @@
export DEVSTACK_GATE_USE_PYTHON3=True
function pre_test_hook {
source $BASE/new/vitrage/devstack/pre_test_hook.sh
}
export -f pre_test_hook
function gate_hook {
source $BASE/new/vitrage/devstack/gate_hook.sh
}