Closed troglobit closed 1 month ago
After further discussion, it was decided that the entire test model (topology) should be revised according to the following ASCII diagram:
lo br-0 br-Q.40 br-D br-X
| | | | |
o o eth-Q.10 br-Q veth0a.20 eth-X.30
\ / \ | |
eth-Q veth0b veth0a eth-X
`---------'
A new test to verify that all interface types can be created (no traffic) and read out from the operational datastore:
e1
lo
br0
e2
, set as a bridge port inbr1
veth0a <--> veth0b
, whereveth0b
is a bridge port inbr1
e3.10
ande4.30
br2.40
veth0a.20
as bridge port inbr2
e4.30
as bridge port inbr2
Verify by reading out operational datastore, check that each interface name exists with the correct type.
Regression test for:
618