defaults_test - openconfig/featureprofiles GitHub Wiki
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.
- Configure an ATE with port1 connected to DUT port1, and port2 connected to DUT port2.
- Configure the DUT to have:
- these interfaces within the
DEFAULTnetwork instance and validate that traffic can be forwarded between ATE port1 and ATE port2. - these interfaces within a non-default
L3VRFand validate that traffic can be forwarded between ATE port1 and ATE port2.
- these interfaces within the
The below yaml defines the OC paths intended to be covered by this test. OC paths used for test setup are not listed here.
paths:
/interfaces/interface/config/name:
/interfaces/interface/subinterfaces/subinterface/ipv4/addresses/address/config/ip:
/interfaces/interface/subinterfaces/subinterface/ipv4/addresses/address/config/prefix-length:
/interfaces/interface/subinterfaces/subinterface/ipv6/addresses/address/config/ip:
/interfaces/interface/subinterfaces/subinterface/ipv6/addresses/address/config/prefix-length:
/network-instances/network-instance/config/type:
/network-instances/network-instance/interfaces/interface/config/interface:
/network-instances/network-instance/interfaces/interface/config/subinterface:
rpcs:
gnmi:
gNMI.Subscribe: