We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e049cb2 commit 995b279Copy full SHA for 995b279
1 file changed
docs/lab.md
@@ -112,7 +112,7 @@ Run the test using the pytest command. This test should fail because the hostnam
112
- test_class: TestNapalmLldpNeighborsCount
113
test_data:
114
- host: arista-eos-demo-01
115
- neighbor_count: 3 # Number of LLDP neighbors need to be updated
+ neighbor_count: 3 # Number of LLDP neighbors need to be updated
116
```
117
118
### 📝 Host r02
@@ -149,7 +149,7 @@ The test will still fail, but now the reason is "AssertionError: assert 3 == 5".
149
150
151
- host: r02
152
153
154
155
### 📝 Host r02, 5 LLDP neighbors
0 commit comments