kubernetes/hack/make-rules
Patrick Ohly 1aa58532c8 test: enable unit tests under test/e2e
The test/e2e directory contains several unit tests that should run as part of
"make test":

./test/e2e/chaosmonkey/chaosmonkey_test.go
./test/e2e/storage/external/external_test.go
./test/e2e/storage/utils/utils_test.go
./test/e2e/framework/log_test.go
./test/e2e/framework/testfiles/testfiles_test.go
./test/e2e/framework/timer/timer_test.go
./test/e2e/framework/node/wait_test.go
./test/e2e/framework/pod/resource_test.go
./test/e2e/framework/config/config_test.go
./test/e2e/framework/ingress/ingress_utils_test.go
./test/e2e/framework/providers/gce/firewall_test.go

Because they were excluded by "./test/e2e/*", some of them became outdated.

./test/e2e/e2e_test.go is the only test that needs to be excluded because it is
the E2E test suite that depends on a functional cluster.
2022-05-11 11:48:58 +02:00
..
helpers testdata dirs are not useful go code 2021-11-19 11:25:53 -08:00
build.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
clean.sh remove bazel from make clean, bazel is not in any supported branches 2021-11-02 11:41:32 -07:00
cross.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
make-help.sh correct flag order in make-help 2019-07-02 23:42:01 -07:00
test-cmd.sh Check whether static cert is already configured in UpdateTransportConfig 2022-03-07 13:54:32 -08:00
test-e2e-node.sh hack: make test-e2e-node: remove old project refs 2022-04-22 00:59:25 +02:00
test-integration.sh set parallelism in integration tests with GOMAXPROCS 2022-04-01 12:55:41 -04:00
test.sh test: enable unit tests under test/e2e 2022-05-11 11:48:58 +02:00
update.sh remove hack/{update,verify}-bazel.sh 2021-11-02 11:38:42 -07:00
verify.sh add verify-licenses.sh to the EXCLUDED_PATTERNS in make-rules/verify.sh 2022-05-06 19:03:03 +05:30
vet.sh Stop installing all commands before vetting 2020-08-02 10:56:46 -04:00