Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testregistry.textproto #3314

Merged
merged 6 commits into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 79 additions & 7 deletions testregistry.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,12 @@ test: {
readme: ""
exec: " "
}
test: {
id: "RT-1.19"
description: "BGP 2-Byte and 4-Byte ASN support"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/experimental/bgp/otg_tests/bgp_2byte_4byte_asn/README.md"
exec: " "
sachendras marked this conversation as resolved.
Show resolved Hide resolved
}
test: {
id: "RT-1.2"
description: "BGP Policy & Route Installation"
Expand Down Expand Up @@ -420,7 +426,7 @@ test: {
test: {
id: "RT-1.24"
description: "BGP 2-byte and 4-byte ASN support with policy"
readme: ""
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/experimental/bgp/otg_tests/bgp_2byte_4byte_asn_policy_test/README.md"
exec: " "
}
test: {
Expand Down Expand Up @@ -758,6 +764,12 @@ test: {
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/bgp/policybase/otg_tests/comm_match_action_test/README.md"
exec: " "
}
test: {
id: "RT-7.9"
description: "Support for configuring ECMP hashing based on *any* subset of the following (L3 src IP, L3 dst IP, protocol, L4 src port, L4 dst port, L3 IPv6 flow label)"
readme: " "
exec: " "
}
test: {
id: "RT-8"
description: "Singleton with breakouts"
Expand All @@ -770,12 +782,6 @@ test: {
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/interface/holdtime/otg_tests/holdtime_test/README.md"
exec: " "
}
test: {
id: "RT-9"
description: "Weighted-ECMP for IS-IS"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/isis/weighted_ECMP/README.md"
exec: " "
}
test: {
id: "RT-9.1"
description: "Equal distribution of traffic"
Expand Down Expand Up @@ -1183,6 +1189,72 @@ test: {
readme: ""
exec: " "
}
test: {
id: "TUN-2.6"
description: "MPLSoUDP Encap"
readme: ""
exec: " "
}
test: {
id: "TUN-2.7"
description: "MPLSoUDP Decap"
readme: ""
exec: " "
}
test: {
id: "TUN-2.8"
description: "ECMP hashing based on outer header of MPLSoUDP packets"
readme: ""
exec: " "
}
test: {
id: "TUN-2.9"
description: "ECMP hashing for GUE flows with IPv4 and IPv6 outer and inner headers"
readme: ""
exec: " "
}
test: {
id: "TUN-2.10"
description: "ECMP hashing based on outer and Inner header for GRE packets"
readme: ""
exec: " "
}
test: {
id: "TUN-2.11"
description: "Filter based GUE decap with IPv4 tunnel endpoints"
readme: ""
exec: " "
}
test: {
id: "TUN-2.12"
description: "Filter based GUE decap with IPv6 tunnel endpoints"
readme: ""
exec: " "
}
test: {
id: "TUN-2.13"
description: "Interface based GUE decap with IPv4 tunnel endpoints"
readme: ""
exec: " "
}
test: {
id: "TUN-2.14"
description: "Interface based GUE decap with IPv6 tunnel endpoints"
readme: ""
exec: " "
}
test: {
id: "TUN-2.15"
description: "Interface based GUE encapsulation with IPv4 outer header"
readme: ""
exec: " "
}
test: {
id: "TUN-2.16"
description: "Interface based GUE encapsulation with IPv6 outer header"
readme: ""
exec: " "
}
test: {
id: "bootz-1.1"
description: "Missing configuration - Device fails with status invalid parameter"
Expand Down
Loading