From 548c5a220333c7cd666b861e737bff0b45461f18 Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Sun, 3 Jun 2018 13:12:12 +0300 Subject: Update FE project Update FE to latest version so that fe can run on docker Change-Id: I9c5dee756b567dbe64fac6d3d6fd89362813bdcc Issue-ID: SDC-1359 Signed-off-by: Stone, Avi (as206k) --- public/cypress/fixtures/createMcRes.json | 69 +++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 2 deletions(-) (limited to 'public/cypress/fixtures/createMcRes.json') diff --git a/public/cypress/fixtures/createMcRes.json b/public/cypress/fixtures/createMcRes.json index ada82bc..e764c18 100644 --- a/public/cypress/fixtures/createMcRes.json +++ b/public/cypress/fixtures/createMcRes.json @@ -1,5 +1,5 @@ { - "vfcmt":{ + "vfcmt": { "uuid": "6d436c07-8006-4335-8c84-d65b4740f8d6" }, "cdump": { @@ -965,7 +965,72 @@ "type": { "name": "tosca.dcae.nodes.cdapApp.Enrich" } } ], - "relations": [], + "relations": [ + { + "n1": "n.1520766712715.7", + "name1": "foi", + "n2": "n.1520766711386.5", + "name2": "topic1", + "meta": { + "n1": "n.1520766712715.7", + "p1": "stream_publish_0", + "relationship": ["foi", null, "stream_publish_0"], + "n2": "n.1520766711386.5", + "p2": "topic" + } + }, + { + "n1": "n.1520766712715.7", + "name1": "foi", + "n2": "n.1520766712709.6", + "name2": "feed0", + "meta": { + "n1": "n.1520766712715.7", + "p1": "stream_publish_0", + "n2": "n.1520766712709.6", + "p2": "feed", + "relationship": [ + "foi", + "dcae.relationships.publish_files", + "stream_publish_0" + ] + } + }, + { + "n1": "n.1520766711370.3", + "name1": "componentSpec_docker_map", + "n2": "n.1520766711379.4", + "name2": "feed0", + "meta": { + "n1": "n.1520766711370.3", + "p1": "stream_subscribe_0", + "n2": "n.1520766711379.4", + "p2": "feed", + "relationship": [ + "componentSpec_docker_map", + "dcae.relationships.subscribe_to_files", + "stream_subscribe_0" + ] + } + }, + { + "n1": "n.1520766711370.3", + "name1": "componentSpec_docker_map", + "n2": "n.1520766711386.5", + "name2": "topic1", + "meta": { + "n1": "n.1520766711370.3", + "p1": "stream_publish_0", + "n2": "n.1520766711386.5", + "p2": "topic", + "relationship": [ + "componentSpec_docker_map", + "dcae.relationships.publish_events", + "stream_publish_0" + ] + } + } + ], "inputs": [], "outputs": [] } -- cgit 1.2.3-korg