mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
test: lowercase minor words in test case names
Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
@@ -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,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user