aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-02-18 15:54:33 +0100
committerMarco Platania <platania@research.att.com>2020-02-20 14:35:11 +0000
commit08bbb09dbf9d806b99a9283fcf5198d07b91f5e5 (patch)
treedde89597a989ce3f83eef93f677d58b561a63ee1
parent3c08c04132f4d034c0d13d6b76c0d57e59c67213 (diff)
Fix YAML files linter errors for new-line-at-end-of-file rule
Fixed files that lacked the end of file new line. Change-Id: I552f408b88a3a529e25236b7118be3b5a5741c7e Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
-rw-r--r--docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml2
-rw-r--r--test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml2
-rw-r--r--test/mocks/datafilecollector-testharness/ftps-sftp-server/test_cases.yml2
-rw-r--r--test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml2
-rw-r--r--test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml2
-rw-r--r--test/mocks/pmsh-pnf-sim/docker-compose/docker-compose.yml2
-rw-r--r--test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml2
-rw-r--r--test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml2
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/deployment/PnP_PNF_sim_heat_template.yml2
9 files changed, 9 insertions, 9 deletions
diff --git a/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml b/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml
index b4e545391..797a46007 100644
--- a/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml
+++ b/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml
@@ -172,4 +172,4 @@ node_templates:
policy_id:
get_input: policy_id
policy_model_id:
- get_input: policy_model_id \ No newline at end of file
+ get_input: policy_model_id
diff --git a/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml b/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml
index 4d98c708e..efcc33f58 100644
--- a/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml
+++ b/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml
@@ -14,4 +14,4 @@ services:
- "3908:3908"
- "3909:3909"
container_name: drsim_redir
- command: node dmaapDR_redir.js \ No newline at end of file
+ command: node dmaapDR_redir.js
diff --git a/test/mocks/datafilecollector-testharness/ftps-sftp-server/test_cases.yml b/test/mocks/datafilecollector-testharness/ftps-sftp-server/test_cases.yml
index 61275dfe2..ce68be40c 100644
--- a/test/mocks/datafilecollector-testharness/ftps-sftp-server/test_cases.yml
+++ b/test/mocks/datafilecollector-testharness/ftps-sftp-server/test_cases.yml
@@ -13,4 +13,4 @@ TC2:
TC_10000:
size_files: 1 1 5 5 50 50
number_files: 10000 10000 10000 10000 1 1
- directory_files: ftps sftp ftps sftp ftps sftp \ No newline at end of file
+ directory_files: ftps sftp ftps sftp ftps sftp
diff --git a/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml b/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml
index a02e6a423..ff8aa29cd 100644
--- a/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml
+++ b/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml
@@ -8,4 +8,4 @@ services:
- "2223:2223"
container_name: mrsim
command: python mr-sim.py --tc100
-# Change -tc100 to other tc number for desired behavior. \ No newline at end of file
+# Change -tc100 to other tc number for desired behavior.
diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml
index 4bf6758d9..76719ae44 100644
--- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml
+++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml
@@ -115,4 +115,4 @@ outputs:
value: { get_attr: [ PNF_PnP_simualtor, first_address ] }
PNF_PnP_simualtor_public_ip:
description: Floating IP address of PNF_PnP_simualtor in public network
- value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] } \ No newline at end of file
+ value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] }
diff --git a/test/mocks/pmsh-pnf-sim/docker-compose/docker-compose.yml b/test/mocks/pmsh-pnf-sim/docker-compose/docker-compose.yml
index 419e54bb2..58f22691e 100644
--- a/test/mocks/pmsh-pnf-sim/docker-compose/docker-compose.yml
+++ b/test/mocks/pmsh-pnf-sim/docker-compose/docker-compose.yml
@@ -17,4 +17,4 @@ services:
- "2222:22"
volumes:
- /host/upload:/home/admin
- command: admin:admin:1001 \ No newline at end of file
+ command: admin:admin:1001
diff --git a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml
index 400efea52..1cd4a16a4 100644
--- a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml
+++ b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml
@@ -25,4 +25,4 @@ topology_template:
role: leaf
description: External connection point to access Acme myPnf
requirements:
- - dependency: myPnf \ No newline at end of file
+ - dependency: myPnf
diff --git a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml
index 83f1d3e8e..a8c9b6b47 100644
--- a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml
+++ b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml
@@ -210,4 +210,4 @@ event:
keyValuePair: {presence: required, structure: {key: {presence: required, value: additionalText},value: {presence: optional}}},
keyValuePair: {presence: required, structure: {key: {presence: required, value: additionalInfo},value: {presence: optional}}}}
}
-... \ No newline at end of file
+...
diff --git a/test/mocks/pnfsimulator/pnfsimulator/deployment/PnP_PNF_sim_heat_template.yml b/test/mocks/pnfsimulator/pnfsimulator/deployment/PnP_PNF_sim_heat_template.yml
index 4bf6758d9..76719ae44 100644
--- a/test/mocks/pnfsimulator/pnfsimulator/deployment/PnP_PNF_sim_heat_template.yml
+++ b/test/mocks/pnfsimulator/pnfsimulator/deployment/PnP_PNF_sim_heat_template.yml
@@ -115,4 +115,4 @@ outputs:
value: { get_attr: [ PNF_PnP_simualtor, first_address ] }
PNF_PnP_simualtor_public_ip:
description: Floating IP address of PNF_PnP_simualtor in public network
- value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] } \ No newline at end of file
+ value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] }