Skip to content

Commit

Permalink
Add MTU tests to testregistry (#3408)
Browse files Browse the repository at this point in the history
* Add MTU tests to testregistry

* mtu-1.5
  • Loading branch information
dplore authored Aug 29, 2024
1 parent 582cee5 commit c28e463
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions testregistry.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,18 @@ test: {
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/mpls/otg_tests/label_block/README.md"
exec: " "
}
test: {
id: "MTU-1.3"
description: "Large IP Packet Transmission"
readme: "https://github.com/openconfig/featureprofiles/tree/main/feature/mtu/largeippacket/otg_tests/large_ip_packet_transmission"
exec: " "
}
test: {
id: "MTU-1.5"
description: "Path MTU handling"
readme: "https://github.com/openconfig/featureprofiles/tree/main/feature/mtu/otg_tests/pmtu_handing"
exec: " "
}
test: {
id: "OC-1.1"
description: "System Configuration"
Expand Down

0 comments on commit c28e463

Please sign in to comment.