X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=topologies%2Favailable%2Fvpp_device.template;h=70fbc42cb1943a9afc9a7dc2b1467f252c4d9cb0;hb=9d676f47078716600bd81504065755939c06d14a;hp=c855a716e74a542d1cadf8d6a41bfe262b012ad4;hpb=15c227fd0a94bfcdb4617473f9e23899995c2bdd;p=csit.git diff --git a/topologies/available/vpp_device.template b/topologies/available/vpp_device.template index c855a716e7..70fbc42cb1 100644 --- a/topologies/available/vpp_device.template +++ b/topologies/available/vpp_device.template @@ -8,38 +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 - driver: "${CSIT_TG_INTERFACES_PORT1_DRV}" - port2: - mac_address: "${CSIT_TG_INTERFACES_PORT2_MAC}" - pci_address: "${CSIT_TG_INTERFACES_PORT2_PCI}" - link: link2 - 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 - driver: "${CSIT_DUT1_INTERFACES_PORT1_DRV}" - port2: - mac_address: "${CSIT_DUT1_INTERFACES_PORT2_MAC}" - pci_address: "${CSIT_DUT1_INTERFACES_PORT2_PCI}" - link: link2 - driver: "${CSIT_DUT1_INTERFACES_PORT2_DRV}" +${CSIT_DUT1_INTERFACES}