Skip to content

Commit

Permalink
Merge pull request #3960 from twz123/drop-k0sctl-inttest
Browse files Browse the repository at this point in the history
Drop k0sctl integration test
  • Loading branch information
twz123 authored Jan 27, 2024
2 parents 07c020c + d4102e7 commit 2a5c565
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 234 deletions.
2 changes: 0 additions & 2 deletions inttest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ check-openebs: TIMEOUT=7m
include Makefile.variables

$(smoketests): K0S_PATH ?= $(realpath ../k0s)
$(smoketests): K0SCTL_VERSION ?= $(shell grep k0sproject/k0sctl ../hack/tool/go.mod | cut -d" " -f2)
$(smoketests): K0S_IMAGES_BUNDLE ?= $(realpath ../airgap-image-bundle-linux-$(ARCH).tar)
$(smoketests): .bootloose-alpine.stamp
$(smoketests): TEST_PACKAGE ?= $(subst check-,,$@)
Expand All @@ -126,7 +125,6 @@ $(smoketests):
K0S_UPDATE_FROM_PATH='$(K0S_UPDATE_FROM_PATH)' \
K0S_IMAGES_BUNDLE='$(K0S_IMAGES_BUNDLE)' \
K0S_UPDATE_TO_VERSION='$(K0S_UPDATE_TO_VERSION)' \
K0SCTL_VERSION='$(K0SCTL_VERSION)' \
go test -count=1 -v -timeout $(TIMEOUT) github.com/k0sproject/k0s/inttest/$(TEST_PACKAGE)
.PHONY: clean

Expand Down
1 change: 0 additions & 1 deletion inttest/Makefile.variables
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ smoketests := \
check-hacontrolplane \
check-hostnameoverride \
check-k0scloudprovider \
check-k0sctl \
check-kine \
check-kubectl \
check-kubeletcertrotate \
Expand Down
1 change: 0 additions & 1 deletion inttest/k0sctl/.gitignore

This file was deleted.

230 changes: 0 additions & 230 deletions inttest/k0sctl/k0sctl_test.go

This file was deleted.

0 comments on commit 2a5c565

Please sign in to comment.