X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fvariables%2FVariables.py;h=1c384bcec722b19f837b6117012a1f36799cfa99;hb=88fbda8f7e813b5cbdce81d52eeca1d918e11647;hp=de3ad9735ecf39b71f768afe1f963df806180fdd;hpb=1c52116fef9f63a4d7950dc28412d5ddd93edbb8;p=integration%2Ftest.git diff --git a/csit/variables/Variables.py b/csit/variables/Variables.py index de3ad9735e..1c384bcec7 100644 --- a/csit/variables/Variables.py +++ b/csit/variables/Variables.py @@ -176,6 +176,7 @@ HEADERS_YANG_JSON = {'Content-Type': 'application/yang.data+json'} HEADERS_XML = {'Content-Type': 'application/xml'} ACCEPT_XML = {'Accept': 'application/xml'} ACCEPT_JSON = {'Accept': 'application/json'} +ACCEPT_EMPTY = {} # Json should be default, but no-output RPC cannot have Accept header. ODL_CONTROLLER_SESSION = None TOPO_TREE_LEVEL = 2 TOPO_TREE_DEPTH = 3