neops.core.provider.generic_test_provider
Module functions
test_failed_sub_task(task: nornir.core.task.Task,res: str,failed: bool = False) -> nornir.core.task.Result
GenericTestProvider
The neops base provider contains all methods and required data processing for a concrete provider. To create a new provider, either extend this NeopsBaseProvider or a concrete provider
the neops base provider is inherited from the BaseRunCycle
JSON Schema
Interface Test Provider
Properties
-
run_on
(string): Run Global or on Group, Device or Interface. Must be one of:['GLOBAL', 'GROUP', 'DEVICE', 'INTERFACE', 'CLIENT']
. -
foo
(string): Foo Task Form Value. -
bar
(boolean): Bar Task Form Value.