X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=topologies%2Favailable%2Fvpp_device.template;h=70fbc42cb1943a9afc9a7dc2b1467f252c4d9cb0;hb=9d676f47078716600bd81504065755939c06d14a;hp=4659575c80c48a01a31804d7055a3ff690aa9ecb;hpb=1577123a3c27541181097cb4186aa8855f20b1cc;p=csit.git diff --git a/topologies/available/vpp_device.template b/topologies/available/vpp_device.template index 4659575c80..70fbc42cb1 100644 --- a/topologies/available/vpp_device.template +++ b/topologies/available/vpp_device.template @@ -8,42 +8,20 @@ metadata: nodes: TG: - type: TG + type: "TG" host: "${CSIT_TG_HOST}" arch: "${CSIT_TG_ARCH}" port: ${CSIT_TG_PORT} - username: root - password: Csit1234 + username: "root" + password: "Csit1234" interfaces: - port1: - mac_address: "${CSIT_TG_INTERFACES_PORT1_MAC}" - pci_address: "${CSIT_TG_INTERFACES_PORT1_PCI}" - link: link1 - model: virtual - driver: "${CSIT_TG_INTERFACES_PORT1_DRV}" - port2: - mac_address: "${CSIT_TG_INTERFACES_PORT2_MAC}" - pci_address: "${CSIT_TG_INTERFACES_PORT2_PCI}" - link: link2 - model: virtual - driver: "${CSIT_TG_INTERFACES_PORT2_DRV}" +${CSIT_TG_INTERFACES} DUT1: - type: DUT + type: "DUT" host: "${CSIT_DUT1_HOST}" arch: "${CSIT_DUT1_ARCH}" port: ${CSIT_DUT1_PORT} - username: root - password: Csit1234 + username: "root" + password: "Csit1234" interfaces: - port1: - mac_address: "${CSIT_DUT1_INTERFACES_PORT1_MAC}" - pci_address: "${CSIT_DUT1_INTERFACES_PORT1_PCI}" - link: link1 - model: virtual - driver: "${CSIT_DUT1_INTERFACES_PORT1_DRV}" - port2: - mac_address: "${CSIT_DUT1_INTERFACES_PORT2_MAC}" - pci_address: "${CSIT_DUT1_INTERFACES_PORT2_PCI}" - link: link2 - model: virtual - driver: "${CSIT_DUT1_INTERFACES_PORT2_DRV}" +${CSIT_DUT1_INTERFACES}