From 14615e286e67ca74a8c0ae55ffe043170e5ecbb6 Mon Sep 17 00:00:00 2001 From: Shobhi Jain Date: Fri, 16 Mar 2018 13:07:55 +0000 Subject: Update neutron delete_neutron_net function. Update the changes done in patch [1]. JIRA: YARDSTICK-890 [1] https://gerrit.opnfv.org/gerrit/#/c/52361/ Change-Id: Iccbf16d0a2e72919d5092366241ff41686f01a58 Signed-off-by: Shobhi Jain --- yardstick/common/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yardstick/common') diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py index 0a08a66a6..6c722397a 100644 --- a/yardstick/common/exceptions.py +++ b/yardstick/common/exceptions.py @@ -170,3 +170,7 @@ class ScenarioDeleteFloatingIPError(YardstickException): class ScenarioCreateSecurityGroupError(YardstickException): message = 'Create Neutron Security Group Scenario failed' + + +class ScenarioDeleteNetworkError(YardstickException): + message = 'Delete Neutron Network Scenario failed' -- cgit 1.2.3-korg