]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Added hotfix crosswire to config
authorShweta Tiwari <shweta.tiwari@citrix.com>
Thu, 22 Oct 2015 06:35:14 +0000 (12:05 +0530)
committerShweta Tiwari <shweta.tiwari@citrix.com>
Thu, 22 Oct 2015 06:35:14 +0000 (12:05 +0530)
exec/testcases/xenserver/tc/hotfix.py
exec/xenrt/config.py

index 8bfc9f67923de90bc0b2fb575b52359efbdd191f..e4e83bc510fbf565e68d45a6fe5c729ec16e3fb0 100755 (executable)
@@ -668,7 +668,7 @@ class _CreedenceSP1(_CreedenceRTM):
     INITIAL_HOTFIXES = ["XS65ESP1"]
     
 class _CreedenceSP1HFd(_CreedenceSP1):
-    INITIAL_HOTFIXES = ["XS65ESP1","XS65ESP1002","XS65ESP1003","XS65ESP1004","XS65ESP1005","XS65ESP1008","XS65ESP1009","XS65ESP1010","XS65ESP1011"]
+    INITIAL_HOTFIXES = ["XS65ESP1","XS65ESP1002","XS65ESP1003","XS65ESP1004","XS65ESP1005","XS65ESP1008","XS65ESP1009","XS65ESP1010","XS65ESP1011","XS65ESP1013"]
     
     
 # Upgrades
index f360af185242064cc9cb5ef4b6982672401de9c4..e73fa303b5646e54a851f388d3878d5be6ab8ea1 100755 (executable)
@@ -4041,6 +4041,9 @@ class Config(object):
         
         # Pixie: xen. Rolls up XS65E009,XS65E010,XS65E013,XS65E014,XS65ESP1002,XS65ESP1004,XS65ESP1008, XS65ESP1009.
         self.config["HOTFIXES"]["Creedence"]["SP1"]["XS65ESP1011"] = "/usr/groups/release/XenServer-6.x/XS-6.5-SP1/hotfixes/XS65ESP1011/104305/hotfix-XS65ESP1011/XS65ESP1011.xsupdate"
+        
+        # Crosswires: fixes for Storage Modules. Rolls up nothing
+        self.config["HOTFIXES"]["Creedence"]["SP1"]["XS65ESP1013"] = "/usr/groups/release/XenServer-6.x/XS-6.5-SP1/hotfixes/XS65ESP1013/107506/hotfix-XS65ESP1013/XS65ESP1013.xsupdate"
         return
 
     def setSecondaryVariables(self):
@@ -4222,6 +4225,7 @@ class Config(object):
             self.config["CARBON_PATCHES_CREEDENCE"]["HF05"] = self.config["HOTFIXES"]["Creedence"]["SP1"]["XS65ESP1005"]
             self.config["CARBON_PATCHES_CREEDENCE"]["HF10"] = self.config["HOTFIXES"]["Creedence"]["SP1"]["XS65ESP1010"]
             self.config["CARBON_PATCHES_CREEDENCE"]["HF11"] = self.config["HOTFIXES"]["Creedence"]["SP1"]["XS65ESP1011"]
+            self.config["CARBON_PATCHES_CREEDENCE"]["HF13"] = self.config["HOTFIXES"]["Creedence"]["SP1"]["XS65ESP1013"]
             
     def readFromFile(self, filename, path=None):
         """Read config from an XML file."""