From 142e4e95b7c0aaa49a6556fca3f5575ef0dda9cc Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 15 Sep 2025 06:56:36 +0200 Subject: [PATCH] test: consistent naming for all yaml files Signed-off-by: Joachim Wiberg --- test/case/all.yaml | 28 ++++++++++++------- .../{ietf_hardware.yaml => all.yaml} | 0 .../{ietf_interfaces.yaml => all.yaml} | 0 .../{ietf_routing.yaml => all.yaml} | 0 .../{ietf_syslog.yaml => all.yaml} | 0 .../{ietf_system.yaml => all.yaml} | 0 .../{infix_containers.yaml => all.yaml} | 0 .../infix_dhcp/{infix_dhcp.yaml => all.yaml} | 0 test/case/infix_services/all.yaml | 9 ++++++ test/case/infix_services/infix_services.yaml | 9 ------ .../lldp/{lldp.yaml => all.yaml} | 0 .../mdns/{mdns.yaml => all.yaml} | 0 .../infix_services/ssh/{ssh.yaml => all.yaml} | 0 test/case/misc/{misc.yaml => all.yaml} | 0 test/case/use_case/{use_case.yml => all.yaml} | 0 15 files changed, 27 insertions(+), 19 deletions(-) rename test/case/ietf_hardware/{ietf_hardware.yaml => all.yaml} (100%) rename test/case/ietf_interfaces/{ietf_interfaces.yaml => all.yaml} (100%) rename test/case/ietf_routing/{ietf_routing.yaml => all.yaml} (100%) rename test/case/ietf_syslog/{ietf_syslog.yaml => all.yaml} (100%) rename test/case/ietf_system/{ietf_system.yaml => all.yaml} (100%) rename test/case/infix_containers/{infix_containers.yaml => all.yaml} (100%) rename test/case/infix_dhcp/{infix_dhcp.yaml => all.yaml} (100%) create mode 100644 test/case/infix_services/all.yaml delete mode 100644 test/case/infix_services/infix_services.yaml rename test/case/infix_services/lldp/{lldp.yaml => all.yaml} (100%) rename test/case/infix_services/mdns/{mdns.yaml => all.yaml} (100%) rename test/case/infix_services/ssh/{ssh.yaml => all.yaml} (100%) rename test/case/misc/{misc.yaml => all.yaml} (100%) rename test/case/use_case/{use_case.yml => all.yaml} (100%) diff --git a/test/case/all.yaml b/test/case/all.yaml index e439df4a..2f5b728d 100644 --- a/test/case/all.yaml +++ b/test/case/all.yaml @@ -15,7 +15,7 @@ specification: False - name: Misc tests - suite: misc/misc.yaml + suite: misc/all.yaml # Upgrade may leave wrong boot order - case: meta/bootorder.py @@ -23,20 +23,28 @@ specification: False - name: "IETF System" - suite: ietf_system/ietf_system.yaml + suite: ietf_system/all.yaml + - name: "IETF Syslog" - suite: ietf_syslog/ietf_syslog.yaml + suite: ietf_syslog/all.yaml + - name: "IETF Interfaces" - suite: ietf_interfaces/ietf_interfaces.yaml + suite: ietf_interfaces/all.yaml + - name: "IETF Routing" - suite: ietf_routing/ietf_routing.yaml + suite: ietf_routing/all.yaml + - name: "Infix Containers" - suite: infix_containers/infix_containers.yaml + suite: infix_containers/all.yaml + - name: "Infix DHCP" - suite: infix_dhcp/infix_dhcp.yaml + suite: infix_dhcp/all.yaml + - name: "IETF Hardware" - suite: ietf_hardware/ietf_hardware.yaml + suite: ietf_hardware/all.yaml + - name: "Infix Services" - suite: infix_services/infix_services.yaml + suite: infix_services/all.yaml + - name: "Use Case Tests" - suite: use_case/use_case.yml + suite: use_case/all.yaml diff --git a/test/case/ietf_hardware/ietf_hardware.yaml b/test/case/ietf_hardware/all.yaml similarity index 100% rename from test/case/ietf_hardware/ietf_hardware.yaml rename to test/case/ietf_hardware/all.yaml diff --git a/test/case/ietf_interfaces/ietf_interfaces.yaml b/test/case/ietf_interfaces/all.yaml similarity index 100% rename from test/case/ietf_interfaces/ietf_interfaces.yaml rename to test/case/ietf_interfaces/all.yaml diff --git a/test/case/ietf_routing/ietf_routing.yaml b/test/case/ietf_routing/all.yaml similarity index 100% rename from test/case/ietf_routing/ietf_routing.yaml rename to test/case/ietf_routing/all.yaml diff --git a/test/case/ietf_syslog/ietf_syslog.yaml b/test/case/ietf_syslog/all.yaml similarity index 100% rename from test/case/ietf_syslog/ietf_syslog.yaml rename to test/case/ietf_syslog/all.yaml diff --git a/test/case/ietf_system/ietf_system.yaml b/test/case/ietf_system/all.yaml similarity index 100% rename from test/case/ietf_system/ietf_system.yaml rename to test/case/ietf_system/all.yaml diff --git a/test/case/infix_containers/infix_containers.yaml b/test/case/infix_containers/all.yaml similarity index 100% rename from test/case/infix_containers/infix_containers.yaml rename to test/case/infix_containers/all.yaml diff --git a/test/case/infix_dhcp/infix_dhcp.yaml b/test/case/infix_dhcp/all.yaml similarity index 100% rename from test/case/infix_dhcp/infix_dhcp.yaml rename to test/case/infix_dhcp/all.yaml diff --git a/test/case/infix_services/all.yaml b/test/case/infix_services/all.yaml new file mode 100644 index 00000000..eef4de21 --- /dev/null +++ b/test/case/infix_services/all.yaml @@ -0,0 +1,9 @@ +--- +- name: LLDP + suite: lldp/all.yaml + +- name: mDNS + suite: mdns/all.yaml + +- name: SSH + suite: ssh/all.yaml diff --git a/test/case/infix_services/infix_services.yaml b/test/case/infix_services/infix_services.yaml deleted file mode 100644 index c4d266d2..00000000 --- a/test/case/infix_services/infix_services.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -- name: LLDP - suite: lldp/lldp.yaml - -- name: mDNS - suite: mdns/mdns.yaml - -- name: SSH - suite: ssh/ssh.yaml diff --git a/test/case/infix_services/lldp/lldp.yaml b/test/case/infix_services/lldp/all.yaml similarity index 100% rename from test/case/infix_services/lldp/lldp.yaml rename to test/case/infix_services/lldp/all.yaml diff --git a/test/case/infix_services/mdns/mdns.yaml b/test/case/infix_services/mdns/all.yaml similarity index 100% rename from test/case/infix_services/mdns/mdns.yaml rename to test/case/infix_services/mdns/all.yaml diff --git a/test/case/infix_services/ssh/ssh.yaml b/test/case/infix_services/ssh/all.yaml similarity index 100% rename from test/case/infix_services/ssh/ssh.yaml rename to test/case/infix_services/ssh/all.yaml diff --git a/test/case/misc/misc.yaml b/test/case/misc/all.yaml similarity index 100% rename from test/case/misc/misc.yaml rename to test/case/misc/all.yaml diff --git a/test/case/use_case/use_case.yml b/test/case/use_case/all.yaml similarity index 100% rename from test/case/use_case/use_case.yml rename to test/case/use_case/all.yaml