k3s/tests/perf/Makefile

28 lines
320 B
Makefile
Raw Normal View History

2019-10-31 21:06:54 +00:00
MODULE := $(shell basename $$PWD)
2019-11-04 16:09:54 +00:00
.PHONY: init config apply destroy clean test info
2019-10-31 21:06:54 +00:00
init:
@scripts/perf init
config:
@scripts/perf config
2019-11-04 16:09:54 +00:00
plan:
@scripts/perf plan
2019-10-31 21:06:54 +00:00
apply:
@scripts/perf apply
destroy:
@scripts/perf destroy
clean:
@scripts/perf clean
test:
@scripts/test test_load
2019-11-04 16:09:54 +00:00
info:
@scripts/perf info