def verify(self, bundleid, preexpirycommand, Appbuttons, window,
            resettimeanddate):
     commonFns.quitApplication(bundleid)
     print "product quit"
     commonFns.executeCommand(preexpirycommand)
     print "PreExpiry"
     ldtp.wait(80)
     commonFns.launchApplication(bundleid)
     print "Launching"
     ldtp.wait(10)
     commonFns.atomacclick(Appbuttons[6])
     ldtp.wait(10)
     device_status = commonFns.devicesSatusVerification(window)
     print "Device status"
     ldtp.wait(1)
     return device_status
     commonFns.executeCommand(timeanddatereset)
 def verify(self, firewalstopcommand,bundleid):
     commonFns.executeCommand(firewalstopcommand)
     commonFns.launchApplication(bundleid)