aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/vpp_device.template
diff options
context:
space:
mode:
Diffstat (limited to 'topologies/available/vpp_device.template')
-rw-r--r--topologies/available/vpp_device.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/topologies/available/vpp_device.template b/topologies/available/vpp_device.template
index 6b9fb7d8bc..2f25de593e 100644
--- a/topologies/available/vpp_device.template
+++ b/topologies/available/vpp_device.template
@@ -8,7 +8,7 @@ metadata:
nodes:
TG:
type: TG
- model: Virtual
+ model: virtual
host: ${CSIT_TG_HOST}
arch: ${CSIT_TG_ARCH}
port: ${CSIT_TG_PORT}
@@ -18,11 +18,11 @@ nodes:
${CSIT_TG_INTERFACES}
DUT1:
type: DUT
- model: Virtual
+ model: virtual
host: ${CSIT_DUT1_HOST}
arch: ${CSIT_DUT1_ARCH}
port: ${CSIT_DUT1_PORT}
username: root
password: Csit1234
interfaces:
-${CSIT_DUT1_INTERFACES}
+${CSIT_DUT1_INTERFACES} \ No newline at end of file