diff options
-rw-r--r-- | topologies/available/lf_2n_icx_testbed212.yaml | 32 | ||||
-rw-r--r-- | tox.ini | 5 |
2 files changed, 16 insertions, 21 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" @@ -65,11 +65,6 @@ commands = bash {[tox]checker_dir}/doc_verify.sh whitelist_externals = /bin/bash commands = bash {[tox]checker_dir}/gpl_license.sh -[testenv:job_spec] -ignore_outcome = true -whitelist_externals = /bin/bash -commands = bash {[tox]checker_dir}/job_spec.sh - [testenv:line_length] # Fix all transgressions and remove the ignore_outcome flag. ignore_outcome = true |