Skip to content

Commit

Permalink
Merge pull request #658 from intel-go/develop
Browse files Browse the repository at this point in the history
Release 0.9.1
  • Loading branch information
gshimansky committed Oct 1, 2019
2 parents b6e11fb + 3ed9255 commit 3b9809b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/stability/testCksum/Makefile
Expand Up @@ -6,7 +6,8 @@ PATH_TO_MK = ../../../mk
IMAGENAME = nff-go-test-cksum
EXECUTABLES = testCksum

.PHONY: testing
testing: check-pktgen
go test -v -test.timeout 15m
go test -v -tags "${GO_BUILD_TAGS}" -test.timeout 15m

include $(PATH_TO_MK)/leaf.mk
3 changes: 2 additions & 1 deletion test/stability/testMerge/Makefile
Expand Up @@ -9,7 +9,8 @@ EXECUTABLES = testMerge
all:
cp ../../framework/main/config.json .

.PHONY: testing
testing: check-pktgen
go test -v -test.timeout 20m
go test -v -tags "${GO_BUILD_TAGS}" -test.timeout 20m

include $(PATH_TO_MK)/leaf.mk
3 changes: 2 additions & 1 deletion test/stability/testSingleWorkingFF/Makefile
Expand Up @@ -9,7 +9,8 @@ EXECUTABLES = testSingleWorkingFF
all:
cp ../../framework/main/config.json .

.PHONY: testing
testing: check-pktgen
go test
go test -v -tags "${GO_BUILD_TAGS}"

include $(PATH_TO_MK)/leaf.mk

0 comments on commit 3b9809b

Please sign in to comment.