mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Add support for static ARP (IPv4) and neighbor cache (IPv6) entries per interface. Static entries are installed as permanent kernel neighbor table entries that are never evicted by normal ARP/NDP aging. Fixes #819 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
---
|
|
- name: VLAN Ping Connectivity
|
|
case: vlan_ping/test.py
|
|
|
|
- name: Interface with IPv4
|
|
case: ipv4_address/test.py
|
|
|
|
- name: ARP and Neighbor Cache
|
|
case: neighbor_cache/test.py
|
|
|
|
- name: Interface IPv6 Autoconf for Bridges
|
|
case: ipv6_address/test.py
|
|
|
|
- name: Interface Description (ifAlias)
|
|
case: ifalias/test.py
|
|
|
|
- name: Custom MAC Address on Interface
|
|
case: iface_phys_address/test.py
|
|
|
|
- name: Routing Basic
|
|
case: routing_basic/test.py
|
|
|
|
- name: VLAN Interface Ingress/Egress QoS
|
|
case: vlan_qos/test.py
|
|
|
|
- name: Interface Speed Duplex (Copper)
|
|
case: speed_duplex_copper/test.py
|
|
|
|
- name: Verify that All Interface Types Can Be Created
|
|
case: verify_all_interface_types/test.py
|
|
|
|
- name: Interface Status
|
|
case: iface_enable_disable/test.py
|
|
|
|
- name: VLAN Interface Termination
|
|
case: vlan_iface_termination/test.py
|
|
|
|
- name: Verify that VETH Pairs Can Be Deleted
|
|
case: veth_delete/test.py
|
|
|
|
- name: IPv4 link-local
|
|
case: ipv4_autoconf/test.py
|
|
|
|
- name: Bridge Interface Tests
|
|
suite: bridge.yaml
|
|
|
|
- name: Link Aggregation Tests
|
|
suite: lag.yaml
|
|
|
|
- name: Layer-2 Multicast Filtering Tests
|
|
suite: igmp.yaml
|
|
|
|
- name: Layer-2/3 Tunnel Tests
|
|
suite: tunnels.yaml
|