From: Miroslav Miklus Date: Mon, 9 May 2016 16:23:43 +0000 (+0200) Subject: TB1 topology file with X520-DA2 NICs only X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=c2f8b62e978c4f5f29fa3ad3ccba6683a9f3ea85;ds=sidebyside TB1 topology file with X520-DA2 NICs only JIRA: CSIT-8 Change-Id: I9c4d5d5502ed6e387a93e545c30278618a14a7fc Signed-off-by: Miroslav Miklus --- diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 16dd536456..1dd4e8ae7b 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -15,7 +15,9 @@ set -x # Space separated list of available testbeds, described by topology files -TOPOLOGIES="topologies/available/lf_testbed2-710-520.yaml" +TOPOLOGIES="topologies/available/lf_testbed1-710-520.yaml \ + topologies/available/lf_testbed2-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_testbed1-710-520.yaml b/topologies/available/lf_testbed1-710-520.yaml new file mode 100644 index 0000000000..31c74e8ad9 --- /dev/null +++ b/topologies/available/lf_testbed1-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.16" + port: 22 + username: testuser + password: Cisco1234 + interfaces: + port3: + mac_address: "3c:fd:fe:9c:ed:a0" + pci_address: "0000:05:00.0" + link: link1 + driver: i40e + model: Intel-X710 + port5: + mac_address: "3c:fd:fe:9c:ed:a1" + pci_address: "0000:05:00.1" + link: link2 + driver: i40e + model: Intel-X710 + DUT1: + type: DUT + host: "10.30.51.17" + port: 22 + username: testuser + password: Cisco1234 + interfaces: + port1: + mac_address: "90:e2:ba:b5:0a:2d" + pci_address: "0000:0a:00.1" + link: link1 + model: Intel-X520-DA2 + port3: + mac_address: "90:e2:ba:b5:0a:2c" + pci_address: "0000:0a:00.0" + link: link3 + model: Intel-X520-DA2 + DUT2: + type: DUT + host: "10.30.51.18" + port: 22 + username: testuser + password: Cisco1234 + interfaces: + port1: + mac_address: "90:e2:ba:b5:12:30" + pci_address: "0000:0a:00.0" + link: link2 + model: Intel-X520-DA2 + port3: + mac_address: "90:e2:ba:b5:12:31" + pci_address: "0000:0a:00.1" + link: link3 + model: Intel-X520-DA2