From d304fcfd3cc7caa710738ad45f6134809819e95d Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 25 Jan 2022 13:13:45 +0100 Subject: [PATCH] fix(core): topology files, tox Signed-off-by: Peter Mikus Change-Id: I93e2035568527c2f68732a0c7fe1865d100831ad --- topologies/available/lf_2n_icx_testbed212.yaml | 32 +++++++++++++------------- 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" diff --git a/tox.ini b/tox.ini index 2084e5abdf..079e689136 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- 2.16.6