TB3 topology file with X520-DA2 NICs 02/1202/3
authorMiroslav Miklus <mmiklus@cisco.com>
Thu, 19 May 2016 15:43:24 +0000 (17:43 +0200)
committerMiroslav Miklus <mmiklus@cisco.com>
Sun, 22 May 2016 19:18:51 +0000 (21:18 +0200)
JIRA: CSIT-8

Change-Id: I95baf116cfcde85fdbaaaac079f27c898a959f58
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
bootstrap-verify-perf.sh
topologies/available/lf_testbed3-710-520.yaml [new file with mode: 0644]

index 1dd4e8a..65f6e7e 100755 (executable)
@@ -16,7 +16,8 @@ set -x
 
 # Space separated list of available testbeds, described by topology files
 TOPOLOGIES="topologies/available/lf_testbed1-710-520.yaml \
-           topologies/available/lf_testbed2-710-520.yaml"
+            topologies/available/lf_testbed2-710-520.yaml \
+            topologies/available/lf_testbed3-710-520.yaml"
 
 VPP_STABLE_VER="1.0.0-437~g8f15e92_amd64"
 VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp"
diff --git a/topologies/available/lf_testbed3-710-520.yaml b/topologies/available/lf_testbed3-710-520.yaml
new file mode 100644 (file)
index 0000000..a098fa8
--- /dev/null
@@ -0,0 +1,63 @@
+---
+metadata:
+  version: 0.1
+  schema:
+    - resources/topology_schemas/3_node_topology.sch.yaml
+    - resources/topology_schemas/topology.sch.yaml
+  tags: [hw, 3-node]
+
+nodes:
+  TG:
+    type: TG
+    subtype: TREX
+    host: "10.30.51.24"
+    port: 22
+    username: testuser
+    password: Cisco1234
+    interfaces:
+      port3:
+        mac_address: "3c:fd:fe:9c:ef:98"
+        pci_address: "0000:05:00.0"
+        link: link1
+        driver: i40e
+        model: Intel-X710
+      port5:
+        mac_address: "3c:fd:fe:9c:ef:99"
+        pci_address: "0000:05:00.1"
+        link: link2
+        driver: i40e
+        model: Intel-X710
+  DUT1:
+    type: DUT
+    host: "10.30.51.25"
+    port: 22
+    username: testuser
+    password: Cisco1234
+    interfaces:
+      port1:
+        mac_address: "90:e2:ba:b5:01:dd"
+        pci_address: "0000:0a:00.1"
+        link: link1
+        model: Intel-X520-DA2
+      port3:
+        mac_address: "90:e2:ba:b5:01:dc"
+        pci_address: "0000:0a:00.0"
+        link: link3
+        model: Intel-X520-DA2
+  DUT2:
+    type: DUT
+    host: "10.30.51.26"
+    port: 22
+    username: testuser
+    password: Cisco1234
+    interfaces:
+      port1:
+        mac_address: "90:e2:ba:b5:0f:38"
+        pci_address: "0000:0a:00.0"
+        link: link2
+        model: Intel-X520-DA2
+      port3:
+        mac_address: "90:e2:ba:b5:0f:39"
+        pci_address: "0000:0a:00.1"
+        link: link3
+        model: Intel-X520-DA2