Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel committed Dec 16, 2024
1 parent ffbf6ff commit 03c5c2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests/integration/stp/08-stp-port-type.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
message: |
The devices under test form a server cluster connected to a pair of ToR switches.
Host facing ports are automatically configured as 'edge' ports, the inter-switch port is manually configured as 'network'
Host facing ports are automatically configured as 'edge' ports, the inter-switch port is

Check failure on line 4 in tests/integration/stp/08-stp-port-type.yml

View workflow job for this annotation

GitHub Actions / tests (3.9)

4:91 [trailing-spaces] trailing spaces

Check failure on line 4 in tests/integration/stp/08-stp-port-type.yml

View workflow job for this annotation

GitHub Actions / tests (3.10)

4:91 [trailing-spaces] trailing spaces

Check failure on line 4 in tests/integration/stp/08-stp-port-type.yml

View workflow job for this annotation

GitHub Actions / tests (3.11)

4:91 [trailing-spaces] trailing spaces

Check failure on line 4 in tests/integration/stp/08-stp-port-type.yml

View workflow job for this annotation

GitHub Actions / tests (3.12)

4:91 [trailing-spaces] trailing spaces

Check failure on line 4 in tests/integration/stp/08-stp-port-type.yml

View workflow job for this annotation

GitHub Actions / tests (3.13)

4:91 [trailing-spaces] trailing spaces
manually configured as 'network'
* h1 and h2 should be able to ping each other
* h3 and h4 should be able to ping each other
Expand All @@ -18,7 +19,7 @@ groups:
device: linux
provider: clab
switches:
members: [ s1,s2,s3 ]
members: [ s1, s2, s3 ]
module: [ vlan, stp ]

vlans:
Expand Down
2 changes: 1 addition & 1 deletion tests/topology/input/stp-port-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ groups:
device: linux
provider: clab
switches:
members: [ s1,s2,s3 ]
members: [ s1, s2, s3 ]
module: [ vlan, stp ]

vlans:
Expand Down

0 comments on commit 03c5c2d

Please sign in to comment.