]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
mising isinstance
authorcraig orendi <craig.orendi@citrix.com>
Tue, 6 Oct 2015 19:25:57 +0000 (20:25 +0100)
committerCraig Orendi <craig.orendi@citrix.com>
Tue, 3 Nov 2015 10:22:59 +0000 (10:22 +0000)
exec/testcases/xenserver/tc/dotnetagentlicensing.py

index c2edb79be2605474f9cd9f39f0f06d765dda5d58..d5ce732793d8d8bcb08df253707b97e107ad2f93 100755 (executable)
@@ -64,6 +64,8 @@ class DotNetAgentAdapter(object):
             pass
 
     def filesCleanup(self,guest):
+        host = guest.host
+        os = guest.getInstance().os
         if self.os.fileExists("C:\\Windows\\System32\\config\\systemprofile\\AppData\\Local\\citrixguestagentx64.msi"):
             self.os.removeFile("C:\\Windows\\System32\\config\\systemprofile\\AppData\\Local\\citrixguestagentx64.msi")
         if self.os.fileExists("C:\\Windows\\System32\\config\\systemprofile\\AppData\\Local\\citrixguestagentx86.msi"):