aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/vpp_device.template
blob: 6b9fb7d8bc660ff5d968cfc39910ca6ed8a49997 (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
---
metadata:
  version: 0.1
  schema:
    - resources/topology_schemas/2_node_topology.sch.yaml
    - resources/topology_schemas/topology.sch.yaml

nodes:
  TG:
    type: TG
    model: Virtual
    host: ${CSIT_TG_HOST}
    arch: ${CSIT_TG_ARCH}
    port: ${CSIT_TG_PORT}
    username: root
    password: Csit1234
    interfaces:
${CSIT_TG_INTERFACES}
  DUT1:
    type: DUT
    model: Virtual
    host: ${CSIT_DUT1_HOST}
    arch: ${CSIT_DUT1_ARCH}
    port: ${CSIT_DUT1_PORT}
    username: root
    password: Csit1234
    interfaces:
${CSIT_DUT1_INTERFACES}