Skip to content

Commit

Permalink
Revert "test: perftest: add sig-performance density test"
Browse files Browse the repository at this point in the history
This reverts commit 6bac0fb.

Signed-off-by: Stu Gott <sgott@redhat.com>
  • Loading branch information
stu-gott committed Jul 16, 2021
1 parent 72dedbf commit f445e94
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 281 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ functest-image-push: functest-image-build
conformance:
hack/dockerized "export SKIP_OUTSIDE_CONN_TESTS=${SKIP_OUTSIDE_CONN_TESTS} && hack/conformance.sh"

perftest: build-functests
hack/perftests.sh

clean:
hack/dockerized "./hack/build-go.sh clean ${WHAT} && rm _out/* -rf"
hack/dockerized "bazel clean --expunge"
Expand Down
78 changes: 0 additions & 78 deletions hack/perftests.sh

This file was deleted.

1 change: 0 additions & 1 deletion tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ go_test(
"//tests/libvmi:go_default_library",
"//tests/network:go_default_library",
"//tests/numa:go_default_library",
"//tests/performance:go_default_library",
"//tests/reporter:go_default_library",
"//tests/storage:go_default_library",
"//tests/util:go_default_library",
Expand Down
23 changes: 0 additions & 23 deletions tests/performance/BUILD.bazel

This file was deleted.

120 changes: 0 additions & 120 deletions tests/performance/density.go

This file was deleted.

55 changes: 0 additions & 55 deletions tests/performance/framework.go

This file was deleted.

1 change: 0 additions & 1 deletion tests/tests_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import (

_ "kubevirt.io/kubevirt/tests/network"
_ "kubevirt.io/kubevirt/tests/numa"
_ "kubevirt.io/kubevirt/tests/performance"
_ "kubevirt.io/kubevirt/tests/storage"
)

Expand Down

0 comments on commit f445e94

Please sign in to comment.