mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8236-Test-case-storage-migration-test-path --Adding missing changes from storage migration testpath in codes.py
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com> This closes #174
This commit is contained in:
parent
48f3325820
commit
ffb3f0ed2d
|
|
@ -132,3 +132,11 @@ STORAGE_TRAFFIC = "storage"
|
|||
Switch Type
|
||||
'''
|
||||
VMWAREDVS = "vmwaredvs"
|
||||
|
||||
'''
|
||||
Storage Pool Tags
|
||||
'''
|
||||
CLUSTERTAG1 = "cwps1"
|
||||
CLUSTERTAG2 = "cwps2"
|
||||
ZONETAG1 = "zwps1"
|
||||
ZONETAG2 = "zwps2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue