labtest.provider.docker package

Submodules

labtest.provider.docker.mysql module

labtest.provider.docker.mysql.check_config(config)[source]

Make sure all the proper arguments are in there

Parameters

config – The configuration

Returns

True if the configuration is correct, otherwise False.

labtest.provider.docker.mysql.create(config, name)[source]

Create the service

Parameters
  • config – The configuration

  • name – The name of the service

Returns

An empty``dict``. There is no additional information required for the experiment.

labtest.provider.docker.mysql.destroy(config, name)[source]

Destroy the service and clean up

Parameters
  • config – The service configuration

  • name – The name for the service

Module contents