summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Lobankov <ylobankov@mirantis.com>2015-04-22 18:20:48 +0300
committerYaroslav Lobankov <ylobankov@mirantis.com>2015-04-22 18:21:57 +0300
commit6ae52f68cba408e4220574196c442bd850766052 (patch)
tree5ade224a5dd5983a4acbe36445b226202c8859f5
parent30ab7d9596cee578f038f59ac8a052a0670739d8 (diff)
downloadtempest-6ae52f68cba408e4220574196c442bd850766052.tar.gz
Fixing spelling errors in messages when tests are skipped
Change-Id: I733b251e197d8704625ccfe4ae61c71f18560fc9
-rw-r--r--tempest/api/compute/security_groups/test_security_groups_negative.py6
1 files 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):