Skip to content

Commit

Permalink
Properly consume kubevirt test binaries (#2436)
Browse files Browse the repository at this point in the history
In #2326
we had to introduce a temporary hack to consume a patched
version of kubevirt test binary with additional fixes
that now landed in the released version of Kubevirt.
Let's remove the hack.

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
  • Loading branch information
tiraboschi authored Jul 13, 2023
1 parent 4938da4 commit ec3684b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions hack/kv-smoke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@ export BIN_DIR

TESTS_BINARY="$BIN_DIR/kv_smoke_tests.test"

######
# hack to run a fixed version of Kubevirt tests
# please remove this hack once
# - https://github.com/kubevirt/kubevirt/pull/9683
# - https://github.com/kubevirt/kubevirt/pull/9684
# are properly consumed
#curl -Lo "$TESTS_BINARY" "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/tests.test"
curl -Lo "$TESTS_BINARY" "https://github.com/tiraboschi/kubevirt/releases/download/v1.0.0-alpha.0-fix/tests.test"
######
curl -Lo "$TESTS_BINARY" "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/tests.test"
chmod +x "$TESTS_BINARY"

echo "create testing infrastructure"
Expand Down

0 comments on commit ec3684b

Please sign in to comment.