We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896d954 commit 298ffffCopy full SHA for 298ffff
Makefile
@@ -26,7 +26,7 @@ GOLINT_CMD := golint -set_exit_status
26
GOFMT_CMD := gofmt -s -l
27
GOVET_CMD := go tool vet
28
CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image"
29
-SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy|TestTrigger|ACIM|Netprofile"
+SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Service|Network|Policy|TestTrigger|ACIM|Netprofile"
30
K8S_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy"
31
ACI_GW_IMAGE ?= "contiv/aci-gw:04-12-2017.2.2_1n"
32
L3_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Service|Bgp|Network|Policy|TestTrigger|ACIM|Netprofile"
0 commit comments