From 05c708ab31fdeafafee807ffe51e0d00166d8065 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Thu, 7 Oct 2021 20:29:32 +0800 Subject: [PATCH] [skip ci]Update comments in connection test (#9375) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_connection.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/python_client/testcases/test_connection.py b/tests/python_client/testcases/test_connection.py index 4bcd0ce727..27efda60b4 100644 --- a/tests/python_client/testcases/test_connection.py +++ b/tests/python_client/testcases/test_connection.py @@ -554,8 +554,13 @@ class TestConnectionOperation(TestcaseBase): @pytest.mark.tags(ct.CaseLabel.L1) def test_connection_disconnect_after_default_connect(self, host, port): """ - target: disconnect default connect and check result - method: disconnect default connect + target: check results after disconnect with default alias + method: 1. connect with default alias + 2. get connection + 3. disconnect with default alias + 4. get connection + 5. disconnect again + 6. list connections and get connection address expected: the connection was successfully terminated """