Adding XML files for OpenFlowplugin Test
[integration/test.git] / test / csit / variables / Variables.py
index 1bb32a7e712576341583dcf13c75794408142cc9..5289435c3703926430024efa72ae6e03bee29065 100644 (file)
@@ -15,6 +15,7 @@ PWD = 'admin'
 AUTH = [u'admin',u'admin']
 HEADERS={'Content-Type': 'application/json'}
 HEADERS_XML={'Content-Type': 'application/xml'}
+HEADERS_ACCEPT={'Accept': 'application/xml'}
 ODL_CONTROLLER_SESSION=None
 TOPO_TREE_LEVEL=2
 
@@ -28,7 +29,6 @@ VTNWEBAPI='/vtn-webapi'
 #controllers URL
 CTRLS_CREATE='controllers.json'
 CTRLS='controllers'
-SW='switches'
 
 #vtn URL
 VTNS_CREATE='vtns.json'
@@ -44,9 +44,3 @@ VBRIFS='interfaces'
 
 #portmap URL
 PORTMAP_CREATE='portmap.json'
-
-#vlanmap URL
-VLANMAP_CREATE='vlanmaps.json'
-
-#ports URL
-PORTS='ports/detail.json'