From a7845e91384ec93be0ef1d7e750783e9a67bb92c Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 4 Oct 2021 08:34:06 +0800 Subject: [PATCH] [skip ci]Update comments in test connection (#9180) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_connection.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_connection.py b/tests/python_client/testcases/test_connection.py index a1794551ff..844d71d08e 100644 --- a/tests/python_client/testcases/test_connection.py +++ b/tests/python_client/testcases/test_connection.py @@ -420,9 +420,11 @@ class TestConnectionOperation(TestcaseBase): @pytest.mark.tags(ct.CaseLabel.L0) def test_connection_connect_default_alias_effective(self, host, port): """ - target: connect passes useful configure that adds by add_connect - method: connect passes configure that add by add_connect - expected: connect successfully + target: verify connections by default alias + method: 1. add connection with default alias + 2. connect with default alias + 3. list connections and get connection address + expected: 1. add connection, connect, list and get connection address successfully """ # add a valid default connection