test: lowercase minor words in test case names

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2026-04-21 14:20:58 +02:00
parent ff02190df8
commit f996dbd6ef
10 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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
+5 -5
View File
@@ -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
+2 -2
View File
@@ -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
+3 -3
View File
@@ -2,14 +2,14 @@
- settings:
test-spec: <case>.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"]
@@ -2,10 +2,10 @@
- settings:
test-spec: <case>.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"]
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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