CSIT/Honeycomb/Status

From fd.io
< CSIT
Revision as of 10:43, 12 October 2016 by Selias (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

(Up to date as of 12. October 2016). This page will (hopefully) be updated every Wednesday, before the CSIT weekly public call.

Status of CSIT-Honeycomb tests

  • Tests are currently not automated! The Jenkins job triggers need to be updated, and the relevant commit is stuck in review limbo.
  • Manual test runs are possible on Ubuntu 14.04 DUTs with an installed Honeycomb .deb package
  • Testing on Ubuntu 16.04 DUTs currently not possible due to a Honeycomb issue with Linux service integration - Jira ticket


Observed Test Failures

Note: Unlike CSIT-core, Honeycomb tests do not add Gerrit "verified" labels to changes (for now). They are only meant to provide information and track issue history with logs.

Lists cause of failure, explanation and Jira ticket where applicable:

(Results from local testing, since Jenkins job is not running yet.)

  • Interface management:
    • IPv4 address mismatch in VAT dump:
      • VAT dump returns IP addresses in reversed byte order
      • VPP-132
    • Cannot read operational data for IPv4/IPv6 neighbor
    • Cannot set IPv6 address
  • VxLAN GPE:
    • cannot verify next-protocol value:
      • VAT dump returns incorrect next-protocol value
      • VPP-217, to be resolved in VPP-156
  • Vlan sub-interface:
    • IPv4 address mismatch in VAT dump, same as with generic interfaces
  • ACL:
    • Cannot remove ACL table if multiple tables exist:
      • VPP removes entire table chain, causing desync between Honeycomb operational and config data
      • VPP-206