From a0f3bfd9cc4997fcab4ba795b1cf8665d31b28fe Mon Sep 17 00:00:00 2001 From: ltimothy7 <66969084+ltimothy7@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:26:53 -0500 Subject: [PATCH] shorted summary statements (#1404) Signed-off-by: ltimothy7 Signed-off-by: ltimothy7 --- .../rde/backend/common/network_expose_helper.py | 2 +- system_tests/test_cse_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container_service_extension/rde/backend/common/network_expose_helper.py b/container_service_extension/rde/backend/common/network_expose_helper.py index d6829e760..10b38bae4 100644 --- a/container_service_extension/rde/backend/common/network_expose_helper.py +++ b/container_service_extension/rde/backend/common/network_expose_helper.py @@ -93,7 +93,7 @@ def _get_nsxt_backed_gateway_service(client: vcd_client.Client, org_name: str, def construct_init_cluster_script_with_exposed_ip(script: str, expose_ip: str): - """Construct init cluster script with expose ip control plane endpoint option. + """Make init cluster script with expose ip control plane endpoint option. If the '--control-plane-endpoint' option is already present, this option will be replaced with this option specifying the exposed ip. If this option diff --git a/system_tests/test_cse_client.py b/system_tests/test_cse_client.py index c0d51c34e..1580abdca 100644 --- a/system_tests/test_cse_client.py +++ b/system_tests/test_cse_client.py @@ -501,7 +501,7 @@ def test_0100_vcd_cse_cluster_config(test_runner_username): def generate_validate_node_count_func(expected_nodes): - """Generate validator function to verify the number of nodes in the cluster. + """Generate validator function to verify number of nodes in the cluster. :param expected_nodes: Expected number of nodes in the cluster