Difference between revisions of "CSIT/Honeycomb/Summary"

From fd.io
Jump to: navigation, search
(updated summary)
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Features implemented in Honeycomb vs. existing test cases
+
For up-to-date information on Honeycomb testing see [https://docs.fd.io/csit/master/report the report.]
{|class="wikitable"
+
Test case and code documentation can be found [https://docs.fd.io/csit/master/doc here], in the "honeycomb" sub-section of each topic.
! Honeycomb feature
+
! Components tested
+
! Components not tested
+
 
+
|-
+
| Base interface management
+
| CRUD for interface state, ipv4 address, ipv4 neighbor
+
| ipv6 address
+
|-
+
| Bridge domain management
+
| CRUD for bridge domain, adding interfaces to bridge domains, CRD for L2-FIB
+
|
+
|-
+
| Vxlan tunnel management
+
| CRD for vxlan tunnels
+
|
+
|-
+
| Vhost user interface management
+
| CRUD for vhost user interfaces
+
|
+
|-
+
| Tap interface management
+
| CRUD for tap interfaces
+
|
+
|-
+
| VLAN management
+
| CRUD for vlan sub-interfaces, with tag rewrite
+
|
+
|-
+
| Low level classifier management
+
| CRD for low-level classifier API. Tables and session management.
+
|
+
|-
+
| ACL plugin classifier management
+
| ''in progress''
+
| traffic tests for classifiers by: mac, ip4, ip6, icmp type/code, ip protocol, port
+
|-
+
| Vxlan-GPE management
+
| CRD for vxlan-gpe tunnels
+
|
+
|-
+
| GRE management
+
| -
+
| CRUD for GRE components
+
|-
+
| NSH plugin support
+
| CRD for NSH entries, maps
+
|
+
|-
+
| LISP
+
| CRD for Lisp: mappings, locator sets, adjacencies, map resolvers, PITR
+
|
+
|-
+
| Bridge-domain ARP termination table management
+
| CRUD for ARP-termination components
+
|
+
|-
+
| NAT management
+
| CRD for NAT entries, adding to interfaces
+
|
+
|-
+
| iOam trace
+
| -
+
| CRD for ioam trace components
+
|-
+
| Routing management
+
| -
+
| CRUD for routing components
+
|}
+

Latest revision as of 11:29, 24 August 2017

For up-to-date information on Honeycomb testing see the report. Test case and code documentation can be found here, in the "honeycomb" sub-section of each topic.