mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
e2e: create e2e-qat target
This commit is contained in:
parent
70f3524920
commit
be0aaeee84
3
Makefile
3
Makefile
@ -127,6 +127,9 @@ export TAG
|
||||
e2e-fpga:
|
||||
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus "FPGA Plugin"
|
||||
|
||||
e2e-qat:
|
||||
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus "QAT plugin in DPDK mode"
|
||||
|
||||
pre-pull:
|
||||
ifeq ($(TAG),devel)
|
||||
@$(BUILDER) pull golang:1.17-bullseye
|
||||
|
Loading…
Reference in New Issue
Block a user