mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-18 16:01:53 +00:00
Remove hack/e2e-test.sh in favor of hack/e2e.go.
This commit is contained in:
@@ -39,13 +39,13 @@
|
||||
# About the conformance test:
|
||||
# The conformance test checks whether a kubernetes cluster supports
|
||||
# a minimum set of features to be called "Kubernetes". It is similar
|
||||
# to `hack/e2e-test.sh` but it differs in that:
|
||||
# - hack/e2e-test.sh is intended to test a cluster with binaries built at HEAD,
|
||||
# to `hack/e2e.go` but it differs in that:
|
||||
# - hack/e2e.go is intended to test a cluster with binaries built at HEAD,
|
||||
# while this conformance test does not care what version the binaries are.
|
||||
# - this means the user needs to setup a cluster first.
|
||||
# - this means the user does not need to write any cluster/... scripts. Custom
|
||||
# clusters can be tested.
|
||||
# - hack/e2e-test.sh is intended to run e2e tests built at HEAD, while
|
||||
# - hack/e2e.go is intended to run e2e tests built at HEAD, while
|
||||
# this conformance test is intended to be run e2e tests built at a particular
|
||||
# version. This ensures that all conformance testees run the same set of tests,
|
||||
# regardless of when they test for conformance.
|
||||
|
@@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright 2014 The Kubernetes Authors 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.
|
||||
|
||||
# Provided for backwards compatibility
|
||||
go run "$(dirname $0)/e2e.go" -v -build -up -test -down
|
||||
|
||||
exit $?
|
Reference in New Issue
Block a user