[dts] [PATCH 3/5] Add new exception type for dpdk host environment failure

Yong Liu yong.liu at intel.com
Thu Jul 16 15:54:46 CEST 2015


From: Marvin Liu <yong.liu at intel.com>

Signed-off-by: Marvin Liu <yong.liu at intel.com>

diff --git a/framework/exception.py b/framework/exception.py
index facbeed..0e7a344 100644
--- a/framework/exception.py
+++ b/framework/exception.py
@@ -137,3 +137,6 @@ class VirtDeviceCreateException(Exception):
 
 class VirtVmOperationException(Exception):
     pass
+
+class VirtHostPrepareException(Exception):
+    pass
-- 
1.9.3



More information about the dts mailing list