Replace port in olt config for a sample voltha config from a subscriber pc
Change-Id: I95a044abec31b5db820714e545093c6fbbcb17e4
diff --git a/src/test/setup/olt_config_voltha.json b/src/test/setup/olt_config_voltha.json
index 75f942c..01ba4e7 100644
--- a/src/test/setup/olt_config_voltha.json
+++ b/src/test/setup/olt_config_voltha.json
@@ -5,31 +5,31 @@
"vcpe" :
[
{
- "port" : "fabric", "type" : "reserved", "s_tag" : 222, "c_tag" : 111
+ "port" : "enp1s0f1", "type" : "reserved", "s_tag" : 222, "c_tag" : 111
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 304
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 304
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 305
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 305
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 306
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 306
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 307
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 307
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 308
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 308
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 309
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 309
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 310
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 310
},
{
- "port" : "fabric", "type" : "dhcp", "s_tag" : 304, "c_tag" : 311
+ "port" : "enp1s0f1", "type" : "dhcp", "s_tag" : 304, "c_tag" : 311
}
]
}