X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Falto%2FVariables.py;h=ba8be19547616a237fb02365124d453b29f61755;hb=1c106006ffb33c1c60e2f8abe61e88a7bd95a7bd;hp=0016feb54348a8a00883474688ce79e2d30e671c;hpb=e235045c2ad12d41416e2583609a0178c8bd9287;p=integration%2Ftest.git diff --git a/csit/variables/alto/Variables.py b/csit/variables/alto/Variables.py index 0016feb543..ba8be19547 100644 --- a/csit/variables/alto/Variables.py +++ b/csit/variables/alto/Variables.py @@ -1,7 +1,9 @@ -RESOURCE_POOL_BASE = 'restconf/operational/alto-resourcepool:context' -DEFAULT_CONTEXT_ID = '00000000-0000-0000-0000-000000000000' +RESOURCE_POOL_BASE = "restconf/operational/alto-resourcepool:context" +DEFAULT_CONTEXT_ID = "00000000-0000-0000-0000-000000000000" # ALTO IRD variables -ALTO_SIMPLE_IRD_INFO = 'restconf/operational/alto-simple-ird:information' -ALTO_CONFIG_IRD_INSTANCE_CONFIG = 'restconf/config/alto-simple-ird:ird-instance-configuration' -ALTO_OPERATIONAL_IRD_INSTANCE = 'restconf/operational/alto-simple-ird:ird-instance' +ALTO_SIMPLE_IRD_INFO = "restconf/operational/alto-simple-ird:information" +ALTO_CONFIG_IRD_INSTANCE_CONFIG = ( + "restconf/config/alto-simple-ird:ird-instance-configuration" +) +ALTO_OPERATIONAL_IRD_INSTANCE = "restconf/operational/alto-simple-ird:ird-instance"