test/integration: run parallel tests concurrently with serial tests

Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
Monis Khan
2021-08-25 15:34:33 -04:00
parent 475da05185
commit 74daa1da64
14 changed files with 132 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ import (
)
func TestExampleController(t *testing.T) {
testlib.SkipUnlessIntegration(t)
_ = testlib.IntegrationEnv(t)
config := testlib.NewClientConfig(t)