Skip to content

Commit 7647d2a

Browse files
authored
Merge pull request #1477 from kernelkit/cosmetic-test-name-changes
test: normalize test case names
2 parents a06786d + f996dbd commit 7647d2a

21 files changed

Lines changed: 74 additions & 70 deletions

File tree

test/case/all.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
test-spec: Readme.adoc
44

55
- case: meta/reproducible.py
6+
name: "Ensure Reproducible Env"
67
infamy:
78
specification: False
89

910
- case: meta/bootorder.py
11+
name: "Verify Bootorder"
1012
infamy:
1113
specification: False
1214

1315
- case: meta/check-version.py
16+
name: "Verify Software Version"
1417
infamy:
1518
specification: False
1619

17-
- name: Misc tests
20+
- name: "Miscellaneous"
1821
suite: misc/all.yaml
1922

2023

@@ -23,6 +26,7 @@
2326

2427
# Upgrade may leave wrong boot order
2528
- case: meta/bootorder.py
29+
name: "Verify Bootorder After Upgrade"
2630
infamy:
2731
specification: False
2832

test/case/containers/all.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22

3-
- name: Container basic
3+
- name: Container Basic
44
case: basic/test.py
55

6-
- name: Container enabled/disabled
6+
- name: Container Enabled/Disabled
77
case: enabled/test.py
88

9-
- name: Container environment variables
9+
- 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/dhcp/dhcp_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- name: DHCP Router
99
case: client_default_gw/test.py
1010

11-
- name: DHCP option 121 vs option 3
11+
- name: DHCP Option 121 vs Option 3
1212
case: client_routes/test.py
1313

1414
- name: DHCP Hostname Priority

test/case/hardware/all.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
- name: USB configuration
2+
- 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

11-
- name: GPS receiver basic test
11+
- name: GPS Receiver Basic Test
1212
case: gps_simple/test.py

test/case/interfaces/all.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
- name: VLAN ping connectivity
2+
- name: VLAN Ping Connectivity
33
case: vlan_ping/test.py
44

55
- 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

17-
- name: Routing basic
17+
- name: Routing Basic
1818
case: routing_basic/test.py
1919

2020
- name: VLAN Interface Ingress/Egress QoS
@@ -23,29 +23,29 @@
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

29-
- name: Interface status
29+
- name: Interface Status
3030
case: iface_enable_disable/test.py
3131

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
3939
case: ipv4_autoconf/test.py
4040

41-
- name: Bridge interface tests
41+
- name: Bridge Interface Tests
4242
suite: bridge.yaml
4343

44-
- name: Link aggregation tests
44+
- name: Link Aggregation Tests
4545
suite: lag.yaml
4646

47-
- name: Layer-2 multicast filtering tests
47+
- name: Layer-2 Multicast Filtering Tests
4848
suite: igmp.yaml
4949

50-
- name: Layer-2/3 tunnel tests
50+
- name: Layer-2/3 Tunnel Tests
5151
suite: tunnels.yaml

test/case/interfaces/bridge.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22

3-
- name: Bridge forwarding single DUTs
3+
- name: Bridge Forwarding Single DUTs
44
case: bridge_fwd_sgl_dut/test.py
55

6-
- name: Bridge forwarding dual DUTs
6+
- name: Bridge Forwarding Dual DUTs
77
case: bridge_fwd_dual_dut/test.py
88

99
- name: Bridge STP Basic
1010
case: bridge_stp_basic/test.py
1111

12-
- name: Bridge VLAN separation
12+
- name: Bridge VLAN Separation
1313
case: bridge_vlan_separation/test.py
1414

15-
- name: Bridge basic
15+
- 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/igmp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
- name: IGMP basic
2+
- name: IGMP Basic
33
case: igmp_basic/test.py
44

55
- name: IGMP VLAN
66
case: igmp_vlan/test.py
77

8-
- name: Static multicast filters
8+
- name: Static Multicast Filters
99
case: static_multicast_filters/test.py

test/case/interfaces/lag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ling Aggregation Basic
2+
- name: Link Aggregation Basic
33
case: lag_basic/test.py
44
- name: LACP Aggregate w/ Degraded Link
55
case: lag_failure/test.py

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"]

0 commit comments

Comments
 (0)