From 96a9aafdff7813324bc8a8ba1e743683e251dde6 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:33:35 -0800 Subject: Migrate files from sli-plugins Migrate sli-plugins repo into new directory "plugins". Signed-off-by: Jessica Wagantall --- grToolkit/provider/src/test/resources/six/cluster.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 grToolkit/provider/src/test/resources/six/cluster.json (limited to 'grToolkit/provider/src/test/resources/six/cluster.json') diff --git a/grToolkit/provider/src/test/resources/six/cluster.json b/grToolkit/provider/src/test/resources/six/cluster.json deleted file mode 100644 index d6a54c8c8..000000000 --- a/grToolkit/provider/src/test/resources/six/cluster.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "request": { - "mbean": "akka:type=Cluster", - "type": "read" - }, - "value": { - "Leader": "akka.tcp://opendaylight-cluster-data@localhost:2550", - "Unreachable": "", - "Singleton": true, - "Available": true, - "MemberStatus": "Up", - "ClusterStatus": "{\n \"members\": [\n {\n \"address\": \"akka.tcp://opendaylight-cluster-data@localhost:2550\",\n \"roles\": [\n \"dc-default\",\n \"member-1\"\n ],\n \"status\": \"Up\"\n },\n {\n \"address\": \"akka.tcp://opendaylight-cluster-data@localhost:2550\",\n \"roles\": [\n \"dc-default\",\n \"member-2\"\n ],\n \"status\": \"Up\"\n },\n {\n \"address\": \"akka.tcp://opendaylight-cluster-data@localhost:2550\",\n \"roles\": [\n \"dc-default\",\n \"member-3\"\n ],\n \"status\": \"Up\"\n }\n ],\n \"self-address\": \"akka.tcp://opendaylight-cluster-data@localhost:2550\",\n \"unreachable\": []\n}\n", - "Members": "akka.tcp://opendaylight-cluster-data@localhost:2550" - }, - "timestamp": 1575393881, - "status": 200 -} \ No newline at end of file -- cgit 1.2.3-korg