From dd9f5eacaf5a8c49f42cbf6af18fb376131da6af Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Thu, 26 Dec 2024 03:10:44 -0800 Subject: [PATCH] fixing testregistry between RT-1.19 and RT-21.24 (#2430) * fixing testregistry between RT-1.19 and RT-21.24 * Update testregistry.textproto --------- Co-authored-by: Pramod Maurya --- testregistry.textproto | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/testregistry.textproto b/testregistry.textproto index 412f0a93b7d..a70dfc099b8 100644 --- a/testregistry.textproto +++ b/testregistry.textproto @@ -539,10 +539,16 @@ test: { } test: { id: "RT-1.19" - description: "BGP 2-Byte and 4-Byte ASN support" + description: "RT-1.19: BGP 2-Byte and 4-Byte ASN support" readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/bgp/otg_tests/bgp_2byte_4byte_asn/README.md" exec: " " } +test: { + id: "RT-1.2" + description: "BGP Policy & Route Installation" + readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/bgp/policybase/otg_tests/route_installation_test/README.md" + exec: " " +} test: { id: "RT-1.21" description: "BGP TCP MSS and PMTUD"