]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Added indigo fix for source iso tests
authorDan Lamping <daniel.lamping@citrix.com>
Sun, 22 Nov 2015 12:06:26 +0000 (12:06 +0000)
committerDan Lamping <daniel.lamping@citrix.com>
Sun, 22 Nov 2015 12:06:26 +0000 (12:06 +0000)
exec/testcases/xenserver/install.py

index 3f6b004ff9ca36a11cbe80e41df4ed3edda72a25..2c51563042e9198cb87a0dc9227a474045bc7e70 100755 (executable)
@@ -1403,6 +1403,10 @@ class TCDom0SourceCheck(SourceISOCheck): # TC-17998
 
     def prepare(self, arglist=None):
         self.SOURCE_ISO_FILES = self.getDefaultHost().SOURCE_ISO_FILES
+        
+        if xenrt.TEC().lookup("INDIGO", False, boolean=True):
+            self.SOURCE_ISO_FILES = {'source-1.iso': '../xe-phase-3', 'source-4.iso': '../xe-phase-3'}
+
         SourceISOCheck.prepare(self, arglist)
     
     def run(self, arglist=None):