aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_profiles/trex/trex-astf-ethip4tcp-262144h-pps.py
AgeCommit message (Expand)AuthorFilesLines
2021-01-12License: Wrap GPL block to 80 charactersVratko Polak1-2/+3
2020-11-12Switch licenses in GPL directoryVratko Polak1-3/+12
2020-10-29Support existing test types with ASTFVratko Polak1-0/+117
03 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
---
metadata:
  version: 0.1
  schema:
    - resources/topology_schemas/2_node_topology.sch.yaml
    - resources/topology_schemas/topology.sch.yaml
  tags: [hw, 2-node]

nodes:
  TG:
    type: TG
    subtype: TREX
    host: "10.32.8.21"
    arch: x86_64
    port: 22
    username: testuser
    password: Csit1234
    interfaces:
      port1:
        # s36-t28-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e8:28"
        pci_address: "0000:18:00.0"
        ip4_address: "172.16.10.2"
        driver: i40e
        link: link1
        model: Intel-X710
      port2:
        # s36-t28-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e8:29"
        pci_address: "0000:18:00.1"
        ip4_address: "172.16.20.2"
        driver: i40e
        link: link2
        model: Intel-X710
      port3:
        # s36-t28-tg1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e8:2a"
        pci_address: "0000:18:00.2"
        ip4_address: "172.16.30.2"
        driver: i40e
        link: link3
        model: Intel-X710
      port4:
        # s36-t28-tg1-c2/p4 - 10GE port4 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e8:2b"
        pci_address: "0000:18:00.3"
        ip4_address: "172.16.40.2"
        driver: i40e
        link: link4
        model: Intel-X710
      port5:
        # s36-t28-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
        mac_address: "3c:fd:fe:cf:69:ec"
        pci_address: "0000:3b:00.0"
        ip4_address: "172.16.50.2"
        driver: i40e
        link: link5
        model: Intel-XXV710
      port6:
        # s36-t28-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
        mac_address: "3c:fd:fe:cf:69:ed"
        pci_address: "0000:3b:00.1"
        ip4_address: "172.16.60.2"
        driver: i40e
        link: link6
        model: Intel-XXV710
      port7:
        # s36-t28-tg1-c9/p1 - 100GE-port1 ConnectX5-2p100GE.
        mac_address: "ec:0d:9a:8c:c7:f6"
        pci_address: "0000:5e:00.0"
        ip4_address: "172.16.70.2"
        driver: mlx5_core
        link: link7
        model: Mellanox-CX556A
      port8:
        # s36-t28-tg1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
        mac_address: "ec:0d:9a:8c:c7:f7"
        pci_address: "0000:5e:00.1"
        ip4_address: "172.16.70.1"
        driver: mlx5_core
        link: link8
        model: Mellanox-CX556A
      port9:
        # s36-t28-tg1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
        mac_address: "b4:96:91:a4:27:30"
        pci_address: "0000:86:00.0"
        ip4_address: "172.16.80.2"
        driver: ice
        link: link9
        model: Intel-E810CQ
      port10:
        # s36-t28-tg1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
        mac_address: "b4:96:91:a4:27:31"
        pci_address: "0000:86:00.1"
        ip4_address: "172.16.90.1"
        driver: ice
        link: link10
        model: Intel-E810CQ
  DUT1:
    type: DUT
    host: "10.32.8.20"
    arch: x86_64
    port: 22
    username: testuser
    password: Csit1234
    uio_driver: vfio-pci
    honeycomb:
      user: admin
      passwd: admin
      port: 8183
      netconf_port: 2831
    interfaces:
      port1:
        # s35-t28-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e3:b0"
        pci_address: "0000:18:00.0"
        ip4_address: "172.16.10.1"
        driver: i40e
        link: link1
        model: Intel-X710
      port2:
        # s35-t28-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e3:b1"
        pci_address: "0000:18:00.1"
        ip4_address: "172.16.20.1"
        driver: i40e
        link: link2
        model: Intel-X710
      port3:
        # s35-t28-sut1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e3:b2"
        pci_address: "0000:18:00.2"
        ip4_address: "172.16.30.1"
        driver: i40e
        link: link3
        model: Intel-X710
      port4:
        # s35-t28-sut1-c2/p4 - 10GE port4 on Intel NIC x710 4p10GE.
        mac_address: "3c:fd:fe:ca:e3:b3"
        pci_address: "0000:18:00.3"
        ip4_address: "172.16.40.1"
        driver: i40e
        link: link4
        model: Intel-X710
      port5:
        # s35-t28-sut1-c2/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
        mac_address: "3c:fd:fe:dd:d1:90"
        pci_address: "0000:3b:00.0"
        ip4_address: "172.16.50.1"
        driver: i40e
        link: link5
        model: Intel-XXV710
      port6:
        # s35-t28-sut1-c2/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
        mac_address: "3c:fd:fe:dd:d1:91"
        pci_address: "0000:3b:00.1"
        ip4_address: "172.16.60.1"
        driver: i40e
        link: link6
        model: Intel-XXV710
      port7:
        # s35-t28-sut1-c9/p1 - 100GE-port1 ConnectX5-2p100GE.
        mac_address: "ec:0d:9a:8c:c7:b6"
        pci_address: "0000:5e:00.0"
        ip4_address: "172.16.70.2"
        driver: mlx5_core
        link: link7
        model: Mellanox-CX556A
      port8:
        # s35-t28-sut1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
        mac_address: "ec:0d:9a:8c:c7:b7"
        pci_address: "0000:5e:00.1"
        ip4_address: "172.16.70.1"
        driver: mlx5_core
        link: link8
        model: Mellanox-CX556A
      port9:
        # s35-t28-sut1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
        mac_address: "b4:96:91:a4:26:08"
        pci_address: "0000:86:00.0"
        ip4_address: "172.16.80.2"
        driver: ice
        link: link9
        model: Intel-E810CQ
      port10:
        # s35-t28-sut1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
        mac_address: "b4:96:91:a4:26:09"
        pci_address: "0000:86:00.1"
        ip4_address: "172.16.90.1"
        driver: ice
        link: link10
        model: Intel-E810CQ