Skip to content

Commit 298ffff

Browse files
committed
Makefile: add Service to the system tests target
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
1 parent 896d954 commit 298ffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GOLINT_CMD := golint -set_exit_status
2626
GOFMT_CMD := gofmt -s -l
2727
GOVET_CMD := go tool vet
2828
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"
29+
SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Service|Network|Policy|TestTrigger|ACIM|Netprofile"
3030
K8S_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy"
3131
ACI_GW_IMAGE ?= "contiv/aci-gw:04-12-2017.2.2_1n"
3232
L3_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Service|Bgp|Network|Policy|TestTrigger|ACIM|Netprofile"

0 commit comments

Comments
 (0)