SimpleCore helper test container extensions.

TestContainerExtensions#

class TestContainerExtensions()

Container related functions.

download#

@staticmethod
def download(testcase, container='simpleswitch-test-container-tiny') -> str

Download container simpleswitch-test-container on the board.

Arguments:

  • testcase - reference to the testcase instance

install#

@staticmethod
def install(testcase, container='simpleswitch-test-container-tiny')

Download and install container simpleswitch-test-container on the board.

Arguments:

  • testcase - reference to the testcase instance

uninstall#

@staticmethod
def uninstall(testcase, container='simpleswitch-test-container-tiny')

Remove container simpleswitch-test-container from the board.

Arguments:

  • testcase - reference to the testcase instance