diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-01-25 13:13:45 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-01-25 13:13:45 +0100 |
commit | d304fcfd3cc7caa710738ad45f6134809819e95d (patch) | |
tree | 152243214512bc8c0ecfc0d29eedfb8aeaa87b65 /topologies | |
parent | f8f5d883fc816750ac051233709cfef869a10666 (diff) |
fix(core): topology files, tox
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I93e2035568527c2f68732a0c7fe1865d100831ad
Diffstat (limited to 'topologies')
-rw-r--r-- | topologies/available/lf_2n_icx_testbed212.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/topologies/available/lf_2n_icx_testbed212.yaml b/topologies/available/lf_2n_icx_testbed212.yaml index f88a9790e5..a71e5d0e1e 100644 --- a/topologies/available/lf_2n_icx_testbed212.yaml +++ b/topologies/available/lf_2n_icx_testbed212.yaml @@ -80,22 +80,22 @@ nodes: driver: i40e link: link8 model: Intel-XXV710 - port9: - # s72-t212-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. - mac_address: "b4:96:91:b2:a0:40" - pci_address: "0000:ca:00.0" - ip4_address: "172.16.90.2" - driver: ice - link: link9 - model: Intel-E810CQ - port10: - # s72-t212-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE. - mac_address: "b4:96:91:b2:a0:41" - pci_address: "0000:ca:00.1" - ip4_address: "172.16.100.2" - driver: ice - link: link9 - model: Intel-E810CQ +# port9: +# # s72-t212-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. +# mac_address: "b4:96:91:b2:a0:40" +# pci_address: "0000:ca:00.0" +# ip4_address: "172.16.90.2" +# driver: ice +# link: link9 +# model: Intel-E810CQ +# port10: +# # s72-t212-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE. +# mac_address: "b4:96:91:b2:a0:41" +# pci_address: "0000:ca:00.1" +# ip4_address: "172.16.100.2" +# driver: ice +# link: link9 +# model: Intel-E810CQ DUT1: type: DUT host: "10.30.51.81" |