From 08bbb09dbf9d806b99a9283fcf5198d07b91f5e5 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 18 Feb 2020 15:54:33 +0100 Subject: 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 Issue-ID: INT-1451 --- .../pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml') 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 ] } -- cgit 1.2.3-korg