New cord-tester cross connect app to configure the leaf switch for cord-tester.
This is required when cord-tester is running on the head node on the PODD.
And compute node access is needed to test vcpes from inside the podd head node.
For now, we don't enable the configuration of the app as one cannot overwrite default xconnect flows.
Like eg: 222 which would be already configured.
In this case, we would just need new entries in olt config or use a new subscriber vcpe list
to open up for cord-tester vsg testing.

Change-Id: Ie96c3eba79aded235e67f05d806722abe6024ffa
diff --git a/src/test/apps/xconnect/xconnect.json b/src/test/apps/xconnect/xconnect.json
new file mode 100644
index 0000000..b0321e6
--- /dev/null
+++ b/src/test/apps/xconnect/xconnect.json
@@ -0,0 +1,18 @@
+{
+    "apps":
+    {
+        "org.ciena.xconnect":
+        {
+            "xconnectTestConfig":
+            {
+                "of:00007a916740ea43":
+                [
+                    {
+                        "vlan": 555,
+                        "ports": [1, 2]
+                    }
+                ]
+            }
+        }
+    }
+}