diff --git a/Makefile b/Makefile index f167a42d6bb..39a73d6caf5 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,8 @@ all-srcs: .PHONY: fmt-vet-lint-test fmt-vet-lint-test: fmt vet lint test -.PHONY: perf-test -perf-test: otelsvc +.PHONY: e2e-test +e2e-test: otelsvc $(MAKE) -C testbed runtests .PHONY: test @@ -44,7 +44,8 @@ test: $(GOTEST) $(GOTEST_OPT) $(ALL_PKGS) .PHONY: travis-ci -travis-ci: fmt vet lint test-with-cover +travis-ci: fmt vet lint test-with-cover otelsvc + $(MAKE) -C testbed runtests .PHONY: test-with-cover test-with-cover: diff --git a/testbed/testbed/.gitignore b/testbed/testbed/.gitignore new file mode 100644 index 00000000000..9835eb192b0 --- /dev/null +++ b/testbed/testbed/.gitignore @@ -0,0 +1 @@ +mockbackend.log diff --git a/testbed/tests/.gitignore b/testbed/tests/.gitignore new file mode 100644 index 00000000000..484ab7e5c61 --- /dev/null +++ b/testbed/tests/.gitignore @@ -0,0 +1 @@ +results/*