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

Add TE-16.3 to test registry and fix descriptions #3502

Merged
merged 1 commit into from
Oct 9, 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
8 changes: 7 additions & 1 deletion testregistry.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -1003,13 +1003,19 @@ test: {
}
test: {
id: "TE-16.1"
description: "gRIBI Traffic Engineering - Basic encapsulation tests"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/gribi/otg_tests/basic_encap_test/README.md"
}
test: {
id: "TE-16.2"
description: "gRIBI encapsulation FRR scenarios"
description: "gRIBI Traffic Engineering encapsulation FRR scenarios"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/gribi/otg_tests/encap_frr/README.md"
}
test: {
id: "TE-16.3"
description: "gRIBI Traffic Engineering Encapsulation with Re-encap NI FRR scenarios"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/gribi/otg_tests/encap_frr_with_reencap_vrf_test/README.md"
}
test: {
id: "TE-17.1"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/experimental/gribi/otg_tests/vrf_policy_driven_te/README.md"
Expand Down
Loading