dont deploy for cni ones

pull/8024/head
Medya Gh 2020-05-06 17:33:30 -07:00
parent 7f7e35d7b5
commit 8948828fc1
1 changed files with 3 additions and 1 deletions

View File

@ -196,7 +196,9 @@ func validateFirstStart(ctx context.Context, t *testing.T, profile string, tcNam
>>>>>>> break down test strat stop to sub tests
func validateDeploying(ctx context.Context, t *testing.T, profile string, tcName string, tcVersion string, startArgs []string) {
testPodScheduling(ctx, t, profile)
if !strings.Contains(tcName, "cni") {
testPodScheduling(ctx, t, profile)
}
}
func validateStop(ctx context.Context, t *testing.T, profile string, tcName string, tcVersion string, startArgs []string) {