summaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/operational-policy
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-06-02 18:21:08 +0200
committersebdet <sebastien.determe@intl.att.com>2020-06-02 18:21:08 +0200
commit5cc40b7c8debc6eecda03c351eef93f6e75b9bb6 (patch)
treec53823b5131c3130692fcd3d74b2e2b758dff36b /src/test/resources/example/operational-policy
parent5f4a40286949853388558b2c138f419bd7e6893d (diff)
Removal of useless test files
Removal of useless test files inherited from old tests removed. Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I2f906c724b8e98ba40afbea8482a93e6b263ef29
Diffstat (limited to 'src/test/resources/example/operational-policy')
-rw-r--r--src/test/resources/example/operational-policy/json-policy-chain.json63
-rw-r--r--src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml45
-rw-r--r--src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml45
3 files changed, 0 insertions, 153 deletions
diff --git a/src/test/resources/example/operational-policy/json-policy-chain.json b/src/test/resources/example/operational-policy/json-policy-chain.json
deleted file mode 100644
index 037b4d656..000000000
--- a/src/test/resources/example/operational-policy/json-policy-chain.json
+++ /dev/null
@@ -1,63 +0,0 @@
-[
- {
- "name": "pname",
- "value": "healthCheck Policy"
- },
- {
- "name": "pid",
- "value": "1"
- },
- {
- "name": "timeout",
- "value": "180"
- },
- {
- "policyConfigurations": [
- [
- {
- "name": "recipe",
- "value": [
- "healthCheck"
- ]
- },
- {
- "name": "maxRetries",
- "value": [
- "3"
- ]
- },
- {
- "name": "retryTimeLimit",
- "value": [
- "180"
- ]
- },
- {
- "name": "_id",
- "value": [
- "789875c1-e788-432f-9a76-eac8ed889734"
- ]
- },
- {
- "name": "parentPolicy",
- "value": [
- ""
- ]
- },
- {
- "name": "actor",
- "value": [
- "APPC"
- ]
- },
- {
- "name": "targetResourceId",
- "value": [
- "cdb69724-57d5-4a22-b96c-4c345150fd0e"
- ]
- }
-
- ]
- ]
- }
-] \ No newline at end of file
diff --git a/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml b/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml
deleted file mode 100644
index 19ee585b9..000000000
--- a/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-controlLoop:
- abatement: false
- controlLoopName: controlNameTest
- resources: null
- services: null
- timeout: 500
- trigger_policy: <generatedId>
- version: 2.0.0
-policies:
-- actor: APPC
- description: restart Policy - the trigger (no parent) policy - created by CLDS
- failure: <generatedId>
- failure_exception: <generatedId>
- failure_guard: FINAL_FAILURE_GUARD
- failure_retries: <generatedId>
- failure_timeout: <generatedId>
- id: <generatedId>
- name: restart Policy
- operationsAccumulateParams: null
- payload: null
- recipe: restart
- retry: 3
- success: <generatedId>
- target:
- resourceID: null
- type: VM
- timeout: 180
-- actor: APPC
- description: rebuild Policy - triggered conditionally by restart Policy - created by CLDS
- failure: <generatedId>
- failure_exception: <generatedId>
- failure_guard: FINAL_FAILURE_GUARD
- failure_retries: <generatedId>
- failure_timeout: <generatedId>
- id: <generatedId>
- name: rebuild Policy
- operationsAccumulateParams: null
- payload: null
- recipe: rebuild
- retry: 3
- success: <generatedId>
- target:
- resourceID: resource-id
- type: VM
- timeout: 180
diff --git a/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml b/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml
deleted file mode 100644
index 19ee585b9..000000000
--- a/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-controlLoop:
- abatement: false
- controlLoopName: controlNameTest
- resources: null
- services: null
- timeout: 500
- trigger_policy: <generatedId>
- version: 2.0.0
-policies:
-- actor: APPC
- description: restart Policy - the trigger (no parent) policy - created by CLDS
- failure: <generatedId>
- failure_exception: <generatedId>
- failure_guard: FINAL_FAILURE_GUARD
- failure_retries: <generatedId>
- failure_timeout: <generatedId>
- id: <generatedId>
- name: restart Policy
- operationsAccumulateParams: null
- payload: null
- recipe: restart
- retry: 3
- success: <generatedId>
- target:
- resourceID: null
- type: VM
- timeout: 180
-- actor: APPC
- description: rebuild Policy - triggered conditionally by restart Policy - created by CLDS
- failure: <generatedId>
- failure_exception: <generatedId>
- failure_guard: FINAL_FAILURE_GUARD
- failure_retries: <generatedId>
- failure_timeout: <generatedId>
- id: <generatedId>
- name: rebuild Policy
- operationsAccumulateParams: null
- payload: null
- recipe: rebuild
- retry: 3
- success: <generatedId>
- target:
- resourceID: resource-id
- type: VM
- timeout: 180