From 4475af7490a2e1f2033018259d54ee5afe5ec1e6 Mon Sep 17 00:00:00 2001 From: Darren Loher Date: Wed, 31 Jan 2024 07:52:00 -0800 Subject: [PATCH] Update metadata for bgp policy tests (#2601) --- .../otg_tests/aspath_and_community_test/metadata.textproto | 5 +++-- .../policybase/otg_tests/aspath_test/metadata.textproto | 7 +++++++ .../policybase/otg_tests/community_test/metadata.textproto | 7 +++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 feature/bgp/policybase/otg_tests/aspath_test/metadata.textproto create mode 100644 feature/bgp/policybase/otg_tests/community_test/metadata.textproto diff --git a/feature/bgp/policybase/otg_tests/aspath_and_community_test/metadata.textproto b/feature/bgp/policybase/otg_tests/aspath_and_community_test/metadata.textproto index 1a73604225b..4abaad5f826 100644 --- a/feature/bgp/policybase/otg_tests/aspath_and_community_test/metadata.textproto +++ b/feature/bgp/policybase/otg_tests/aspath_and_community_test/metadata.textproto @@ -1,6 +1,7 @@ # proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto # proto-message: Metadata -plan_id: "RT-2.2" -description: "BGP as-path and community-set policy" +plan_id: "RT-2.4" +description: "BGP Policy AS Path Set and Community Set" testbed: TESTBED_DUT_ATE_2LINKS +tags: TAGS_AGGREGATION, TAGS_TRANSIT, TAGS_DATACENTER_EDGE \ No newline at end of file diff --git a/feature/bgp/policybase/otg_tests/aspath_test/metadata.textproto b/feature/bgp/policybase/otg_tests/aspath_test/metadata.textproto new file mode 100644 index 00000000000..61d04df2354 --- /dev/null +++ b/feature/bgp/policybase/otg_tests/aspath_test/metadata.textproto @@ -0,0 +1,7 @@ +# proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto +# proto-message: Metadata + +plan_id: "RT-2.2" +description: "BGP Policy AS Path Set" +testbed: TESTBED_DUT_ATE_2LINKS +tags: TAGS_AGGREGATION, TAGS_TRANSIT, TAGS_DATACENTER_EDGE \ No newline at end of file diff --git a/feature/bgp/policybase/otg_tests/community_test/metadata.textproto b/feature/bgp/policybase/otg_tests/community_test/metadata.textproto new file mode 100644 index 00000000000..36bfdc44fab --- /dev/null +++ b/feature/bgp/policybase/otg_tests/community_test/metadata.textproto @@ -0,0 +1,7 @@ +# proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto +# proto-message: Metadata + +plan_id: "RT-2.3" +description: "BGP Policy Community Set" +testbed: TESTBED_DUT_ATE_2LINKS +tags: TAGS_AGGREGATION, TAGS_TRANSIT, TAGS_DATACENTER_EDGE \ No newline at end of file