mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 12:40:17 +00:00
678adb3154
Add peering integration tests.
11 lines
178 B
Bash
11 lines
178 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
register_services primary
|
|
|
|
gen_envoy_bootstrap s1 19000 primary
|
|
gen_envoy_bootstrap s2 19001 primary
|
|
|
|
wait_for_config_entry proxy-defaults global
|