Skip to content

Commit f996dbd

Browse files
committed
test: lowercase minor words in test case names
Signed-off-by: Richard Alpe <richard@bit42.se>
1 parent ff02190 commit f996dbd

10 files changed

Lines changed: 21 additions & 21 deletions

File tree

test/case/containers/all.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
- name: Container Environment Variables
1010
case: environment/test.py
1111

12-
- name: Container With Bridge Network
12+
- name: Container with Bridge Network
1313
case: bridge/test.py
1414

15-
- name: Container With Physical Interface
15+
- name: Container with Physical Interface
1616
case: phys/test.py
1717

18-
- name: Container With VETH Pair
18+
- name: Container with VETH Pair
1919
case: veth/test.py
2020

2121
- name: Container Volume Persistence

test/case/hardware/all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
- name: USB Configuration
33
case: usb/test.py
44

5-
- name: USB Configuration With Two USB Ports
5+
- name: USB Configuration with Two USB Ports
66
case: usb_two_ports/test.py
77

8-
- name: Watchdog Reset On System Lockup
8+
- name: Watchdog Reset on System Lockup
99
case: watchdog/test.py
1010

1111
- name: GPS Receiver Basic Test

test/case/interfaces/all.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
- name: VLAN Ping Connectivity
33
case: vlan_ping/test.py
44

5-
- name: Interface With IPv4
5+
- name: Interface with IPv4
66
case: ipv4_address/test.py
77

8-
- name: Interface IPv6 Autoconf For Bridges
8+
- name: Interface IPv6 Autoconf for Bridges
99
case: ipv6_address/test.py
1010

1111
- name: Interface Description (ifAlias)
1212
case: ifalias/test.py
1313

14-
- name: Custom MAC Address On Interface
14+
- name: Custom MAC Address on Interface
1515
case: iface_phys_address/test.py
1616

1717
- name: Routing Basic
@@ -23,7 +23,7 @@
2323
- name: Interface Speed Duplex (Copper)
2424
case: speed_duplex_copper/test.py
2525

26-
- name: Verify That All Interface Types Can Be Created
26+
- name: Verify that All Interface Types Can Be Created
2727
case: verify_all_interface_types/test.py
2828

2929
- name: Interface Status
@@ -32,7 +32,7 @@
3232
- name: VLAN Interface Termination
3333
case: vlan_iface_termination/test.py
3434

35-
- name: Verify That VETH Pairs Can Be Deleted
35+
- name: Verify that VETH Pairs Can Be Deleted
3636
case: veth_delete/test.py
3737

3838
- name: IPv4 link-local

test/case/interfaces/bridge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
- name: Bridge Basic
1616
case: bridge_basic/test.py
1717

18-
- name: Dual Bridges On One Device
18+
- name: Dual Bridges on One Device
1919
case: dual_bridge/test.py
2020

21-
- name: Bridge With A Physical Port And A Veth
21+
- name: Bridge with a Physical Port and a Veth
2222
case: bridge_veth/test.py
2323

2424
- name: Bridge VLAN

test/case/interfaces/tunnel_basic/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
- settings:
33
test-spec: <case>.adoc
44

5-
- name: GRE Point-To-Point
5+
- name: GRE Point-to-Point
66
case: gre.py
77
opts: ["--tunnel", "gre"]
88

9-
- name: GRETAP Point-To-Point
9+
- name: GRETAP Point-to-Point
1010
case: gretap.py
1111
opts: ["--tunnel", "gretap"]
1212

13-
- name: VXLAN Point-To-Point
13+
- name: VXLAN Point-to-Point
1414
case: vxlan.py
1515
opts: ["--tunnel", "vxlan"]

test/case/interfaces/tunnel_bridged/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
- settings:
33
test-spec: <case>.adoc
44

5-
- name: GRETAP Bridged With Physical Interface
5+
- name: GRETAP Bridged with Physical Interface
66
case: gretap.py
77
opts: ["--tunnel", "gretap"]
88

9-
- name: VXLAN Bridged With Physical Interface
9+
- name: VXLAN Bridged with Physical Interface
1010
case: vxlan.py
1111
opts: ["--tunnel", "vxlan"]

test/case/interfaces/tunnels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: Basic Tunnel Connectivity Test
33
suite: tunnel_basic/test.yaml
44

5-
- name: Tunnel Interface Bridged With Physical
5+
- name: Tunnel Interface Bridged with Physical
66
suite: tunnel_bridged/test.yaml
77

88
- name: Tunnel TTL verification

test/case/ntp/all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- name: NTP Peer Mode
99
case: server_mode_peer/test.py
1010

11-
- name: NTP Server And Client Interoperability
11+
- name: NTP Server and Client Interoperability
1212
case: server_client/test.py
1313

1414
- name: NTP Client Stratum Selection

test/case/routing/all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- name: OSPF Unnumbered Interfaces
99
case: ospf_unnumbered_interface/test.py
1010

11-
- name: OSPF With Multiple Areas
11+
- name: OSPF with Multiple Areas
1212
case: ospf_multiarea/test.py
1313

1414
- name: OSPF BFD

test/case/system/all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- name: Set Timezone Using Timezone Name
1515
case: timezone/test.py
1616

17-
- name: Set Timezone With UTC Offset
17+
- name: Set Timezone with UTC Offset
1818
case: timezone_utc_offset/test.py
1919

2020
- name: Basic NTP Client Test

0 commit comments

Comments
 (0)