aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search')
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json43
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/simple_template.json12
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_array.json23
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_booleans.json12
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_floats.json13
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_ints.json12
6 files changed, 0 insertions, 115 deletions
diff --git a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json b/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json
deleted file mode 100644
index 0edbb62dc..000000000
--- a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/complicated_template.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "complicated_template.json",
- "template": {
- "parent": {
- "child1": "Any value 1",
- "child2": {
- "parent": {
- "child1": "Any value 1",
- "child2": "Any value 2",
- "child3": {
- "child4": "Any value 4"
- },
- "child4": [
- "Any value 1",
- "Any value 2, Any value 3"
- ],
- "child5": [
- "Any value 4",
- 1,
- 2,
- 4.4,
- {
- "child6": [
- 1,
- 2,
- 4.4
- ]
- }
- ]
- }
- },
- "child3": {
- "child4": "Any value 4"
- }
- },
- "parent2": "Any value 2",
- "parent3": {
- "child1": "?",
- "child2": "*",
- "child3": "https://url.com?param1=test&param2=*"
- }
- }
-} \ No newline at end of file
diff --git a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/simple_template.json b/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/simple_template.json
deleted file mode 100644
index ad2a64aff..000000000
--- a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/simple_template.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "simple_template.json",
- "template": {
- "parent": {
- "child1": "Any value 1",
- "child2": "Any value 2",
- "child3": {
- "child4": "Any value 4"
- }
- }
- }
-} \ No newline at end of file
diff --git a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_array.json b/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_array.json
deleted file mode 100644
index bb3235e2c..000000000
--- a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_array.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "template_with_array.json",
- "template": {
- "parent": {
- "child1": [
- {
- "child1": "Any value 1",
- "child2": [
- 4,
- 4.44
- ]
- }
- ],
- "child2": [
- 1,
- "Any value 4",
- 3.3,
- 5
- ]
- },
- "parent2": "[]"
- }
-} \ No newline at end of file
diff --git a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_booleans.json b/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_booleans.json
deleted file mode 100644
index 8bf54080c..000000000
--- a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_booleans.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "template_with_booleans.json",
- "template": {
- "parent": {
- "child1": true,
- "child3": {
- "child4": true
- }
- },
- "parent2": false
- }
-} \ No newline at end of file
diff --git a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_floats.json b/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_floats.json
deleted file mode 100644
index aab3243e1..000000000
--- a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_floats.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "template_with_floats.json",
- "template": {
- "parent": {
- "child1": 6.4,
- "child2": 1.2,
- "child3": {
- "child5": 4.4,
- "child2": "1"
- }
- }
- }
-} \ No newline at end of file
diff --git a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_ints.json b/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_ints.json
deleted file mode 100644
index 015cc46f3..000000000
--- a/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_ints.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "template_with_ints.json",
- "template": {
- "parent": {
- "child1": 6,
- "child2": 1,
- "child3": {
- "child4": 4
- }
- }
- }
-} \ No newline at end of file