From 75c452d8896b25a6340c2de0a6024d7bd8d44b39 Mon Sep 17 00:00:00 2001 From: Jacob Kiefer Date: Thu, 28 Sep 2017 11:34:00 -0400 Subject: [PATCH] fix(google_http_lb_tests): Update deploy description for named ports. (#1991) --- testing/citest/tests/google_http_lb_upsert_scenario.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/citest/tests/google_http_lb_upsert_scenario.py b/testing/citest/tests/google_http_lb_upsert_scenario.py index 7b5c1365f45..8ab0719515f 100644 --- a/testing/citest/tests/google_http_lb_upsert_scenario.py +++ b/testing/citest/tests/google_http_lb_upsert_scenario.py @@ -601,7 +601,7 @@ def add_server_group(self): stack=bindings['TEST_STACK']) policy = { 'balancingMode': 'UTILIZATION', - 'listeningPort': 80, + 'namedPorts': [{'name': 'http', 'port': 80}], 'maxUtilization': 0.8, 'capacityScaler': 0.8 } @@ -625,7 +625,7 @@ def add_server_group(self): 'disableTraffic': False, 'loadBalancingPolicy': { 'balancingMode': 'UTILIZATION', - 'listeningPort': 80, + 'namedPorts': [{'name': http, 'port': 80}], 'maxUtilization': 0.8, 'capacityScaler': 0.8 },