You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/basic_tunnel/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,12 @@ make stop
193
193
Congratulations, your implementation works! Move onto the next assignment
194
194
[p4runtime](../p4runtime)!
195
195
196
+
## Automated Tests
197
+
198
+
These tests are maintained to support CI/CD and help contributors verify
199
+
that the solution continues to work correctly across changes. PTF tests
200
+
are located in the `ptf/` directory and run against the solution program.
201
+
196
202
## Relevant Documentation
197
203
198
204
Documentation on the Usage of Gateway (gw) and ARP Commands in topology.json is [here](https://github.com/p4lang/tutorials/tree/master/exercises/basic#the-use-of-gateway-gw-and-arp-commands-in-topologyjson)
0 commit comments