fix routing policy (#257)

This commit is contained in:
Anton Evangelatov 2020-09-17 18:04:11 +02:00 committed by GitHub
parent 63f903a3fb
commit ea56e56ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ func ApplyNetworkParameters(t *TestEnvironment) {
Default: ls,
CallbackState: sync.State(fmt.Sprintf("latency-configured-%s", t.TestGroupID)),
CallbackTarget: t.TestGroupInstanceCount,
RoutingPolicy: network.AllowAll,
})
t.DumpJSON("network-link-shape.json", ls)