HC Test: bugfix for SLAAC and ODL tests
[csit.git] / resources / libraries / robot / honeycomb / slaac.robot
index 966f95f..036d4d0 100644 (file)
@@ -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
+| | And Honeycomb configures interface state | ${node} | ${interface} | down
 | | Honeycomb removes interface IPv6 addresses | ${node} | ${interface}