The .example yaml topology is used to list NIC models
otherwise not present in static testbed topologies (but present in AWS)
so the bootstrap script knows what to exclude.
This is needed for trigers with "nic_* to avoid those nics.
Change-Id: Ibd11b3f2b3b3ba6ced832a30b4b4d6609101218d
Signed-off-by: Vratko Polak <[email protected]>
model: virtual
port5:
mac_address: "00:00:00:00:00:00"
- pci_address: "0000:00:03.0"
+ pci_address: "0000:00:05.0"
driver: e1000
link: link5
model: Cavium-A063-50G
port6:
mac_address: "00:00:00:00:00:00"
- pci_address: "0000:00:04.0"
- link: link5
+ pci_address: "0000:00:06.0"
+ link: link6
driver: e1000
model: Cavium-A063-50G
DUT1:
pci_address: "0000:00:04.0"
driver: e1000
link: link4
- model: virtual
\ No newline at end of file
+ model: virtual
+ port5:
+ mac_address: "00:00:00:00:00:00"
+ pci_address: "0000:00:05.0"
+ driver: e1000
+ link: link5
+ model: Cavium-A063-50G
+ port6:
+ mac_address: "00:00:00:00:00:00"
+ pci_address: "0000:00:06.0"
+ link: link6
+ driver: e1000
+ model: Cavium-A063-50G