From c7c10f5220877607fcd2bd84f029d2ac28917034 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Fri, 2 May 2014 23:24:00 +0530 Subject: [PATCH] Added missing strings in codes.py --- tools/marvin/marvin/codes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/marvin/marvin/codes.py b/tools/marvin/marvin/codes.py index cb268e23398..5aeb10270af 100644 --- a/tools/marvin/marvin/codes.py +++ b/tools/marvin/marvin/codes.py @@ -52,6 +52,8 @@ YES = "yes" FAILED = "FAILED" UNKNOWN_ERROR = "Unknown Error" EXCEPTION = "EXCEPTION" +ADMIN_ACCOUNT = "admin account" +USER_ACCOUNT = "user account" BASIC_ZONE = "basic" ISOLATED_NETWORK = "ISOLATED" SHARED_NETWORK = "SHARED"