CLOUDSTACk-5674: Fix missing import

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/38f40001
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/38f40001
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/38f40001

Branch: refs/heads/master
Commit: 38f40001085c4518abf5ea7a4692aaed7ead45ba
Parents: 1eb98e1
Author: Girish Shilamkar <[email protected]>
Authored: Fri Feb 14 15:12:27 2014 +0530
Committer: Girish Shilamkar <[email protected]>
Committed: Fri Feb 14 15:12:27 2014 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_deploy_vm_with_userdata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/38f40001/test/integration/smoke/test_deploy_vm_with_userdata.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_deploy_vm_with_userdata.py 
b/test/integration/smoke/test_deploy_vm_with_userdata.py
index bcef01a..c1410fb 100644
--- a/test/integration/smoke/test_deploy_vm_with_userdata.py
+++ b/test/integration/smoke/test_deploy_vm_with_userdata.py
@@ -22,7 +22,7 @@ from marvin.lib.base import (ServiceOffering,
 from marvin.lib.common import get_template, get_zone, list_virtual_machines
 from marvin.lib.utils import cleanup_resources
 from nose.plugins.attrib import attr
-
+from marvin.codes import FAILED
 import random
 import string
 

Reply via email to