e2e: create e2e-qat target

This commit is contained in:
Ed Bartosh 2021-10-14 23:24:38 +03:00
parent 70f3524920
commit be0aaeee84

View File

@ -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