Move 'Create Dictionary' calls from tab format to '=' format
[integration/test.git] / tools / Robot_Tool / suites / ha / 005__two_controller_running.txt
index 9ccb3dfa5be5521c4decf5db8c3812a77cd24907..157c04950b500f3ef1e98a3402a793aaa9c9a343 100644 (file)
@@ -130,7 +130,7 @@ all switches are introduced to both controllers
                
 
 the system is working with C1 and C2
-    ${headers}    Create Dictionary    Content-Type    application/json
+    ${headers}    Create Dictionary    Content-Type=application/json
     Create Session    session    http://${Controller1_IP}:8080   headers=${headers}    auth=${auth}
     ${resp}    Get    session    ${REST_CONTEXT}/${CONTAINER}
     Should Be Equal As Strings    ${resp.status_code}    200    Response    status code error
@@ -140,7 +140,7 @@ the system is working with C1 and C2
     Should Contain X Times  ${resp.content}   ${nodeconn3}   2
     Should Contain X Times  ${resp.content}   ${nodeconn4}   2
 
-    ${headers}    Create Dictionary    Content-Type    application/json
+    ${headers}    Create Dictionary    Content-Type=application/json
     Create Session    session    http://${Controller2_IP}:8080   headers=${headers}    auth=${auth}
     ${resp}    Get    session    ${REST_CONTEXT}/${CONTAINER}
     Should Be Equal As Strings    ${resp.status_code}    200    Response    status code error