ba8be19547616a237fb02365124d453b29f61755
[integration/test.git] / csit / variables / alto / Variables.py
1 RESOURCE_POOL_BASE = "restconf/operational/alto-resourcepool:context"
2 DEFAULT_CONTEXT_ID = "00000000-0000-0000-0000-000000000000"
3
4 # ALTO IRD variables
5 ALTO_SIMPLE_IRD_INFO = "restconf/operational/alto-simple-ird:information"
6 ALTO_CONFIG_IRD_INSTANCE_CONFIG = (
7     "restconf/config/alto-simple-ird:ird-instance-configuration"
8 )
9 ALTO_OPERATIONAL_IRD_INSTANCE = "restconf/operational/alto-simple-ird:ird-instance"