mirror of https://github.com/linkerd/linkerd2.git
Update CNI integration tests (#3273)
Followup to #3066 Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io>
This commit is contained in:
parent
7aaff9e0f4
commit
6567206b53
|
@ -17,6 +17,8 @@
|
|||
"ports-to-redirect": [],
|
||||
"inbound-ports-to-ignore": [],
|
||||
"outbound-ports-to-ignore": [],
|
||||
"simulate": false
|
||||
"simulate": false,
|
||||
"use-wait-flag": false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"ports-to-redirect": [],
|
||||
"inbound-ports-to-ignore": [],
|
||||
"outbound-ports-to-ignore": [],
|
||||
"simulate": false
|
||||
"simulate": false,
|
||||
"use-wait-flag": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
"ports-to-redirect": [],
|
||||
"inbound-ports-to-ignore": [],
|
||||
"outbound-ports-to-ignore": [],
|
||||
"simulate": false
|
||||
"simulate": false,
|
||||
"use-wait-flag": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue