Update CNI integration tests (#3273)

Followup to #3066

Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io>
This commit is contained in:
Alejandro Pedraza 2019-08-15 20:19:29 -05:00 committed by GitHub
parent 7aaff9e0f4
commit 6567206b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -17,6 +17,8 @@
"ports-to-redirect": [],
"inbound-ports-to-ignore": [],
"outbound-ports-to-ignore": [],
"simulate": false
"simulate": false,
"use-wait-flag": false
}
}

View File

@ -43,7 +43,8 @@
"ports-to-redirect": [],
"inbound-ports-to-ignore": [],
"outbound-ports-to-ignore": [],
"simulate": false
"simulate": false,
"use-wait-flag": false
}
}
]

View File

@ -34,7 +34,8 @@
"ports-to-redirect": [],
"inbound-ports-to-ignore": [],
"outbound-ports-to-ignore": [],
"simulate": false
"simulate": false,
"use-wait-flag": false
}
}
],