summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-24 11:52:06 +0000
committerGerrit Code Review <review@openstack.org>2015-04-24 11:52:06 +0000
commitc10602a917d4d57a56cd3e962930c24888c0d6ab (patch)
tree701aeed1e52d16e33b853c0a73e05b7a1dc1f9c7
parent82004e3c7858a1c33488c220a3a356f018c2d439 (diff)
parent6ae52f68cba408e4220574196c442bd850766052 (diff)
downloadtempest-c10602a917d4d57a56cd3e962930c24888c0d6ab.tar.gz
Merge "Fixing spelling errors in messages when tests are skipped"
-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):