X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fport_mirroring.robot;h=1ce233f57dcc022e00e11e93d097854f69eb6970;hb=refs%2Fchanges%2F38%2F19838%2F4;hp=64faa5e233edf6e0f4e150d2f6e4036b6a8a5135;hpb=b7f0c133f672b39b49e0480f71dd0629986bcf72;p=csit.git diff --git a/resources/libraries/robot/honeycomb/port_mirroring.robot b/resources/libraries/robot/honeycomb/port_mirroring.robot index 64faa5e233..1ce233f57d 100644 --- a/resources/libraries/robot/honeycomb/port_mirroring.robot +++ b/resources/libraries/robot/honeycomb/port_mirroring.robot @@ -192,7 +192,7 @@ | | ${data}= | Get sub interface oper data | | ... | ${node} | ${dst_interface} | ${index} | | ${data}= | Set Variable -| | ... | ${data['subinterface-span:span-state']['mirrored-interfaces']['mirrored-interface']} +| | ... | ${data['subinterface-span:span']['mirrored-interfaces']['mirrored-interface']} | | Sort list | ${data} | | Sort list | ${src_interfaces} | | Lists should be equal | ${data} | ${src_interfaces} @@ -214,7 +214,7 @@ | | ${data}= | Get sub interface oper data | | ... | ${node} | ${dst_interface} | ${index} | | Variable should not exist -| | ... | ${data['subinterface-span:span-state']['mirrored-interfaces']['mirrored-interface']} +| | ... | ${data['subinterface-span:span']['mirrored-interfaces']['mirrored-interface']} | Honeycomb removes sub-interface SPAN configuration | | [Documentation] | Uses Honeycomb API to remove SPAN Operational Data\ @@ -252,4 +252,4 @@ | | ${data}= | Get sub interface oper data | | ... | ${node} | ${dst_interface} | ${index} | | Run keyword and expect error | *KeyError* | Set Variable -| | ... | ${data['subinterface-span:span-state']['mirrored-interfaces']['mirrored-interface']} \ No newline at end of file +| | ... | ${data['subinterface-span:span']['mirrored-interfaces']['mirrored-interface']} \ No newline at end of file