From f996dbd6efb3e7dd245638055627b0ae3f3d2e8f Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 21 Apr 2026 14:20:58 +0200 Subject: [PATCH] test: lowercase minor words in test case names Signed-off-by: Richard Alpe --- test/case/containers/all.yaml | 6 +++--- test/case/hardware/all.yaml | 4 ++-- test/case/interfaces/all.yaml | 10 +++++----- test/case/interfaces/bridge.yaml | 4 ++-- test/case/interfaces/tunnel_basic/test.yaml | 6 +++--- test/case/interfaces/tunnel_bridged/test.yaml | 4 ++-- test/case/interfaces/tunnels.yaml | 2 +- test/case/ntp/all.yaml | 2 +- test/case/routing/all.yaml | 2 +- test/case/system/all.yaml | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/test/case/containers/all.yaml b/test/case/containers/all.yaml index 1987a5cd..abf9c65d 100644 --- a/test/case/containers/all.yaml +++ b/test/case/containers/all.yaml @@ -9,13 +9,13 @@ - name: Container Environment Variables case: environment/test.py -- name: Container With Bridge Network +- name: Container with Bridge Network case: bridge/test.py -- name: Container With Physical Interface +- name: Container with Physical Interface case: phys/test.py -- name: Container With VETH Pair +- name: Container with VETH Pair case: veth/test.py - name: Container Volume Persistence diff --git a/test/case/hardware/all.yaml b/test/case/hardware/all.yaml index 1dc3bd01..23a7c17b 100644 --- a/test/case/hardware/all.yaml +++ b/test/case/hardware/all.yaml @@ -2,10 +2,10 @@ - name: USB Configuration case: usb/test.py -- name: USB Configuration With Two USB Ports +- name: USB Configuration with Two USB Ports case: usb_two_ports/test.py -- name: Watchdog Reset On System Lockup +- name: Watchdog Reset on System Lockup case: watchdog/test.py - name: GPS Receiver Basic Test diff --git a/test/case/interfaces/all.yaml b/test/case/interfaces/all.yaml index 3a55e0b1..2a3c95ac 100644 --- a/test/case/interfaces/all.yaml +++ b/test/case/interfaces/all.yaml @@ -2,16 +2,16 @@ - name: VLAN Ping Connectivity case: vlan_ping/test.py -- name: Interface With IPv4 +- name: Interface with IPv4 case: ipv4_address/test.py -- name: Interface IPv6 Autoconf For Bridges +- name: Interface IPv6 Autoconf for Bridges case: ipv6_address/test.py - name: Interface Description (ifAlias) case: ifalias/test.py -- name: Custom MAC Address On Interface +- name: Custom MAC Address on Interface case: iface_phys_address/test.py - name: Routing Basic @@ -23,7 +23,7 @@ - name: Interface Speed Duplex (Copper) case: speed_duplex_copper/test.py -- name: Verify That All Interface Types Can Be Created +- name: Verify that All Interface Types Can Be Created case: verify_all_interface_types/test.py - name: Interface Status @@ -32,7 +32,7 @@ - name: VLAN Interface Termination case: vlan_iface_termination/test.py -- name: Verify That VETH Pairs Can Be Deleted +- name: Verify that VETH Pairs Can Be Deleted case: veth_delete/test.py - name: IPv4 link-local diff --git a/test/case/interfaces/bridge.yaml b/test/case/interfaces/bridge.yaml index 51bccd6a..f27fd3a9 100644 --- a/test/case/interfaces/bridge.yaml +++ b/test/case/interfaces/bridge.yaml @@ -15,10 +15,10 @@ - name: Bridge Basic case: bridge_basic/test.py -- name: Dual Bridges On One Device +- name: Dual Bridges on One Device case: dual_bridge/test.py -- name: Bridge With A Physical Port And A Veth +- name: Bridge with a Physical Port and a Veth case: bridge_veth/test.py - name: Bridge VLAN diff --git a/test/case/interfaces/tunnel_basic/test.yaml b/test/case/interfaces/tunnel_basic/test.yaml index 11c58414..1f880251 100644 --- a/test/case/interfaces/tunnel_basic/test.yaml +++ b/test/case/interfaces/tunnel_basic/test.yaml @@ -2,14 +2,14 @@ - settings: test-spec: .adoc -- name: GRE Point-To-Point +- name: GRE Point-to-Point case: gre.py opts: ["--tunnel", "gre"] -- name: GRETAP Point-To-Point +- name: GRETAP Point-to-Point case: gretap.py opts: ["--tunnel", "gretap"] -- name: VXLAN Point-To-Point +- name: VXLAN Point-to-Point case: vxlan.py opts: ["--tunnel", "vxlan"] diff --git a/test/case/interfaces/tunnel_bridged/test.yaml b/test/case/interfaces/tunnel_bridged/test.yaml index 6aba5ae8..53ac3ff3 100644 --- a/test/case/interfaces/tunnel_bridged/test.yaml +++ b/test/case/interfaces/tunnel_bridged/test.yaml @@ -2,10 +2,10 @@ - settings: test-spec: .adoc -- name: GRETAP Bridged With Physical Interface +- name: GRETAP Bridged with Physical Interface case: gretap.py opts: ["--tunnel", "gretap"] -- name: VXLAN Bridged With Physical Interface +- name: VXLAN Bridged with Physical Interface case: vxlan.py opts: ["--tunnel", "vxlan"] diff --git a/test/case/interfaces/tunnels.yaml b/test/case/interfaces/tunnels.yaml index 9877d43b..20060983 100644 --- a/test/case/interfaces/tunnels.yaml +++ b/test/case/interfaces/tunnels.yaml @@ -2,7 +2,7 @@ - name: Basic Tunnel Connectivity Test suite: tunnel_basic/test.yaml -- name: Tunnel Interface Bridged With Physical +- name: Tunnel Interface Bridged with Physical suite: tunnel_bridged/test.yaml - name: Tunnel TTL verification diff --git a/test/case/ntp/all.yaml b/test/case/ntp/all.yaml index 51785df8..a884f551 100644 --- a/test/case/ntp/all.yaml +++ b/test/case/ntp/all.yaml @@ -8,7 +8,7 @@ - name: NTP Peer Mode case: server_mode_peer/test.py -- name: NTP Server And Client Interoperability +- name: NTP Server and Client Interoperability case: server_client/test.py - name: NTP Client Stratum Selection diff --git a/test/case/routing/all.yaml b/test/case/routing/all.yaml index 5768ec02..b8d57948 100644 --- a/test/case/routing/all.yaml +++ b/test/case/routing/all.yaml @@ -8,7 +8,7 @@ - name: OSPF Unnumbered Interfaces case: ospf_unnumbered_interface/test.py -- name: OSPF With Multiple Areas +- name: OSPF with Multiple Areas case: ospf_multiarea/test.py - name: OSPF BFD diff --git a/test/case/system/all.yaml b/test/case/system/all.yaml index 7a6bfc43..b00e9353 100644 --- a/test/case/system/all.yaml +++ b/test/case/system/all.yaml @@ -14,7 +14,7 @@ - name: Set Timezone Using Timezone Name case: timezone/test.py -- name: Set Timezone With UTC Offset +- name: Set Timezone with UTC Offset case: timezone_utc_offset/test.py - name: Basic NTP Client Test