SimpleCore helper launcher extensions.

LauncherExtensions#

class LauncherExtensions()

Launcher related functions.

authentification#

@staticmethod
def authentification(testcase)

Authenticate the user on the launcher using the daemon MQTT.

Arguments:

  • testcase - reference to the testcase instance

install_container#

@staticmethod
def install_container(testcase, container)

Install the container using the daemon MQTT.

Arguments:

  • testcase - reference to the testcase instance

  • container - name of the container to install

remove_container#

@staticmethod
def remove_container(testcase, container)

Remove the container using the daemon MQTT.

Arguments:

  • testcase - reference to the testcase instance

  • container - name of the container to install