Skip to content

Commit

Permalink
Update testregistry.textproto (#3314)
Browse files Browse the repository at this point in the history
* Update testregistry.textproto

Updates is to include missing test RT-1.19 for 2-byte and 4-byte ASNs

* Update testregistry.textproto

corrections to the original version as well as added links to the test Readmes

* Update testregistry.textproto

Updated requested corrections.

* Update testregistry.textproto

-- Deleted the following since the same is also covered in RT-2.13. Seems like an error.

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: " "
}


--- Added the following

test: {
  id: "RT-7.8"
  description: "BGP Policy Match Standard Community and Add Community Import/Export Policy"
  readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/bgp/policybase/otg_tests/comm_match_action_test/README.md"
  exec: " "
}

test: {
  id: "TUN-2.5"
  description: "GUE Fragmentation"
  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 MPLSoUSP packets"
  readme: ""
  exec: " "
}
test: {
  id: "TUN-2.9"
  description: "ECMP hashing for GUE flows with IPv4 and IPv6 payload"
  readme: ""
  exec: " "
}
test: {
  id: "TUN-2.10"
  description: "ECMP hashing based on outer and Inner header for GRE packets"
  readme: ""
  exec: " "
}

* Update testregistry.textproto

Added TUN-2.11 to TUN-2.16
  • Loading branch information
sachendras authored Jul 23, 2024
1 parent 99f1c9e commit c703077
Showing 1 changed file with 79 additions and 7 deletions.
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: " "
}
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

0 comments on commit c703077

Please sign in to comment.