mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
- Test so the value in operational actually is correct - Move test to last in suite to see that there are no stray data in operational (yangerd)
66 lines
1.0 KiB
YAML
66 lines
1.0 KiB
YAML
---
|
|
- settings:
|
|
test-spec: Readme.adoc
|
|
|
|
- case: meta/reproducible.py
|
|
name: "Ensure Reproducible Env"
|
|
infamy:
|
|
specification: False
|
|
|
|
- case: meta/bootorder.py
|
|
name: "Verify Bootorder"
|
|
infamy:
|
|
specification: False
|
|
|
|
- case: meta/check-version.py
|
|
name: "Verify Software Version"
|
|
infamy:
|
|
specification: False
|
|
|
|
|
|
- name: "System"
|
|
suite: system/all.yaml
|
|
|
|
# Upgrade may leave wrong boot order
|
|
- case: meta/bootorder.py
|
|
name: "Verify Bootorder After Upgrade"
|
|
infamy:
|
|
specification: False
|
|
|
|
- name: "Syslog"
|
|
suite: syslog/all.yaml
|
|
|
|
- name: "Interfaces"
|
|
suite: interfaces/all.yaml
|
|
|
|
- name: "NTP Server"
|
|
suite: ntp/all.yaml
|
|
|
|
- name: "PTP"
|
|
suite: ptp/all.yaml
|
|
|
|
- name: "Routing"
|
|
suite: routing/all.yaml
|
|
|
|
- name: "Firewall"
|
|
suite: firewall/all.yaml
|
|
|
|
- name: "Containers"
|
|
suite: containers/all.yaml
|
|
|
|
- name: "DHCP"
|
|
suite: dhcp/all.yaml
|
|
|
|
- name: "Hardware"
|
|
suite: hardware/all.yaml
|
|
|
|
- name: "Services"
|
|
suite: services/all.yaml
|
|
|
|
- name: "Use Case Tests"
|
|
suite: use_case/all.yaml
|
|
|
|
- name: "Miscellaneous"
|
|
suite: misc/all.yaml
|
|
|