aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure
diff options
context:
space:
mode:
authorAviZi <avi.ziv@amdocs.com>2017-06-09 02:39:56 +0300
committerAviZi <avi.ziv@amdocs.com>2017-06-09 02:39:56 +0300
commit280f8015d06af1f41a3ef12e8300801c7a5e0d54 (patch)
tree9c1d3978c04cd28068f02073038c936bb49ca9e0 /openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure
parentfd3821dad11780d33c5373d74c957c442489945e (diff)
[SDC-29] Amdocs OnBoard 1707 initial commit.
Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure')
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/expected_output/expected_output.json46
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/MANIFEST.json39
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/heat_missing_from_manifast.yaml250
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalidYamlTab.yaml250
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_additionalSpaceBeforeProperty.yaml250
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_duplicateKey.yaml25
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_empty.yml0
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_yamlInXMLFormat.yaml4
-rw-r--r--openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/validHeat.yaml250
9 files changed, 0 insertions, 1114 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/expected_output/expected_output.json b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/expected_output/expected_output.json
deleted file mode 100644
index dedbeaf5db..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/expected_output/expected_output.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "invalid_duplicateKey.yaml": {
- "errorMessageList": [
- {
- "level": "ERROR",
- "message": "Can\u0027t construct a java object for tag:yaml.org,2002:java.util.Map; exception\u003dwhile parsing MappingNode\n in \u0027string\u0027, line 6, column 3:\n network_0:\n ^\nduplicate key: network_0\n in \u0027string\u0027, line 26, column 1:\n \n ^\n\n in \u0027string\u0027, line 2, column 1:\n description: Generated template\n ^\n"
- }
- ]
- },
- "invalid_empty.yml": {
- "errorMessageList": [
- {
- "level": "ERROR",
- "message": "File:invalid_empty.yml is empty."
- }
- ]
- },
- "MANIFEST.json": {
- "errorMessageList": []
- },
- "invalid_yamlInXMLFormat.yaml": {
- "errorMessageList": [
- {
- "level": "ERROR",
- "message": "Can\u0027t construct a java object for tag:yaml.org,2002:java.util.Map; exception\u003dNo single argument constructor found for interface java.util.Map\n in \u0027string\u0027, line 1, column 1:\n \u003cstart\u003e\n ^\n"
- }
- ]
- },
- "expected_output.json": {
- "errorMessageList": []
- },
- "invalid_additionalSpaceBeforeProperty.yaml": {
- "errorMessageList": [
- {
- "level": "ERROR",
- "message": "while parsing a block mapping\n in \u0027string\u0027, line 7, column 5:\n properties:\n ^\nexpected \u003cblock end\u003e, but found BlockMappingStart\n in \u0027string\u0027, line 9, column 7:\n name: NET_167\n ^\n"
- }
- ]
- },
- "validHeat.yaml": {
- "errorMessageList": []
- },
- "heat_missing_from_manifast.yaml": {
- "errorMessageList": []
- }
-} \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/MANIFEST.json b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/MANIFEST.json
deleted file mode 100644
index a4065d0b68..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/MANIFEST.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "data": [
- {
- "file": "validHeat.yaml",
- "type": "HEAT",
- "data": [
- {
- "file": "hot-nimbus-oam_v1.0.env",
- "type": "HEAT_ENV"
- },
- {
- "file": "hot-nimbus-oam-volumes_v1.0",
- "type": "HEAT_VOL",
- "data": [{
- "file": "hot-nimbus-oam-volumes_v1.0.env",
- "type": "HEAT_ENV"
- }]
- }
- ]
- },
- {
- "file": "mainValid.yaml",
- "type": "HEAT",
- "data": [
- {
- "file": "hot-nimbus-oam-networks_v1.0",
- "type": "HEAT_NET"
- }
- ]
- },
- {
- "file": "missingHeatFromZip.yaml.yaml",
- "type": "HEAT"
- }
- ],
- "description": "RXAEmleoRDWLeWVvmXUJxDKCItgjkMEXuKJcUWyVUZrCUiMzZSyHPzhqLcJSIUNBzohsIGXLBIwstuVDEuFtxuLIwWgCCdjprtvzruHIUKdVnCyifJQUJjqSCoKKKyVaWFTFKzHNhTZNlZTYaMKGEpIMXOpIxSyTZZCgVsGkItQelBbFVrmCltTgkuppYMrEfvwqNBLVRSGCucNwliWFZUuXloXBiZaqtodZjyFpqBNqhlpcrARmMpvLiz",
- "name": "FCTRQGcMevNngRDvECQYfiEXCYbGeAWRHdaGggLUgyOnssHAiU",
- "version": "2013-05-23"
-} \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/heat_missing_from_manifast.yaml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/heat_missing_from_manifast.yaml
deleted file mode 100644
index d5608abfb4..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/heat_missing_from_manifast.yaml
+++ /dev/null
@@ -1,250 +0,0 @@
-### Heat Template ###
-description: Generated template
-heat_template_version: 2013-05-23
-parameters: {}
-resources:
- network_0:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- network_1:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
- network_2:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_3:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: OS::Neutron::Net
- network_4:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
- network_5:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_6:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: OS::Neutron::Net
- network_7:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_8:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_9:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- security_group_0:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- security_group_1:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- subnet_0:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_9
- type: OS::Neutron::Subnet
- subnet_1:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_0
- type: OS::Neutron::Subnet
- subnet_2:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_8
- type: OS::Neutron::Subnet
- subnet_3:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_2
- type: OS::Neutron::Subnet
- subnet_4:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_5
- type: OS::Neutron::Subnet
- subnet_5:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_6
- type: OS::Neutron::Subnet
- subnet_6:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_3
- type: OS::Neutron::Subnet
- subnet_7:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_1
- type: OS::Neutron::Subnet
- subnet_8:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_4
- type: OS::Neutron::Subnet
- subnet_9:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_7
- type: OS::Neutron::Subnet
-
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalidYamlTab.yaml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalidYamlTab.yaml
deleted file mode 100644
index 042f301507..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalidYamlTab.yaml
+++ /dev/null
@@ -1,250 +0,0 @@
-### Heat Template ###
-description: Generated template
-heat_template_version: 2013-05-23
-parameters: {}
-resources:
- network_0:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- network_1:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
- network_2:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_3:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: OS::Neutron::Net
- network_4:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
- network_5:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_6:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: OS::Neutron::Net
- network_7:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_8:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_9:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- security_group_0:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- security_group_1:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- subnet_0:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_9
- type: OS::Neutron::Subnet
- subnet_1:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_0
- type: OS::Neutron::Subnet
- subnet_2:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_8
- type: OS::Neutron::Subnet
- subnet_3:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_2
- type: OS::Neutron::Subnet
- subnet_4:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_5
- type: OS::Neutron::Subnet
- subnet_5:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_6
- type: OS::Neutron::Subnet
- subnet_6:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_3
- type: OS::Neutron::Subnet
- subnet_7:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_1
- type: OS::Neutron::Subnet
- subnet_8:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_4
- type: OS::Neutron::Subnet
- subnet_9:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_7
- type: OS::Neutron::Subnet
-
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_additionalSpaceBeforeProperty.yaml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_additionalSpaceBeforeProperty.yaml
deleted file mode 100644
index b47d7d32f4..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_additionalSpaceBeforeProperty.yaml
+++ /dev/null
@@ -1,250 +0,0 @@
-### Heat Template ###
-description: Generated template
-heat_template_version: 2013-05-23
-parameters: {}
-resources:
- network_0:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- network_1:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
- network_2:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_3:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: missingNested.yaml
- network_4:
- properties:
- admin_state_up: true
- name: { get_file: missing-artifact }
- shared: true
- type: OS::Neutron::Net
- network_5:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_6:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: OS::Neutron::Net
- network_7:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_8:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_9:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- security_group_0:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- security_group_1:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- subnet_0:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_9
- type: OS::Neutron::Subnet
- subnet_1:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_0
- type: OS::Neutron::Subnet
- subnet_2:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_8
- type: OS::Neutron::Subnet
- subnet_3:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_2
- type: OS::Neutron::Subnet
- subnet_4:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_5
- type: OS::Neutron::Subnet
- subnet_5:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_6
- type: OS::Neutron::Subnet
- subnet_6:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_3
- type: OS::Neutron::Subnet
- subnet_7:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_1
- type: OS::Neutron::Subnet
- subnet_8:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_4
- type: OS::Neutron::Subnet
- subnet_9:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_7
- type: OS::Neutron::Subnet
-
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_duplicateKey.yaml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_duplicateKey.yaml
deleted file mode 100644
index 2dc0c63941..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_duplicateKey.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-### Heat Template ###
-description: Generated template
-heat_template_version: 2013-05-23
-parameters: {}
-resources:
- network_0:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- network_0:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- network_1:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
-
-
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_empty.yml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_empty.yml
deleted file mode 100644
index e69de29bb2..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_empty.yml
+++ /dev/null
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_yamlInXMLFormat.yaml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_yamlInXMLFormat.yaml
deleted file mode 100644
index 54626a9d62..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/invalid_yamlInXMLFormat.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-<start>
- <additional>dfdf
- </additional>
-</start> \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/validHeat.yaml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/validHeat.yaml
deleted file mode 100644
index d5608abfb4..0000000000
--- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalid_valid_yaml_structure/input/validHeat.yaml
+++ /dev/null
@@ -1,250 +0,0 @@
-### Heat Template ###
-description: Generated template
-heat_template_version: 2013-05-23
-parameters: {}
-resources:
- network_0:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- network_1:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
- network_2:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_3:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: OS::Neutron::Net
- network_4:
- properties:
- admin_state_up: true
- name: NET_169
- shared: true
- type: OS::Neutron::Net
- network_5:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_6:
- properties:
- admin_state_up: true
- name: NET_168
- shared: true
- type: OS::Neutron::Net
- network_7:
- properties:
- admin_state_up: true
- name: NET_170
- shared: true
- type: OS::Neutron::Net
- network_8:
- properties:
- admin_state_up: true
- name: NET_166
- shared: true
- type: OS::Neutron::Net
- network_9:
- properties:
- admin_state_up: true
- name: NET_167
- shared: true
- type: OS::Neutron::Net
- security_group_0:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- security_group_1:
- properties:
- description: Default security group
- name: _default
- rules:
- - direction: egress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- - direction: ingress
- ethertype: IPv4
- remote_ip_prefix: 0.0.0.0/0
- type: OS::Neutron::SecurityGroup
- subnet_0:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_9
- type: OS::Neutron::Subnet
- subnet_1:
- properties:
- allocation_pools:
- - end: 10.147.32.254
- start: 10.147.32.130
- cidr: 10.147.32.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_167
- network_id:
- get_resource: network_0
- type: OS::Neutron::Subnet
- subnet_2:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_8
- type: OS::Neutron::Subnet
- subnet_3:
- properties:
- allocation_pools:
- - end: 10.147.32.126
- start: 10.147.32.2
- cidr: 10.147.32.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_166
- network_id:
- get_resource: network_2
- type: OS::Neutron::Subnet
- subnet_4:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_5
- type: OS::Neutron::Subnet
- subnet_5:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_6
- type: OS::Neutron::Subnet
- subnet_6:
- properties:
- allocation_pools:
- - end: 10.147.33.126
- start: 10.147.33.2
- cidr: 10.147.33.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_168
- network_id:
- get_resource: network_3
- type: OS::Neutron::Subnet
- subnet_7:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_1
- type: OS::Neutron::Subnet
- subnet_8:
- properties:
- allocation_pools:
- - end: 10.147.33.254
- start: 10.147.33.130
- cidr: 10.147.33.128/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_169
- network_id:
- get_resource: network_4
- type: OS::Neutron::Subnet
- subnet_9:
- properties:
- allocation_pools:
- - end: 10.147.34.126
- start: 10.147.34.2
- cidr: 10.147.34.0/25
- dns_nameservers:
- - 10.147.4.18
- - 10.247.5.11
- enable_dhcp: true
- host_routes: []
- ip_version: 4
- name: NET_170
- network_id:
- get_resource: network_7
- type: OS::Neutron::Subnet
-