Skip to content

Commit

Permalink
Ensure readme links to a URL that loads, not a path in `featureprof…
Browse files Browse the repository at this point in the history
…iles`. (openconfig#3446)
  • Loading branch information
robshakir authored and ANISH-GOTTAPU committed Nov 28, 2024
1 parent 32303c8 commit d6582cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions testregistry.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -381,19 +381,19 @@ test: {
test: {
id: "PF-1.1"
description: "IPv4/IPv6 policy-forwarding to indirect NH matching DSCP/TC"
readme: "https://github.com/openconfig/featureprofiles/feature/policy_forwarding/otg_tests/match_dscp_indirect_next_hop/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/policy_forwarding/otg_tests/match_dscp_indirect_next_hop/README.md"
exec: " "
}
test: {
id: "PF-1.2"
description: "Policy-based traffic GRE Encapsulation to IPv4 GRE tunnel"
readme: "https://github.com/openconfig/featureprofiles/feature/policy_forwarding/encapsulation/otg_tests/encap_gre_ipv4/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/policy_forwarding/encapsulation/otg_tests/encap_gre_ipv4/README.md"
exec: " "
}
test: {
id: "PLT-1.1"
description: "Interface breakout Test"
readme: "https://github.com/openconfig/featureprofiles/feature/experimental/platform/tests/breakout_configuration/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/experimental/platform/tests/breakout_configuration/README.md"
exec: " "
}
test: {
Expand Down Expand Up @@ -568,17 +568,17 @@ test: {
test: {
id: "RT-1.32"
description: "BGP policy actions - MED, LocPref, prepend, flow-control"
readme: "https://github.com/openconfig/featureprofiles/feature/bgp/policybase/otg_tests/actions-MED_LocPref_prepend_flow-control/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/bgp/policybase/otg_tests/actions-MED_LocPref_prepend_flow-control/README.md"
exec: " "
}
test: {
id: "RT-1.33"
readme: "https://github.com/openconfig/featureprofiles/feature/bgp/policybase/otg_tests/prefix_set_test/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/bgp/policybase/otg_tests/prefix_set_test/README.md"
}
test: {
id: "RT-1.34"
description: "Administrative Distance test for iBGP and eBGP"
readme: "https://github.com/openconfig/featureprofiles/feature/bgp/admin_distance/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/bgp/admin_distance/README.md"
exec: " "
}
test: {
Expand Down Expand Up @@ -679,7 +679,7 @@ test: {
test: {
id: "RT-2.2"
description: "IS-IS LSP Updates"
readme: "https://github.com/openconfig/featureprofiles/feature/experimental/isis/otg_tests/lsp_updates_test/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/experimental/isis/otg_tests/lsp_updates_test/README.md"
}
test: {
id: "RT-2.6"
Expand Down Expand Up @@ -1520,7 +1520,7 @@ test: {
test: {
id: "gNMI-1.20"
description: "Telemetry: Optics Thresholds"
readme: "https://github.com/openconfig/featureprofiles/feature/experimental/platform/tests/optics_thresholds_test/README.md"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/experimental/platform/tests/optics_thresholds_test/README.md"
exec: " "
}
test: {
Expand Down

0 comments on commit d6582cc

Please sign in to comment.