From f83411a86e2277adae69e780e8511913d61a0f17 Mon Sep 17 00:00:00 2001
From: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Date: Fri, 7 May 2021 15:17:52 +0100
Subject: Modular structure of clamp including controlloop

This commit is the first commit that puts in multi module structure while
changing the existing CLAMP code as little as possible.
It adds a structure where common, models, participant and runtime are direct children under clamp,
and current clamp code is moved under runtime. This runtime directory will host controlloop
runtime code in later commits.

Issue-ID: POLICY-3215
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I15bc8be92ed020343bff4024c4718fec462c40d7
Signed-off-by: liamfallon <liam.fallon@est.tech>
---
 ...CDS-resource-assignment-wf-expected-result.json | 40 ----------------------
 1 file changed, 40 deletions(-)
 delete mode 100644 src/test/resources/example/cds-response/vFW-CDS-resource-assignment-wf-expected-result.json

(limited to 'src/test/resources/example/cds-response/vFW-CDS-resource-assignment-wf-expected-result.json')

diff --git a/src/test/resources/example/cds-response/vFW-CDS-resource-assignment-wf-expected-result.json b/src/test/resources/example/cds-response/vFW-CDS-resource-assignment-wf-expected-result.json
deleted file mode 100644
index 07d851f38..000000000
--- a/src/test/resources/example/cds-response/vFW-CDS-resource-assignment-wf-expected-result.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
-  "inputs": {
-    "template-prefix-with-complex-type": {
-      "type": "list",
-      "properties": {
-        "prefix-id": {
-          "description": "",
-          "required": false,
-          "type": "string",
-          "input-param": true,
-          "status": "",
-          "constraints": [
-            {}
-          ],
-          "entry_schema": {
-            "type": ""
-          }
-        }
-      }
-    },
-    "resource-assignment-properties": {
-      "type": "object",
-      "properties": {
-        "private1-prefix-id": {
-          "description": "",
-          "required": false,
-          "type": "string",
-          "input-param": true,
-          "status": "",
-          "constraints": [
-            {}
-          ],
-          "entry_schema": {
-            "type": ""
-          }
-        }
-      }
-    }
-  }
-}
\ No newline at end of file
-- 
cgit