diff options
author | 2018-01-02 14:37:24 +0100 | |
---|---|---|
committer | 2018-01-04 06:30:18 +0000 | |
commit | 92cbb44a89ca808df32e4a4cb137bed076a68a94 (patch) | |
tree | 904bb62e9bdb933ca57033b0efb56abb20142a7b /topologies/available/lf_testbed2-XL710-XL710.yaml | |
parent | c293eae53515f7b94ac5a71b329a9a9655bd8c09 (diff) |
TRex ASTF onboarding Part I
- Preparing initialization of TRex in L7 mode
- Updating Topology files
- Adding sample ASTF profiles
Change-Id: If71f7f8f3db66425a1b543f1d29069a7543f4090
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'topologies/available/lf_testbed2-XL710-XL710.yaml')
-rw-r--r-- | topologies/available/lf_testbed2-XL710-XL710.yaml | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/topologies/available/lf_testbed2-XL710-XL710.yaml b/topologies/available/lf_testbed2-XL710-XL710.yaml deleted file mode 100644 index 7bb3f501ca..0000000000 --- a/topologies/available/lf_testbed2-XL710-XL710.yaml +++ /dev/null @@ -1,69 +0,0 @@ ---- -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.20" - port: 22 - username: testuser - password: Cisco1234 - interfaces: - port3: - # t2-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE. - mac_address: "68:05:ca:37:1f:1c" - pci_address: "0000:86:00.0" - driver: i40e - link: link1 - model: Intel-XL710 - port5: - # t2-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE. - mac_address: "68:05:ca:37:1f:19" - pci_address: "0000:86:00.1" - driver: i40e - link: link2 - model: Intel-XL710 - DUT1: - type: DUT - host: "10.30.51.21" - port: 22 - username: testuser - password: Cisco1234 - interfaces: - port5: - # t2-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE. - mac_address: "68:05:ca:35:77:08" - pci_address: "0000:85:00.0" - link: link3 - model: Intel-XL710 - port6: - # t2-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE. - mac_address: "68:05:ca:35:77:09" - pci_address: "0000:85:00.1" - link: link1 - model: Intel-XL710 - DUT2: - type: DUT - host: "10.30.51.22" - port: 22 - username: testuser - password: Cisco1234 - interfaces: - port5: - # t2-sut2-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE. - mac_address: "68:05:ca:35:76:98" - pci_address: "0000:85:00.0" - link: link2 - model: Intel-XL710 - port6: - # t2-sut2-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE. - mac_address: "68:05:ca:35:76:99" - pci_address: "0000:85:00.1" - link: link3 - model: Intel-XL710 |