From: Dan Lamping Date: Sun, 22 Nov 2015 11:46:18 +0000 (+0000) Subject: Added indigo fix upgrade plugin tests X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=36a71a19803e55c222d4884737090284e4d89902;p=xenrt-citrix%2Fxenrt.git Added indigo fix upgrade plugin tests --- diff --git a/exec/testcases/xenserver/tc/upgrade.py b/exec/testcases/xenserver/tc/upgrade.py index 1385e1b54..2bf2456b3 100755 --- a/exec/testcases/xenserver/tc/upgrade.py +++ b/exec/testcases/xenserver/tc/upgrade.py @@ -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")))