HC Test: bugfix for SLAAC and ODL tests
[csit.git] / resources / libraries / robot / honeycomb / slaac.robot
index 10e4887..036d4d0 100644 (file)
@@ -17,7 +17,7 @@
 | Documentation | Keywords used to test SLAAC using Honeycomb.
 
 *** Keywords ***
-| Honeycomb Configures SLAAC
+| Honeycomb configures SLAAC
 | | [Documentation] | Uses Honeycomb API to configure SLAAC on the specified\
 | | ... | interface.
 | | ...
@@ -28,7 +28,7 @@
 | | ...
 | | ... | *Example:*
 | | ...
-| | ... | \| Honeycomb Configures SLAAC \| ${node} \| ${interface} \
+| | ... | \| Honeycomb configures SLAAC \| ${node} \| ${interface} \
 | | ... | \| ${slaac_data} \|
 | | ...
 | | [Arguments] | ${node} | ${interface} | ${slaac_data}
@@ -68,7 +68,7 @@
 | | ... | \| ${node} \| ${interface} \|
 | | ...
 | | [Arguments] | ${node} | ${interface}
-| | Run keyword and expect error | HoneycombError*404*
+| | Run keyword and expect error | HoneycombError*40*
 | | ... | Get interface SLAAC oper data | ${node} | ${interface}
 
 | Honeycomb removes SLAAC configuration
 | | ...
 | | [Arguments] | ${node} | ${interface}
 | | Honeycomb removes SLAAC configuration | ${node} | ${interface}
-| | And InterfaceAPI.Set Interface State | ${node} | ${interface} | down
-| | Honeycomb removes interface ipv6 addresses | ${node} | ${interface}
+| | And Honeycomb configures interface state | ${node} | ${interface} | down
+| | Honeycomb removes interface IPv6 addresses | ${node} | ${interface}