From: Miroslav Miklus Date: Thu, 19 May 2016 15:43:24 +0000 (+0200) Subject: TB3 topology file with X520-DA2 NICs X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=e52235ebf45d01235faa4cfa7ea8598ce16290f2 TB3 topology file with X520-DA2 NICs JIRA: CSIT-8 Change-Id: I95baf116cfcde85fdbaaaac079f27c898a959f58 Signed-off-by: Miroslav Miklus --- diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 1dd4e8ae7b..65f6e7ee55 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -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 index 0000000000..a098fa8699 --- /dev/null +++ b/topologies/available/lf_testbed3-710-520.yaml @@ -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