Skip to content

Commit 04381ce

Browse files
committed
test: consistent naming for all yaml files
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent fbab14b commit 04381ce

File tree

15 files changed

+27
-19
lines changed

15 files changed

+27
-19
lines changed

test/case/all.yaml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,36 @@
1515
specification: False
1616

1717
- name: Misc tests
18-
suite: misc/misc.yaml
18+
suite: misc/all.yaml
1919

2020
# Upgrade may leave wrong boot order
2121
- case: meta/bootorder.py
2222
infamy:
2323
specification: False
2424

2525
- name: "IETF System"
26-
suite: ietf_system/ietf_system.yaml
26+
suite: ietf_system/all.yaml
27+
2728
- name: "IETF Syslog"
28-
suite: ietf_syslog/ietf_syslog.yaml
29+
suite: ietf_syslog/all.yaml
30+
2931
- name: "IETF Interfaces"
30-
suite: ietf_interfaces/ietf_interfaces.yaml
32+
suite: ietf_interfaces/all.yaml
33+
3134
- name: "IETF Routing"
32-
suite: ietf_routing/ietf_routing.yaml
35+
suite: ietf_routing/all.yaml
36+
3337
- name: "Infix Containers"
34-
suite: infix_containers/infix_containers.yaml
38+
suite: infix_containers/all.yaml
39+
3540
- name: "Infix DHCP"
36-
suite: infix_dhcp/infix_dhcp.yaml
41+
suite: infix_dhcp/all.yaml
42+
3743
- name: "IETF Hardware"
38-
suite: ietf_hardware/ietf_hardware.yaml
44+
suite: ietf_hardware/all.yaml
45+
3946
- name: "Infix Services"
40-
suite: infix_services/infix_services.yaml
47+
suite: infix_services/all.yaml
48+
4149
- name: "Use Case Tests"
42-
suite: use_case/use_case.yml
50+
suite: use_case/all.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/case/infix_services/all.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
- name: LLDP
3+
suite: lldp/all.yaml
4+
5+
- name: mDNS
6+
suite: mdns/all.yaml
7+
8+
- name: SSH
9+
suite: ssh/all.yaml

test/case/infix_services/infix_services.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)