aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2015-12-14 23:00:17 +0100
committerDamjan Marion <damarion@cisco.com>2015-12-14 23:16:17 +0100
commit539cff0356a26db4043012402f867a6c0e990bee (patch)
treea4249a6d7bb1e3b7796274cce95d1311714ff50d /build-root/Makefile
parentf9bd620dc5299180cb639c4c6f91fadf6b860b08 (diff)
Fix vhost-user input interface handling
Change-Id: I2d4b819d959fa2ab0a2eebccb1d574bc5e1a6a6d Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/Makefile')
0 files changed, 0 insertions, 0 deletions
ption value='rls2210'>rls2210 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/lf_3n_dnv_testbed35.yaml
blob: 29a7fccc5d19d03ba76264e0d72a6bd8d2492b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
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.32.8.10"
    arch: x86_64
    port: 6002
    username: root
    password: Csit1234
    interfaces:
      port1:
        mac_address: "b4:96:91:46:ae:3c"
        pci_address: "0000:af:00.0"
        driver: ixgbe
        link: link1
        model: Intel-X553
      port2:
        mac_address: "b4:96:91:46:b2:e4"
        pci_address: "0000:d8:00.0"
        driver: ixgbe
        link: link2
        model: Intel-X553
  DUT1:
    type: DUT
    host: "10.32.8.12"
    arch: x86_64
    port: 22
    username: testuser
    password: Csit1234
    cryptodev: "0000:01:00.0"
    uio_driver: vfio-pci
    interfaces:
      port1:
        mac_address: "ac:1f:6b:57:56:c6"
        pci_address: "0000:08:00.0"
        driver: ixgbe
        link: link3
        model: Intel-X553
      port2:
        mac_address: "ac:1f:6b:57:56:c7"
        pci_address: "0000:08:00.1"
        driver: ixgbe
        link: link1
        model: Intel-X553
  DUT2:
    type: DUT
    host: "10.32.8.13"
    arch: x86_64
    port: 22
    username: testuser
    password: Csit1234
    cryptodev: "0000:01:00.0"
    uio_driver: vfio-pci
    interfaces:
      port1:
        mac_address: "ac:1f:6b:57:57:fe"
        pci_address: "0000:08:00.0"
        driver: ixgbe
        link: link3
        model: Intel-X553
      port2:
        mac_address: "ac:1f:6b:57:57:ff"
        pci_address: "0000:08:00.1"
        driver: ixgbe
        link: link2
        model: Intel-X553