commit | 48509c363ef87d8d81fe4ccd5c5014c50a16b975 | [log] [tgz] |
---|---|---|
author | Yaroslav Lobankov <ylobankov@mirantis.com> | Tue Mar 17 21:18:30 2015 +0300 |
committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Tue Mar 17 21:18:30 2015 +0300 |
tree | 26584894b4c90e2ce5ebcd0481e54f1aae3cb3b6 | |
parent | 5dd627db9e76def94842c79fcc4f34b44805cc37 [diff] |
Fixing spelling error in the message when test is skipped Change-Id: If64c47071b5d68b44082b742886f49ed92c9893d
diff --git a/tempest/api/compute/admin/test_security_groups.py b/tempest/api/compute/admin/test_security_groups.py index 578f73b..6d79a77 100644 --- a/tempest/api/compute/admin/test_security_groups.py +++ b/tempest/api/compute/admin/test_security_groups.py
@@ -39,7 +39,7 @@ @test.idempotent_id('49667619-5af9-4c63-ab5d-2cfdd1c8f7f1') @testtools.skipIf(CONF.service_available.neutron, - "Skipped because neutron do not support all_tenants" + "Skipped because neutron does not support all_tenants " "search filter.") @test.attr(type='smoke') @test.services('network')