Skip to content

Commit

Permalink
test: fixing most tests for v2-config-only true (envoyproxy#3743)
Browse files Browse the repository at this point in the history
Risk Level: n/a
Testing: updated the 2 lingering tests to better pass with v2.
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Jul 2, 2018
1 parent 52de772 commit b686053
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 45 deletions.
6 changes: 4 additions & 2 deletions test/config/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ envoy_package()
exports_files([
"echo_server.json",
"server.json",
"server.yaml",
"server_ads.yaml",
"server_cors_filter.json",
"server_grpc_json_transcoder.json",
Expand All @@ -19,6 +20,7 @@ exports_files([
"server_ssl.json",
"server_uds.json",
"server_unix_listener.json",
"server_unix_listener.yaml",
"server_xfcc.json",
"tcp_proxy.json",
])
Expand All @@ -37,8 +39,8 @@ filegroup(
filegroup(
name = "server_config_files",
srcs = [
"server.json",
"server_unix_listener.json",
"server.yaml",
"server_unix_listener.yaml",
],
)

Expand Down
Loading

0 comments on commit b686053

Please sign in to comment.