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/vxlan_gpe.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/vxlan_gpe.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/vxlan_gpe.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/robot/honeycomb/vxlan_gpe.robot b/resources/libraries/robot/honeycomb/vxlan_gpe.robot index ef20ed946c..14a4910bb6 100644 --- a/resources/libraries/robot/honeycomb/vxlan_gpe.robot +++ b/resources/libraries/robot/honeycomb/vxlan_gpe.robot @@ -127,7 +127,8 @@ | | ... | ${vat_data['encap_vrf_id']} | ${vxlan_gpe_params['encap-vrf-id']} | | Should be equal as strings | | ... | ${vat_data['decap_vrf_id']} | ${vxlan_gpe_params['decap-vrf-id']} -| | Should be equal as strings | ${vat_data['protocol']} +# VAT dump multiplies protocol value by 16777216 +| | Should be equal as strings | ${vat_data['protocol']/16777216} | | ... | ${protocols['${vxlan_gpe_params['next-protocol']}']} | VxLAN GPE Interface indices from Honeycomb and VAT should correspond |