diff options
author | selias <samelias@cisco.com> | 2016-10-24 18:15:52 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-11-04 08:50:25 +0000 |
commit | 6bfae6634aa26c2e88dddf49d91245d880b0222b (patch) | |
tree | fb554021ff68a8d862b5252583f296e681525863 /resources/libraries/robot/honeycomb/bridge_domain.robot | |
parent | b8fe6e5a6c0dc1f9972b7f3919041dedb1427cfd (diff) |
CSIT-457: Address Honeycomb test failures
- tag all not-implemented features with EXPECTED_FAILING
- add workarounds for known issues with VAT dump commands
- replace hardcoded test data with parametrized
- separate IP neighbor and IP address into two test cases
- support unordered lists with compare_data_structures keyword
Change-Id: I2c683162325cee720ba496489787fa50e9c72b8c
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/bridge_domain.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/bridge_domain.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/honeycomb/bridge_domain.robot b/resources/libraries/robot/honeycomb/bridge_domain.robot index 2edf3076ff..a286d11907 100644 --- a/resources/libraries/robot/honeycomb/bridge_domain.robot +++ b/resources/libraries/robot/honeycomb/bridge_domain.robot @@ -237,8 +237,8 @@ | | ... | | ... | \| Honeycomb should show no bridge domains \| ${nodes['DUT1']} \| | | [Arguments] | ${node} -| | ${bd_data}= | Get all BDs oper data | ${node} -| | Should be empty | ${bd_data} +| | Run keyword and expect error | *Not possible*Status code: 404* +| | ... | Get all BDs oper data | ${node} | VAT should show no bridge domains | | [Documentation] | Uses VAT to verify the removal of all bridge domains. |