From bd2e5b6f08ddb7df64af308b10fa8aeb4422edfd Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Wed, 5 Jan 2022 13:27:35 +0800 Subject: [PATCH] [skip e2e] Update scale index repeated release name (#14829) Signed-off-by: ThreadDao --- tests/python_client/scale/test_index_node_scale.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/scale/test_index_node_scale.py b/tests/python_client/scale/test_index_node_scale.py index 5d55c640f0..08b6d1062e 100644 --- a/tests/python_client/scale/test_index_node_scale.py +++ b/tests/python_client/scale/test_index_node_scale.py @@ -28,7 +28,7 @@ class TestIndexNodeScale: 4.create index with one indexNode expected: The cost of one indexNode is about twice that of two indexNodes """ - release_name = "scale-index" + release_name = "expand-index" image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}' data_config = { 'metadata.namespace': constants.NAMESPACE, @@ -103,7 +103,7 @@ class TestIndexNodeScale: 4.create index with 1 indexNode expected: The cost of one indexNode is about twice that of two indexNodes """ - release_name = "scale-index" + release_name = "shrink-index" image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}' data_config = { 'metadata.namespace': constants.NAMESPACE,