From 4d49d2375d53ed9f0d86b6c56addb53ba6504dee Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 26 Feb 2020 15:17:41 +0100 Subject: Fix JSON files linter issues in test/mocks/mass-pnf-sim This is needed prior to adding job for JSON files linting in CI. Change-Id: Ia71dd28061b5e84c36c81bc1432ccd39ca8cc73a Issue-ID: INT-1451 Signed-off-by: Bartek Grzybowski --- .../org/onap/pnfsimulator/simulator/validCommonEventHeaderParams.json | 2 +- .../org/onap/pnfsimulator/simulator/validPnfRegistrationParams.json | 2 +- .../resources/org/onap/pnfsimulator/simulator/validSimulatorParams.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/src') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validCommonEventHeaderParams.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validCommonEventHeaderParams.json index b988da0f7..54faff8c9 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validCommonEventHeaderParams.json +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validCommonEventHeaderParams.json @@ -2,4 +2,4 @@ "eventName": "Noti_RnNode-Ericsson_FileReady", "nfNamingCode": "gNB", "nfcNamingCode": "oam" -} \ No newline at end of file +} diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validPnfRegistrationParams.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validPnfRegistrationParams.json index b95f8e60a..5b1528690 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validPnfRegistrationParams.json +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validPnfRegistrationParams.json @@ -7,4 +7,4 @@ "modelNumber": "val6", "softwareVersion": "val7", "unitType": "val8" -} \ No newline at end of file +} diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validSimulatorParams.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validSimulatorParams.json index 018f185c4..19e1b865f 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validSimulatorParams.json +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validSimulatorParams.json @@ -1,4 +1,4 @@ { "testDuration": "10", "messageInterval": "1" -} \ No newline at end of file +} -- cgit 1.2.3-korg