Add TemplatedRequests.robot Resource
[integration/test.git] / csit / variables / Variables.py
index de3ad9735ecf39b71f768afe1f963df806180fdd..1c384bcec722b19f837b6117012a1f36799cfa99 100644 (file)
@@ -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