diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-18 15:54:33 +0100 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2020-02-20 14:35:11 +0000 |
commit | 08bbb09dbf9d806b99a9283fcf5198d07b91f5e5 (patch) | |
tree | dde89597a989ce3f83eef93f677d58b561a63ee1 /test/mocks/mass-pnf-sim/pnf-sim-lightweight | |
parent | 3c08c04132f4d034c0d13d6b76c0d57e59c67213 (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
Diffstat (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight')
-rw-r--r-- | test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 ] } |