Bug 4267: Fix Tcpmd5user suite
[integration/test.git] / csit / variables / Variables.py
index 17e6f3adf3bcfcdf5eb4681db6dde4b81d1be868..89c0295f6257a589b41dd513ca13e42fb47cc71e 100644 (file)
@@ -20,6 +20,7 @@ SCOPE = 'sdn'
 HEADERS = {'Content-Type': 'application/json'}
 HEADERS_XML = {'Content-Type': 'application/xml'}
 ACCEPT_XML = {'Accept': 'application/xml'}
+ACCEPT_JSON = {'Accept': 'application/json'}
 ODL_CONTROLLER_SESSION = None
 TOPO_TREE_LEVEL = 2
 TOPO_TREE_DEPTH = 3