summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2017-09-22 07:25:44 -0700
committerIhar Hrachyshka <ihrachys@redhat.com>2017-09-22 21:02:28 +0000
commitceb0bf8b72d682db0b53e3abb33526529f221e75 (patch)
tree323ec7090fb0769d8add1b770e64b72a2ecf3457
parente4ce73c975b86bc8bad888fa0a484f18abbca6e7 (diff)
downloadneutron-stable/newton.tar.gz
rally: switch to new format for context namenewton-eolstable/newton
Since I9d3bafa075631a3f48cbd3627a4cc1a5a859cce2 in rally, platform should be part of context name (context@platform). Otherwise, a warning message (or even breakage because of I10ac687f9f420dcf0d907b51d5d9303f68d35719) may be triggered. Change-Id: I6f84282d22d13d36dcba221ab9d94c3fda95f130 (cherry picked from commit 8f49038829f1854add9f3f103868f2d619140919)
-rw-r--r--rally-jobs/plugins/trunk_scenario.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rally-jobs/plugins/trunk_scenario.py b/rally-jobs/plugins/trunk_scenario.py
index b11413959f..51ee519968 100644
--- a/rally-jobs/plugins/trunk_scenario.py
+++ b/rally-jobs/plugins/trunk_scenario.py
@@ -23,7 +23,7 @@ from rally.task import validation
@validation.required_services(consts.Service.NEUTRON)
@validation.required_openstack(users=True)
-@scenario.configure(context={"cleanup": ["neutron"]},
+@scenario.configure(context={"cleanup@openstack": ["neutron"]},
name="NeutronTrunks.create_and_list_trunk_subports")
class TrunkLifeCycle(utils.NeutronScenario):