Commit f5069abf authored by Mahmood Ali's avatar Mahmood Ali
Browse files

add a test for envoy_dns_discovery_type

Showing with 2 additions and 0 deletions
+2 -0
......@@ -1563,6 +1563,7 @@ func TestParse(t *testing.T) {
"listener2": {Name: "listener2", Address: "10.0.0.2", Port: 8889},
},
EnvoyGatewayNoDefaultBind: true,
EnvoyDNSDiscoveryType: "LOGICAL_DNS",
Config: map[string]interface{}{"foo": "bar"},
},
Terminating: &api.ConsulTerminatingConfigEntry{
......
......@@ -20,6 +20,7 @@ job "connect_gateway_terminating" {
}
envoy_gateway_no_default_bind = true
envoy_dns_discovery_type = "LOGICAL_DNS"
config {
foo = "bar"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment