Skip to content

Commit

Permalink
Update testregistry.textproto (openconfig#3820)
Browse files Browse the repository at this point in the history
Added PF1.8,PF1.9 & PF1.10

Co-authored-by: Darren Loher <dloher@google.com>
  • Loading branch information
vvlakshmanamurthy and dplore authored Feb 19, 2025
1 parent 4550650 commit 33f9c43
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions testregistry.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,23 @@ test: {
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/policy_forwarding/otg_tests/mpls_gre_udp_decap_test/README.md"
exec: " "
}
test: {
id: "PF-1.8"
description: "Ingress handling of the TTL, for all ingress packets decrement TTL , and for TTL=1 generate ICMP time exceeded message"
readme: " "
exec: " "
}test: {
id: "PF-1.9"
description: "Egress handling of the TTL, all egress packets should have their TTL decremented,egress packets with TTL=1 should generate ICMP time exceeded to source"
readme: " "
exec: " "
}
test: {
id: "PF-1.10"
description: "DSCP Egress handling, all egress packets IP, IPoGRE, IPoMPLSoGRE and IPoGUE, IPoMPLSoGUE should have their DSCP values re-written to 0x0 via egress QOS policy (or equivalent)"
readme: " "
exec: " "
}
test: {
id: "PLT-1.1"
description: "Interface breakout Test"
Expand Down

0 comments on commit 33f9c43

Please sign in to comment.