mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
To verify the bootorder is still valid after that part of the suite has run.
55 lines
943 B
YAML
55 lines
943 B
YAML
---
|
|
- settings:
|
|
test-spec: Readme.adoc
|
|
|
|
- case: meta/reproducible.py
|
|
infamy:
|
|
specification: False
|
|
|
|
- case: meta/bootorder.py
|
|
infamy:
|
|
specification: False
|
|
|
|
- case: meta/check-version.py
|
|
infamy:
|
|
specification: False
|
|
|
|
- name: Misc tests
|
|
suite: misc/all.yaml
|
|
|
|
|
|
- name: "IETF System"
|
|
suite: ietf_system/all.yaml
|
|
|
|
# Upgrade may leave wrong boot order
|
|
- case: meta/bootorder.py
|
|
infamy:
|
|
specification: False
|
|
|
|
- name: "IETF Syslog"
|
|
suite: ietf_syslog/all.yaml
|
|
|
|
- name: "IETF Interfaces"
|
|
suite: ietf_interfaces/all.yaml
|
|
|
|
- name: "IETF Routing"
|
|
suite: ietf_routing/all.yaml
|
|
|
|
- name: "Infix Firewall"
|
|
suite: infix_firewall/all.yaml
|
|
|
|
- name: "Infix Containers"
|
|
suite: infix_containers/all.yaml
|
|
|
|
- name: "Infix DHCP"
|
|
suite: infix_dhcp/all.yaml
|
|
|
|
- name: "IETF Hardware"
|
|
suite: ietf_hardware/all.yaml
|
|
|
|
- name: "Infix Services"
|
|
suite: infix_services/all.yaml
|
|
|
|
- name: "Use Case Tests"
|
|
suite: use_case/all.yaml
|