mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
22 lines
406 B
YAML
22 lines
406 B
YAML
---
|
|
- settings:
|
|
test-spec: Readme.adoc
|
|
|
|
- name: DHCP Basic
|
|
case: client_basic/test.py
|
|
|
|
- name: DHCP Router
|
|
case: client_default_gw/test.py
|
|
|
|
- name: DHCP option 121 vs option 3
|
|
case: client_routes/test.py
|
|
|
|
- name: DHCP Hostname Priority
|
|
case: client_hostname/test.py
|
|
|
|
- name: DHCPv6 Basic
|
|
case: client6_basic/test.py
|
|
|
|
- name: DHCPv6 Prefix Delegation
|
|
case: client6_prefix_delegation/test.py
|