Skip to content

Commit 995b279

Browse files
committed
Fix test_lldp_neighbors_demo yaml
1 parent e049cb2 commit 995b279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/lab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Run the test using the pytest command. This test should fail because the hostnam
112112
- test_class: TestNapalmLldpNeighborsCount
113113
test_data:
114114
- host: arista-eos-demo-01
115-
neighbor_count: 3 # Number of LLDP neighbors need to be updated
115+
neighbor_count: 3 # Number of LLDP neighbors need to be updated
116116
```
117117

118118
### 📝 Host r02
@@ -149,7 +149,7 @@ The test will still fail, but now the reason is "AssertionError: assert 3 == 5".
149149
- test_class: TestNapalmLldpNeighborsCount
150150
test_data:
151151
- host: r02
152-
neighbor_count: 3 # Number of LLDP neighbors need to be updated
152+
neighbor_count: 3 # Number of LLDP neighbors need to be updated
153153
```
154154

155155
### 📝 Host r02, 5 LLDP neighbors

0 commit comments

Comments
 (0)