commit | 9badfb1c7a71fc7aae24d013c7a159d3fe7431fd | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Sep 12 05:57:15 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Sep 12 05:57:15 2016 +0000 |
tree | f29f88601fed1069e182ef3bb998c99c38b8298a | |
parent | d68a268cbf194e1ba74fd0e569d25a4d4c5d9290 [diff] | |
parent | 6edd34bd502786b529ed1e90d91935392ab6a2ee [diff] |
Merge "Use api_extensions to decide security_group type nova used"
diff --git a/tempest/api/compute/security_groups/test_security_group_rules_negative.py b/tempest/api/compute/security_groups/test_security_group_rules_negative.py index 853ef31..4f53663 100644 --- a/tempest/api/compute/security_groups/test_security_group_rules_negative.py +++ b/tempest/api/compute/security_groups/test_security_group_rules_negative.py
@@ -23,7 +23,8 @@ def not_existing_id(): - if CONF.service_available.neutron: + if (CONF.service_available.neutron and + test.is_extension_enabled('security-group', 'network')): return data_utils.rand_uuid() else: return data_utils.rand_int_id(start=999)