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

Address TODO in defaults_test readme. #1151

Closed
wants to merge 1 commit into from
Closed
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
9 changes: 8 additions & 1 deletion feature/networkinstance/ate_tests/defaults_test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# OC-1.2: Default Address Families

TODO(robshakir): fill in test plan from code already written.
This test verifies that the IPv4 and IPv6 address families are enabled within a network instance by default.

## Test Procedure

* Configure an ATE with port1 connected to DUT port1, and port2 connected to DUT port2.
* Configure the DUT to have:
* these interfaces within the `DEFAULT` network instance and validate that traffic can be forwarded between ATE port1 and ATE port2.
* these interfaces within a non-default `L3VRF` and validate that traffic can be forwarded between ATE port1 and ATE port2.