From ffb3f0ed2dda78dee802a8cd157f936c9c71f4e2 Mon Sep 17 00:00:00 2001 From: pritisarap12 Date: Thu, 16 Apr 2015 12:02:56 +0530 Subject: [PATCH] CLOUDSTACK-8236-Test-case-storage-migration-test-path --Adding missing changes from storage migration testpath in codes.py Signed-off-by: Gaurav Aradhye This closes #174 --- tools/marvin/marvin/codes.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/marvin/marvin/codes.py b/tools/marvin/marvin/codes.py index 921b619d056..f9388f4e7a0 100644 --- a/tools/marvin/marvin/codes.py +++ b/tools/marvin/marvin/codes.py @@ -132,3 +132,11 @@ STORAGE_TRAFFIC = "storage" Switch Type ''' VMWAREDVS = "vmwaredvs" + +''' +Storage Pool Tags +''' +CLUSTERTAG1 = "cwps1" +CLUSTERTAG2 = "cwps2" +ZONETAG1 = "zwps1" +ZONETAG2 = "zwps2"