File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7676 - name : Run integration tests
7777 shell : bash
7878 run : |
79+ eval $(make dev-env)
7980 ./test/ci-cleanup.sh
8081 ./test/integration.sh
8182 env :
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ YQ=docker run --rm -i -v $(shell pwd):/workdir mikefarah/yq:4
77KINDCONFIG := $(or $(KINDCONFIG ) ,control-plane/kind.yaml)
88KUBECONFIG := $(shell pwd) /.kubeconfig
99
10+ METALCTL_HMAC := $(or $(METALCTL_HMAC ) ,metal-admin)
11+ METALCTL_API_URL := $(or $(METALCTL_API_URL ) ,http://api.172.17.0.1.nip.io:8080/metal)
12+
1013MKE2FS_CONFIG := $(shell pwd) /mke2fs.conf
1114# Default values
1215CONTAINERLAB =$(shell which containerlab)
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ services:
6868 metalctl :
6969 image : ghcr.io/metal-stack/metalctl:${METALCTL_IMAGE_TAG}
7070 environment :
71- - METALCTL_HMAC=metal-admin
72- - METALCTL_API_URL=http://api.172.17.0.1.nip.io:8080/metal
71+ - METALCTL_HMAC=${METALCTL_HMAC}
72+ - METALCTL_API_URL=${METALCTL_API_URL}
7373 volumes :
7474 - ./files/ssh:/root/.ssh:ro
7575 - ./files/ignition.json:/tmp/ignition.json
You can’t perform that action at this time.
0 commit comments