Remove variables and scripts for netvirt
[integration/test.git] / csit / suites / openflowplugin / Bundlebased_Reconciliation / 010_bundle_resync.robot
index 932c3511e5afb61df6acb15d51511683778ab040..e997c74d01af8ef9d74e09f1bd0bdae1ed7f6e20 100644 (file)
@@ -8,7 +8,6 @@ Resource            ../../../libraries/OVSDB.robot
 Resource            ../../../libraries/KarafKeywords.robot
 Resource            ../../../libraries/FlowLib.robot
 Resource            ../../../variables/Variables.robot
-Resource            ../../../variables/netvirt/Variables.robot
 Resource            ../../../libraries/DataModels.robot
 Resource            ../../../variables/openflowplugin/Variables.robot
 
@@ -17,15 +16,16 @@ Suite Teardown      End Suite
 
 
 *** Variables ***
-${XMLSDIR}          ${CURDIR}/../../../../csit/variables/openflowplugin
-@{FLOWFILE}         f279.xml    f280.xml    f281.xml    f282.xml    f283.xml    f284.xml    f278.xml
-@{GROUPFILE}        g279.xml    g280.xml    g281.xml
-@{GROUP_ID}         1    2    3
-${FLAG_MSG}         "bundle-based-reconciliation-enabled configuration property was changed to 'true'"
-${STATIC_FLOW}      table=91
+${XMLSDIR}              ${CURDIR}/../../../../csit/variables/openflowplugin
+@{FLOWFILE}             f279.xml    f280.xml    f281.xml    f282.xml    f283.xml    f284.xml    f278.xml
+@{GROUPFILE}            g279.xml    g280.xml    g281.xml
+@{GROUP_ID}             1    2    3
+${FLAG_MSG}             "bundle-based-reconciliation-enabled configuration property was changed to 'true'"
+${STATIC_FLOW}          table=91
 @{DATA_MODELS}
-...                 data/opendaylight-inventory:nodes?${RFC8040_CONFIG_CONTENT}
-...                 data/opendaylight-inventory:nodes?${RFC8040_OPERATIONAL_CONTENT}
+...                     data/opendaylight-inventory:nodes?${RFC8040_CONFIG_CONTENT}
+...                     data/opendaylight-inventory:nodes?${RFC8040_OPERATIONAL_CONTENT}
+${INTEGRATION_BRIDGE}   br-int
 
 
 *** Test Cases ***