Revert "Make Privileged pods node e2e use the framework"

This commit is contained in:
Wojciech Tyczynski
2016-05-29 06:17:35 +02:00
parent 56fdd4c8b1
commit febf158e0e
4 changed files with 52 additions and 53 deletions

View File

@@ -80,7 +80,7 @@ check test:
# make test_integration
test_integration:
hack/test-integration.sh
.PHONY: test_integration
.PHONY: test_integration test_integ
# Build and run end-to-end tests.
#
@@ -98,7 +98,7 @@ test_e2e:
# Example:
# make test_e2e_node FOCUS=kubelet SKIP=container
# Build and run tests.
test_e2e_node: ginkgo
test_e2e_node:
hack/e2e-node-test.sh FOCUS=$(FOCUS) SKIP=$(SKIP)
.PHONY: test_e2e_node
@@ -146,10 +146,3 @@ release-skip-tests quick-release:
KUBE_RELEASE_RUN_TESTS=n KUBE_FASTBUILD=true build/release.sh
.PHONY: release-skip-tests quick-release
# Build ginkgo for tests
#
# Example:
# make ginkgo
ginkgo:
hack/build-go.sh vendor/github.com/onsi/ginkgo/ginkgo
.PHONY: ginkgo