Skip to content

Commit

Permalink
Merge branch 'main' into lvaish_0114
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaish05 authored Feb 20, 2025
2 parents ad8ef0d + 33f9c43 commit 7a6a8e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestFabricPowerAdmin(t *testing.T) {

powerDownUp(t, dut, f, oc.PlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_FABRIC, 3*time.Minute)

helpers.ValidateOperStatusUPIntfs(t, dut, before, 5*time.Minute)
helpers.ValidateOperStatusUPIntfs(t, dut, before, 8*time.Minute)
})
}
}
Expand Down Expand Up @@ -76,7 +76,7 @@ func TestLinecardPowerAdmin(t *testing.T) {

powerDownUp(t, dut, l, oc.PlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_LINECARD, 20*time.Minute)

helpers.ValidateOperStatusUPIntfs(t, dut, before, 5*time.Minute)
helpers.ValidateOperStatusUPIntfs(t, dut, before, 8*time.Minute)
})
}
}
Expand Down
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 7a6a8e2

Please sign in to comment.