mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
934c65ad77
There is a delay between an intentions change being made, and it being reflected in the Envoy runtime configuration. Now that the enforcement happens inside of Envoy instead of over in the agent, our tests need to explicitly wait until the xDS reconfiguration is complete before attempting to assert intentions worked. Also remove a few double retry loops.
5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/bash
|
|
|
|
snapshot_envoy_admin localhost:19000 s1 || true
|
|
snapshot_envoy_admin localhost:19001 s2 || true
|