Skip to content

Commit

Permalink
Use k0sproject/footloose fork for smoke tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
  • Loading branch information
kke committed Sep 5, 2023
1 parent 2eec076 commit bad9553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke-test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ k0sctl:
$(MAKE) -C .. k0sctl

$(footloose):
go install github.com/weaveworks/footloose/...@0.6.3
go install github.com/k0sproject/footloose/...@0c5714351bb4f88c5de4cc859a7a3f02ffd04479

id_rsa_k0s:
ssh-keygen -t rsa -f ./id_rsa_k0s -N ""
Expand All @@ -41,4 +41,4 @@ smoke-os-override: $(footloose) id_rsa_k0s k0sctl
FOOTLOOSE_TEMPLATE=footloose.yaml.osoverride.tpl K0SCTL_CONFIG=k0sctl-single.yaml OS_RELEASE_PATH=$(realpath os-release) OS_OVERRIDE="ubuntu" ./smoke-basic.sh

smoke-backup-restore: $(footloose) id_rsa_k0s k0sctl
./smoke-backup-restore.sh
./smoke-backup-restore.sh

0 comments on commit bad9553

Please sign in to comment.