Move 'Create Dictionary' calls from tab format to '=' format
[integration/test.git] / tools / Robot_Tool / suites / base / switch_manager.txt
index 113f6a13a2500944df7c9231b3ef4d3de7eaf1e2..e17ff38d493756e3f5656acaa6823ae96b425095 100644 (file)
@@ -55,7 +55,7 @@ Get node
     ${resp}    Get    ${ODL_CONTROLLER_SESSION}    ${REST_CONTEXT}/${CONTAINER}/nodes
     Should Be Equal As Strings    ${resp.status_code}    200    Response status code error
     ${result}    TO JSON    ${resp.content}
-    ${node}    Create Dictionary    id    ${node_id}    type    ${node_type}
+    ${node}    Create Dictionary    id=${node_id}    type=${node_type}
     ${content}    Extract All Nodes    ${result}
     Log    ${content}
     List Should Contain Value    ${content}    ${node}
@@ -93,8 +93,8 @@ Node property should exist
     Log    ${result}
     ${nodes}    Extract All Nodes    ${result}
     ${property_values}    Extract Node Property Values    ${result}    ${property}
-    ${node}    Create Dictionary    id    ${node_id}    type    ${node_type}
-    ${property_value}    Create Dictionary    value    ${value}
+    ${node}    Create Dictionary    id=${node_id}    type=${node_type}
+    ${property_value}    Create Dictionary    value=${value}
     Log    ${property_value}
     List Should Contain Value    ${nodes}    ${node}
     List Should Contain Value    ${property_values}    ${property_value}
@@ -108,8 +108,8 @@ Node property should not exist
     Log    ${result}
     ${nodes}    Extract All Nodes    ${result}
     ${properties}    Extract Node Property Values    ${result}    ${property}
-    ${node}    Create Dictionary    id    ${node_id}    type    ${node_type}
-    ${property}    Create Dictionary    value    ${value}
+    ${node}    Create Dictionary    id=${node_id}    type=${node_type}
+    ${property}    Create Dictionary    value=${value}
     Log    ${property}
     List Should Contain Value    ${nodes}    ${node}
     List Should Not Contain Value    ${properties}    ${property}
@@ -123,7 +123,7 @@ Nodeconnector property should exist
     Log    ${result}
     ${property_values}    Extract Nodeconnector Property Values    ${result}    ${property}
     Log    ${property_values}
-    ${property_value}    Create Dictionary    value    ${value}
+    ${property_value}    Create Dictionary    value=${value}
     List Should Contain Value    ${property_values}    ${property_value}
 
 Nodeconnector property should not exist
@@ -135,7 +135,7 @@ Nodeconnector property should not exist
     Log    ${result}
     ${property_values}    Extract Nodeconnector Property Values    ${result}    ${property}
     Log    ${property_values}
-    ${property_value}    Create Dictionary    value    ${value}
+    ${property_value}    Create Dictionary    value=${value}
     List Should not Contain Value    ${property_values}    ${property_value}
 
 List all nodeconnectors of node