Skip to content

Commit 9225c92

Browse files
MHBauerpmorie
authored andcommitted
embedded etcd is the way of the future for our tests (openshift#1651)
1 parent 605c952 commit 9225c92

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: test/integration.sh

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
# this script resides in the `test/` folder at the root of the project
22-
KUBE_ROOT=$(realpath $(dirname "${BASH_SOURCE}")/../pkg/kubernetes)
23-
source "${KUBE_ROOT}/hack/lib/init.sh"
2421
GOROOT=$(go env GOROOT)
2522

2623
runTests() {
27-
# kube::etcd::start
28-
2924
if [[ -w ${GOROOT}/pkg ]]; then
3025
FLAGS="-i"
3126
elif [[ -n ${PKGDIR:-} ]]; then
@@ -38,8 +33,5 @@ runTests() {
3833
&& ./integration.test -test.v $@
3934
}
4035

41-
# Run cleanup to stop etcd on interrupt or other kill signal.
42-
# trap kube::etcd::cleanup EXIT
43-
4436
runTests $@
4537

0 commit comments

Comments
 (0)