From a7cad417224a75c5c7f995c02c3ef91c3b4bfd07 Mon Sep 17 00:00:00 2001 From: nigoyal Date: Thu, 20 Dec 2018 18:53:30 +0530 Subject: changing test function name The function name was confusing because now we are verifying functionality of node tags and device tags. So changing the name Change-Id: I00a2a12cc8b74e5bf9b76018698738550ea0c613 --- tests/functional/common/arbiter/test_arbiter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/functional/common') diff --git a/tests/functional/common/arbiter/test_arbiter.py b/tests/functional/common/arbiter/test_arbiter.py index 36e189cf..c445103f 100644 --- a/tests/functional/common/arbiter/test_arbiter.py +++ b/tests/functional/common/arbiter/test_arbiter.py @@ -572,7 +572,8 @@ class TestArbiterVolumeCreateExpandDelete(cns_baseclass.CnsBaseClass): vol_info, arbiter_bricks=2, data_bricks=4) @ddt.data(True, False) - def test_arbiter_volume_expand_using_pvc_node_tags(self, node_tags): + def test_expand_arbiter_volume_setting_tags_on_nodes_or_devices( + self, node_tags): """Test case CNS-1523, CNS-1524 This test case is going to run two tests. If value is True it is going to set tags on nodes and run test -- cgit