Align suite/test teardown/setup
[csit.git] / topologies / available / vpp_device.template
1 ---
2 metadata:
3   version: 0.1
4   schema:
5     - resources/topology_schemas/2_node_topology.sch.yaml
6     - resources/topology_schemas/topology.sch.yaml
7   tags: [dcr, 2-node]
8
9 nodes:
10   TG:
11     type: TG
12     host: "${CSIT_TG_HOST}"
13     arch: "${CSIT_TG_ARCH}"
14     port: ${CSIT_TG_PORT}
15     username: root
16     password: Csit1234
17     interfaces:
18       port1:
19         mac_address: "${CSIT_TG_INTERFACES_PORT1_MAC}"
20         pci_address: "${CSIT_TG_INTERFACES_PORT1_PCI}"
21         link: link1
22         model: virtual
23         driver: "${CSIT_TG_INTERFACES_PORT1_DRV}"
24       port2:
25         mac_address: "${CSIT_TG_INTERFACES_PORT2_MAC}"
26         pci_address: "${CSIT_TG_INTERFACES_PORT2_PCI}"
27         link: link2
28         model: virtual
29         driver: "${CSIT_TG_INTERFACES_PORT2_DRV}"
30   DUT1:
31     type: DUT
32     host: "${CSIT_DUT1_HOST}"
33     arch: "${CSIT_DUT1_ARCH}"
34     port: ${CSIT_DUT1_PORT}
35     username: root
36     password: Csit1234
37     interfaces:
38       port1:
39         mac_address: "${CSIT_DUT1_INTERFACES_PORT1_MAC}"
40         pci_address: "${CSIT_DUT1_INTERFACES_PORT1_PCI}"
41         link: link1
42         model: virtual
43         driver: "${CSIT_DUT1_INTERFACES_PORT1_DRV}"
44       port2:
45         mac_address: "${CSIT_DUT1_INTERFACES_PORT2_MAC}"
46         pci_address: "${CSIT_DUT1_INTERFACES_PORT2_PCI}"
47         link: link2
48         model: virtual
49         driver: "${CSIT_DUT1_INTERFACES_PORT2_DRV}"