Files
infix/test/case/all.yaml
T
Mattias Walström 29031be4e9 test-specification: Generate test specification from suite file
The suite can also contain meta data for the test specification,
One meta data that is implemented is title, which is used when the
same test code is used twice with parameters.

Also if a test case should not be present in the test specification
for some case. You can add specification: False as meta data.
2025-01-10 21:42:10 +01:00

37 lines
739 B
YAML

---
- case: meta/wait.py
infamy:
specification: False
- case: meta/reproducible.py
infamy:
specification: False
- name: Misc tests
suite: misc/misc.yaml
- name: ietf-system
suite: ietf_system/ietf_system.yaml
- name: ietf-syslog
suite: ietf_syslog/ietf_syslog.yaml
- name: ietf-interfaces
suite: ietf_interfaces/ietf_interfaces.yaml
- name: ietf-routing
suite: ietf_routing/ietf_routing.yaml
- name: infix-containers
suite: infix_containers/infix_containers.yaml
- name: infix-dhcp
suite: infix_dhcp/infix_dhcp.yaml
- name: ietf-hardware
suite: ietf_hardware/ietf_hardware.yaml
- name: infix-services
suite: infix_services/infix_services.yaml
- name: use-cases
suite: use_case/use_case.yml