orchestro package#

Subpackages#

Submodules#

orchestro.conftest module#

Functions and routines associated with Enasis Network Orchestrations.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

orchestro.conftest.config(tmp_path: Path) OrcheConfig[source]#

Construct the instance for use in the downstream tests.

Parameters:

tmp_path – pytest object for temporal filesystem.

Returns:

Newly constructed instance of related class.

orchestro.conftest.config_factory(tmp_path: Path) OrcheConfig[source]#

Construct the instance for use in the downstream tests.

Parameters:

tmp_path – pytest object for temporal filesystem.

Returns:

Newly constructed instance of related class.

orchestro.conftest.orche(config: OrcheConfig) Orche[source]#

Construct the instance for use in the downstream tests.

Parameters:

config – Primary class instance for configuration.

Returns:

Newly constructed instance of related class.

orchestro.conftest.orche_factory(config: OrcheConfig) Orche[source]#

Construct the instance for use in the downstream tests.

Parameters:

config – Primary class instance for configuration.

Returns:

Newly constructed instance of related class.

orchestro.conftest.replaces(tmp_path: Path) dict[str, Any][source]#

Return the complete mapping of what replaced in sample.

Parameters:

tmp_path – pytest object for temporal filesystem.

Returns:

Complete mapping of what replaced in sample.

Module contents#

Functions and routines associated with Enasis Network Orchestrations.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.