]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
releasing FC SR after testcase is finished
authorSyed Ahmad <syed.ahmad@citrix.com>
Mon, 9 Nov 2015 15:28:51 +0000 (15:28 +0000)
committerSyed Ahmad <syed.ahmad@citrix.com>
Mon, 9 Nov 2015 15:28:51 +0000 (15:28 +0000)
exec/testcases/xenserver/tc/install.py

index 2e4021186762eddb1b681644a2dd2d6c74102aec..6a0598e9d511948c3234e62b48059d363d59b106 100755 (executable)
@@ -182,7 +182,8 @@ class TC9352(_HostInstall):
     def postRun(self):
         if self.iscsiSR:
             self.iscsiSR.release()
-
+        if self.fcSR:
+            self.fcSR.release()
                 
 class TC12059(TC9352):
     """Install to a server with a boot disk on a SAN via Emulex HBAs with multipath root disk and single path SR"""