We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1d45a commit 6ad9bb6Copy full SHA for 6ad9bb6
1 file changed
exercises/basic/README.md
@@ -189,21 +189,6 @@ make stop
189
Congratulations, your implementation works! Move onto the next assignment
190
[Basic Tunneling](../basic_tunnel)
191
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
207
## Relevant Documentation
208
209
The documentation for P4_16 and P4Runtime is available [here](https://p4.org/specifications/)
0 commit comments