fix(core): topology files, tox 74/35074/1
authorPeter Mikus <pmikus@cisco.com>
Tue, 25 Jan 2022 12:13:45 +0000 (13:13 +0100)
committerPeter Mikus <pmikus@cisco.com>
Tue, 25 Jan 2022 12:13:45 +0000 (13:13 +0100)
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I93e2035568527c2f68732a0c7fe1865d100831ad

topologies/available/lf_2n_icx_testbed212.yaml
tox.ini

index f88a979..a71e5d0 100644 (file)
@@ -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 2084e5a..079e689 100644 (file)
--- 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