mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
678adb3154
Add peering integration tests.
13 lines
282 B
Bash
13 lines
282 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
wait_for_config_entry proxy-defaults global alpha
|
|
wait_for_config_entry exported-services default alpha
|
|
|
|
register_services alpha
|
|
|
|
gen_envoy_bootstrap s1 19001 alpha
|
|
gen_envoy_bootstrap s2 19002 alpha
|
|
gen_envoy_bootstrap mesh-gateway 19003 alpha true
|