X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fnsh.robot;fp=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fnsh.robot;h=fbb5b8956766cffacacbe3aee0deb40b5e873a0b;hb=4e565011b2e53f99fb78e1143e6543b3427de79a;hp=434c72f516634d88fe62be491de37384367c68e0;hpb=5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8;p=csit.git diff --git a/resources/libraries/robot/honeycomb/nsh.robot b/resources/libraries/robot/honeycomb/nsh.robot index 434c72f516..fbb5b89567 100644 --- a/resources/libraries/robot/honeycomb/nsh.robot +++ b/resources/libraries/robot/honeycomb/nsh.robot @@ -124,21 +124,6 @@ | | ${oper_data}= | Get NSH oper data | ${node} | map_name=${name} | | Compare data structures | ${oper_data} | ${data} -| NSH entry from Honeycomb should not exist -| | [Documentation] | Retrieves oper data for NSH entry and expects to fail. -| | ... -| | ... | *Arguments:* -| | ... | - node - information about a DUT node. Type: dict -| | ... | - name - name of the NSH entry. Type: string -| | ... -| | ... | *Example:* -| | ... -| | ... | \| NSH entry from Honeycomb should not exist \| ${nodes['DUT1']} \ -| | ... | \| nsh_1 \| -| | [Arguments] | ${node} | ${name} -| | Run keyword and expect error | *Status code: 404* -| | ... | Get NSH oper data | ${node} | entry_name=${name} - | NSH map from Honeycomb should not exist | | [Documentation] | Retrieves oper data for NSH map and expects to fail. | | ...