Difference between revisions of "CSIT/Honeycomb/Status"

From fd.io
Jump to: navigation, search
(updated status)
m
Line 2: Line 2:
 
== Status of CSIT-Honeycomb tests ==
 
== Status of CSIT-Honeycomb tests ==
  
* '''Tests are currently not automated!''' The Jenkins job is missing git integration, the [https://gerrit.fd.io/r/3620 relevant commit] is in review.
+
* Currently running two test jobs:
 +
** hc2vpp-csit-integration - runs after a merge to vpp, hc2vpp or nsh_sfc project
 +
** hc2vpp-csit-verify - ran manually on specific commits to hc2vpp project
 
* Manual test runs are possible on Ubuntu 14.04 and 16.04 DUTs with an installed Honeycomb .deb package
 
* Manual test runs are possible on Ubuntu 14.04 and 16.04 DUTs with an installed Honeycomb .deb package
  
Line 12: Line 14:
 
Lists cause of failure, explanation and Jira ticket where applicable:
 
Lists cause of failure, explanation and Jira ticket where applicable:
 
   
 
   
(Results from local testing, since Jenkins job is not running yet.)
+
(Out of date)
* Bridge domain:
+
** Removing bridge domain leaves interfaces assigned to it
+
*** [https://jira.fd.io/browse/HONEYCOMB-267 HONEYCOMB-267 ]
+
* ACL:
+
** Cannot remove ACL table if multiple tables exist:
+
*** VPP removes entire table chain, causing desync between Honeycomb operational and config data
+
*** [https://jira.fd.io/browse/VPP-206 VPP-206]
+
 
+
Expected failures (tagged EXPECTED_FAILING):
+
* Interface management:
+
** Cannot read operational data for IPv4/IPv6 neighbor
+
*** missing VPP API for reading neighbor list
+
*** [https://jira.fd.io/browse/HONEYCOMB-102 HONEYCOMB-102 ] [https://jira.fd.io/browse/VPP-333 VPP-333 ]
+
** Cannot set IPv6 address
+
*** not implemented
+
*** [https://jira.fd.io/browse/HONEYCOMB-126 HONEYCOMB-126 ] [https://jira.fd.io/browse/VPP-82 VPP-82 ]
+

Revision as of 09:07, 14 December 2016

(Up to date as of 4. November 2016).

Status of CSIT-Honeycomb tests

  • Currently running two test jobs:
    • hc2vpp-csit-integration - runs after a merge to vpp, hc2vpp or nsh_sfc project
    • hc2vpp-csit-verify - ran manually on specific commits to hc2vpp project
  • Manual test runs are possible on Ubuntu 14.04 and 16.04 DUTs with an installed Honeycomb .deb package


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:

(Out of date)