X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fexceptions.py;h=6c722397abc0f2a074217daeac60504cdb7b2332;hb=14615e286e67ca74a8c0ae55ffe043170e5ecbb6;hp=0a08a66a6ebf9fb86ba1d769ad4dae0d1a9cd445;hpb=c00e2c606806b46111b108818235d236ba409515;p=yardstick.git 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'