Skip to content

Commit 42cae8a

Browse files
authored
docs: add Automated Tests section to basic and basic_tunnel READMEs (#735)
Signed-off-by: An <aqnguyen96@gmail.com>
1 parent c225188 commit 42cae8a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

exercises/basic/README.md

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

192+
## Automated Tests
193+
194+
These tests are maintained to support CI/CD and help contributors verify
195+
that the solution continues to work correctly across changes. PTF tests
196+
are located in the `ptf/` directory and run against the solution program.
197+
192198
## Relevant Documentation
193199

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

exercises/basic_tunnel/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ make stop
193193
Congratulations, your implementation works! Move onto the next assignment
194194
[p4runtime](../p4runtime)!
195195

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+
196202
## Relevant Documentation
197203

198204
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

Comments
 (0)