Replace Bierman02 with RFC8040 for OpenFlow Plugin
[integration/test.git] / csit / suites / openflowplugin / Performance_Restconf / 100K_Flows_100DPN_1Node_Perf_Test.robot
index bd4f339020704ee62a7612b8e63e3bdd8ecbeacd..a6cfc444ccb8bf3620e2ff815b3cfa489333fe00 100644 (file)
@@ -8,6 +8,7 @@ Library           ../../../libraries/ScaleClient.py
 Resource          ../../../libraries/MininetKeywords.robot
 Resource          ../../../libraries/ClusterManagement.robot
 Resource          ../../../libraries/ClusterOpenFlow.robot
+Resource          ../../../variables/openflowplugin/Variables.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
@@ -86,7 +87,7 @@ Stop Mininet And Verify
 Delete All Flows
     [Documentation]    100K Flows deleted and verify.
     ${config_datastore_delete_start_time}=    DateTime.Get Current Date    result_format=timestamp
-    ClusterManagement.Delete From Member    ${CONFIG_NODES_API}    1
+    ClusterManagement.Delete From Member    ${RFC8040_NODES_API}    1
     ${config_datastore_delete_end_time}=    Get Current Date    result_format=timestamp
     ${config_datastore_delete_time}=    Subtract Date From Date    ${config_datastore_delete_end_time}    ${config_datastore_delete_start_time}
     ${config_datastore_delete_rate}=    Evaluate    ${flow_count} / ${config_datastore_delete_time}