e2e test framework minor change, in " BeforeSuite", don't check lattice tg and service in other k8s namespace.
Add --ginkgo.v to make the test log show each test case name to make log more clear, we have it before, but removed it when adding the RAM share e2e test, not sure the reason
Makefile minor change, when helping sesmaili@ to setup their local dev environment, we found, we need to do make vet first then make manifest
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
--ginkgo.v
to make the test log show each test case name to make log more clear, we have it before, but removed it when adding the RAM share e2e test, not sure the reasonmake vet
first thenmake manifest
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.