Support to configure the cord tester containers automatically with ports that can test/request services from vcpes.
Useful when cord-tester runs in a cord podd or a CiaB setup.

Change-Id: I93bc110cf16d84c45f40699c39fd556ccb22ad89
diff --git a/src/test/setup/olt_config.json b/src/test/setup/olt_config.json
index 844b4fe..8ad5973 100644
--- a/src/test/setup/olt_config.json
+++ b/src/test/setup/olt_config.json
@@ -1 +1,11 @@
-{ "olt" : false , "port_map" : { "num_ports" : 11, "start_vlan" : 1000, "nr_switches": 1 }, "uplink" : 2, "vlan" : 0 }
+{ "olt" : false,
+  "uplink" : 2,
+  "vlan" : 0,
+  "port_map" : { "num_ports" : 11, "start_vlan" : 1000, "nr_switches": 1 },
+  "vcpe" :
+      [
+        {
+          "port" : "fabric", "s_tag" : 222, "c_tag" : 111
+        }
+      ]
+}