Skip to content

Commit

Permalink
kind-1.22-sriov, provider.sh: Remove unused SRIOV_TESTS_NS variable (#…
Browse files Browse the repository at this point in the history
…891)

There are no references in the code to the `SRIOV_TESTS_NS` variable
or its default value.

Signed-off-by: Orel Misan <[email protected]>

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan authored Oct 27, 2022
1 parent cd36fcc commit 2fea446
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cluster-up/cluster/kind-1.22-sriov/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ else
export HOST_PORT=$ALTERNATE_HOST_PORT
fi

#'kubevirt-test-default1' is the default namespace of
# Kubevirt SRIOV tests where the SRIOV VM's will be created.
SRIOV_TESTS_NS="${SRIOV_TESTS_NS:-kubevirt-test-default1}"

function set_kind_params() {
export KIND_VERSION="${KIND_VERSION:-0.11.1}"
export KIND_NODE_IMAGE="${KIND_NODE_IMAGE:-quay.io/kubevirtci/kindest_node:v1.22.2@sha256:f638a08c1f68fe2a99e724ace6df233a546eaf6713019a0b310130a4f91ebe7f}"
Expand Down

0 comments on commit 2fea446

Please sign in to comment.