Пример #1
0
 def install_cert_app(self):
     """Install the container app used to run the tests"""
     if fxos_appgen.is_installed("CertTest App"):
         self.executor.logger.info("CertTest App is already installed")
         return
     self.executor.logger.info("Installing CertTest App")
     app_path = os.path.join(here, "b2g_setup", "certtest_app.zip")
     fxos_appgen.install_app("CertTest App", app_path, marionette=self.marionette)
     self.executor.logger.debug("Install complete")
Пример #2
0
 def install_cert_app(self):
     """Install the container app used to run the tests"""
     if fxos_appgen.is_installed("CertTest App"):
         self.executor.logger.info("CertTest App is already installed")
         return
     self.executor.logger.info("Installing CertTest App")
     app_path = os.path.join(here, "b2g_setup", "certtest_app.zip")
     fxos_appgen.install_app("CertTest App", app_path, marionette=self.marionette)
     self.executor.logger.debug("Install complete")
Пример #3
0
def is_installed():
    return fxos_appgen.is_installed(name)
Пример #4
0
def is_installed():
    return fxos_appgen.is_installed(name)