]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Added indigo fix upgrade plugin tests
authorDan Lamping <daniel.lamping@citrix.com>
Sun, 22 Nov 2015 11:46:18 +0000 (11:46 +0000)
committerDan Lamping <daniel.lamping@citrix.com>
Sun, 22 Nov 2015 11:46:18 +0000 (11:46 +0000)
exec/testcases/xenserver/tc/upgrade.py

index 1385e1b54d4f820e7c45cc28014a4c0c9e674cfc..2bf2456b3b75ead17ccbf587471d56c334fcdb41 100755 (executable)
@@ -1201,6 +1201,9 @@ class TCAutoInstaller(xenrt.TestCase):
         if self.host.productVersion == "Sanibel" and xenrt.TEC().lookup("PRODUCT_VERSION") == "Boston":
             # this is OK...if you put Boston in the sequence...you'll get Sanibel as the host product version
             return
+        if self.host.productVersion == "Cream" and xenrt.TEC().lookup("PRODUCT_VERSION") == "Creedence":
+            # this is OK...if you put Creedence in the sequence...you'll get Cream as the host product version
+            return
         
         if self.host.productVersion != xenrt.TEC().lookup("PRODUCT_VERSION"):
             raise xenrt.XRTFailure("Host Product Version (%s) doesn't match test Product Version (%s)" % (self.host.productVersion, xenrt.TEC().lookup("PRODUCT_VERSION")))