Skip to content

Commit 0ff00ea

Browse files
committed
docs: remove PTF test mention from basic README per maintainer feedback
1 parent 7807d9f commit 0ff00ea

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

exercises/basic/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -189,21 +189,6 @@ make stop
189189
Congratulations, your implementation works! Move onto the next assignment
190190
[Basic Tunneling](../basic_tunnel)
191191

192-
## Automated Tests
193-
194-
PTF (Packet Test Framework) tests are available to verify the solution
195-
program works correctly. These tests run against `solution/basic.p4`
196-
and check forwarding behavior, including drop on miss, single entry
197-
forwarding, and multi-entry LPM routing.
198-
199-
To run the tests:
200-
```bash
201-
make test
202-
```
203-
204-
This handles veth interface creation, P4 compilation, switch startup,
205-
test execution, and cleanup automatically.
206-
207192
## Relevant Documentation
208193

209194
The documentation for P4_16 and P4Runtime is available [here](https://p4.org/specifications/)

0 commit comments

Comments
 (0)