Skip to content
Draft
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RT-1.53: prefix-list test
# RT-1.53: prefix_set_resilience_test

## Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

uuid: "619040ac-21a0-403f-b38e-6d5d0aed433a"
plan_id: "RT-1.53"
description: "prefix-list test"
description: "prefix_set_resilience_test"
testbed: TESTBED_DUT
platform_exceptions: {
platform: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package prefix_set_test
package prefix_set_resilience_test

import (
"testing"
Expand Down
6 changes: 3 additions & 3 deletions testregistry.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -955,9 +955,9 @@ test: {
}
test: {
id: "RT-1.53"
description: "prefix-list test"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/policy_forwarding/otg_tests/prefix_set_test/README.md"
exec: "https://github.com/openconfig/featureprofiles/blob/main/feature/policy_forwarding/otg_tests/prefix_set_test/prefix_set_test.go"
description: "prefix_set_resilience_test"
readme: "https://github.com/openconfig/featureprofiles/blob/main/feature/policy_forwarding/otg_tests/prefix_set_resilience_test/README.md"
exec: "https://github.com/openconfig/featureprofiles/blob/main/feature/policy_forwarding/otg_tests/prefix_set_resilience_test/prefix_set_resilience_test.go"
}
test: {
id: "RT-1.54"
Expand Down
Loading