From f2770ae0b4b83bd75f4594c91b59bed0b7619d1d Mon Sep 17 00:00:00 2001 From: Volodymyr Rozhanskyy Date: Mon, 10 Oct 2016 13:10:14 +0300 Subject: [PATCH] fix typo in tag Change-Id: Ia78111e4d1f181e8578cc94876c7df5ae32b9d69 --- plugin_test/tests/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_test/tests/test_functional.py b/plugin_test/tests/test_functional.py index 5a12a10..d864d28 100644 --- a/plugin_test/tests/test_functional.py +++ b/plugin_test/tests/test_functional.py @@ -358,7 +358,7 @@ class TestManilaFunctional(TestBasic): TestPluginCheck(self).verify_manila_functionality() @test(depends_on=[SetupEnvironment.prepare_slaves_5], - groups=["manila_del_add_сompute"]) + groups=["manila_del_add_compute"]) @log_snapshot_after_test def manila_del_add_comp(self): """Check deploy after compute node remove and add.