]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Switch to self.parent
authorJohn Dilley <john.dilley@citrix.com>
Mon, 9 Nov 2015 16:00:51 +0000 (16:00 +0000)
committerJohn Dilley <john.dilley@citrix.com>
Mon, 9 Nov 2015 16:04:35 +0000 (16:04 +0000)
exec/xenrt/lib/opsys/debian.py

index d64bb382ca124f69dffb5c5cacd66400b9d006f4..303e32037702de1f69f53b507280b8e4b226f13b 100644 (file)
@@ -134,7 +134,7 @@ class DebianBasedLinux(LinuxOS):
     def waitForInstallCompleteAndFirstBoot(self):
         # Install is complete when the guest shuts down
         # TODO: Use the signalling mechanism instead
-        self._parent._osParent_pollPowerState(xenrt.PowerState.down, timeout=1800)
+        self.parent._osParent_pollPowerState(xenrt.PowerState.down, timeout=1800)
         if self.installMethod == xenrt.InstallMethod.IsoWithAnswerFile:
             self.cleanupIsoAnswerfile()
             self.parent._osParent_ejectIso()