From 6ae52f68cba408e4220574196c442bd850766052 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Wed, 22 Apr 2015 18:20:48 +0300 Subject: Fixing spelling errors in messages when tests are skipped Change-Id: I733b251e197d8704625ccfe4ae61c71f18560fc9 --- .../api/compute/security_groups/test_security_groups_negative.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tempest/api/compute/security_groups/test_security_groups_negative.py b/tempest/api/compute/security_groups/test_security_groups_negative.py index e069f6e24..3a6b42d4f 100644 --- a/tempest/api/compute/security_groups/test_security_groups_negative.py +++ b/tempest/api/compute/security_groups/test_security_groups_negative.py @@ -156,7 +156,7 @@ class SecurityGroupsNegativeTestJSON(base.BaseSecurityGroupsTest): @test.idempotent_id('00579617-fe04-4e1c-9d08-ca7467d2e34b') @testtools.skipIf(CONF.service_available.neutron, - "Neutron not check the security_group_id") + "Neutron does not check the security group ID") @test.attr(type=['negative', 'smoke']) @test.services('network') def test_update_security_group_with_invalid_sg_id(self): @@ -171,7 +171,7 @@ class SecurityGroupsNegativeTestJSON(base.BaseSecurityGroupsTest): @test.idempotent_id('cda8d8b4-59f8-4087-821d-20cf5a03b3b1') @testtools.skipIf(CONF.service_available.neutron, - "Neutron not check the security_group_name") + "Neutron does not check the security group name") @test.attr(type=['negative', 'smoke']) @test.services('network') def test_update_security_group_with_invalid_sg_name(self): @@ -187,7 +187,7 @@ class SecurityGroupsNegativeTestJSON(base.BaseSecurityGroupsTest): @test.idempotent_id('97d12b1c-a610-4194-93f1-ba859e718b45') @testtools.skipIf(CONF.service_available.neutron, - "Neutron not check the security_group_description") + "Neutron does not check the security group description") @test.attr(type=['negative', 'smoke']) @test.services('network') def test_update_security_group_with_invalid_sg_des(self): -- cgit v1.2.1