Skip to content

Commit 9d53bf1

Browse files
committed
Remove last of pkg/internal/testing/integration
This only contained integration tests, which will be re-introduced in a cleaned up form shortly.
1 parent c56312c commit 9d53bf1

File tree

10 files changed

+0
-531
lines changed

10 files changed

+0
-531
lines changed

hack/check-everything.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ tmp_bin=/tmp/cr-tests-bin
3737
)
3838
source <(${tmp_bin}/setup-envtest use --use-env -p env ${ENVTEST_K8S_VERSION})
3939

40-
# link the assets into integration
41-
for tool in kube-apiserver etcd kubectl; do
42-
ln -f -s "${KUBEBUILDER_ASSETS:?unable find envtest assets}/${tool}" "${hack_dir}/../pkg/internal/testing/integration/assets/bin/${tool}"
43-
done
44-
4540
${hack_dir}/verify.sh
4641
${hack_dir}/test-all.sh
4742

pkg/internal/testing/integration/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/internal/testing/integration/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

pkg/internal/testing/integration/assets/bin/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/internal/testing/integration/doc.go

Lines changed: 0 additions & 112 deletions
This file was deleted.

pkg/internal/testing/integration/internal/integration_tests/apiserver_integration_test.go

Lines changed: 0 additions & 24 deletions
This file was deleted.

pkg/internal/testing/integration/internal/integration_tests/doc.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

pkg/internal/testing/integration/internal/integration_tests/etcd_integration_test.go

Lines changed: 0 additions & 66 deletions
This file was deleted.

pkg/internal/testing/integration/internal/integration_tests/integration_suite_test.go

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)