orchestro package#
Subpackages#
- orchestro.ansbtest package
- orchestro.execution package
- orchestro.filters package
- orchestro.inventory package
- Submodules
- orchestro.inventory.orche module
InventoryModuleInventoryModule.verify_file()InventoryModule.add_child()InventoryModule.add_group()InventoryModule.add_host()InventoryModule.set_value()InventoryModule.parse()InventoryModule.build_orche()InventoryModule.parse_orche()InventoryModule.parse_paths()InventoryModule.show_cliargs()InventoryModule.show_confirm()InventoryModule.dumped
- Module contents
- orchestro.lookups package
- orchestro.orche package
- orchestro.utils package
Submodules#
orchestro.conftest module#
- 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.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.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.
- 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.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.