sierra.core.plugin

Sanity checks for verifying selected plugins.

Checks that selected plugins implement the necessary classes and

functions. Currently checkes: --storage-medium, --exec-env, and --platform.

sierra.core.plugin.storage_sanity_checks(module) None[source]

Check the selected --storage-medium plugin.

sierra.core.plugin.exec_env_sanity_checks(module) None[source]

Check the selected --exec-env plugin.

sierra.core.plugin.platform_sanity_checks(module) None[source]

Check the selected --platform plugin.