Add integration tests for running containers

Add travis support for running integration tests with the client package
and go test framework

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-05-25 13:52:42 -07:00
parent 36f9605479
commit b3f891b09f
7 changed files with 446 additions and 155 deletions

View File

@@ -125,7 +125,7 @@ root-test: ## run tests, except integration tests
integration: ## run integration tests
@echo "$(WHALE) $@"
@go test ${TESTFLAGS} ${INTEGRATION_PACKAGE}
@go test ${TESTFLAGS}
FORCE: