Remove masspnf simulator code 24/116424/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 16 Dec 2020 12:16:47 +0000 (13:16 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 16 Dec 2020 12:20:34 +0000 (13:20 +0100)
commite2e2041fccc8beee89a378de2de54f3dce8f056e
treebe72d882fc8d6c572503469dcb2181051abff6a6
parentc1049d85e04edc89859dfae21c089e36d941f3b3
Remove masspnf simulator code

It has been moved to it's own repository: https://git.onap.org/integration/simulators/masspnf-simulator/

Change-Id: I54b63243eb9e932cd34373ef33679356542349be
Issue-ID: INT-1810
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
91 files changed:
test/mocks/masspnfsim/.gitignore [deleted file]
test/mocks/masspnfsim/MassPnfSim.py [deleted file]
test/mocks/masspnfsim/README.md [deleted file]
test/mocks/masspnfsim/clean.sh [deleted file]
test/mocks/masspnfsim/conftest.py [deleted file]
test/mocks/masspnfsim/deployment/heat/README.rst [deleted file]
test/mocks/masspnfsim/deployment/heat/cloud-config.yaml [deleted file]
test/mocks/masspnfsim/deployment/heat/heat.env [deleted file]
test/mocks/masspnfsim/deployment/heat/heat.yaml [deleted file]
test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh [deleted file]
test/mocks/masspnfsim/diagnostic.sh [deleted file]
test/mocks/masspnfsim/mass-pnf-sim.py [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/README.md [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/ROP_file_creator.sh [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/config/config.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/config/config.yml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/config/netconf.env [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/config/vsftpd_ssl-TEMPLATE.conf [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template_Ubuntu_16_04.yml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/docker-compose-template.yml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/fix-sftp-perms-template.sh [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/json_schema/input_validator.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/json_schema/output_validator_ves_schema_30.0.1.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.data.xml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/netconf/pnf-simulator.yang [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/pom.xml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/simulator.sh [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/assembly/resources.xml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/ConfigurationProvider.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/FileProvider.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/Main.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/PnfSimConfig.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/logback.xml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/logging/MDCVariables.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/message/JSONObjectFactory.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/message/MessageProvider.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/netconfmonitor/NetconfConfigurationCheckingTask.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/netconfmonitor/NetconfMonitorService.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/netconfmonitor/NetconfMonitorServiceConfiguration.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/netconfmonitor/netconf/NetconfConfigurationCache.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/netconfmonitor/netconf/NetconfConfigurationReader.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/netconfmonitor/netconf/NetconfConfigurationWriter.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/netconfmonitor/netconf/NetconfConnectionParams.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/rest/SimulatorController.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/rest/util/DateUtil.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/rest/util/ResponseBuilder.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/simulator/Simulator.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/simulator/SimulatorFactory.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/simulator/client/RestTemplateAdapter.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/simulator/client/RestTemplateAdapterImpl.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/simulator/validation/JSONValidator.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/simulator/validation/NoRopFilesException.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/java/org/onap/pnfsimulator/simulator/validation/ValidationException.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/main/resources/application.properties [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/message/JSONObjectFactoryTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/message/MessageProviderTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/netconfmonitor/NetconfConfigurationCheckingTaskTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/netconfmonitor/NetconfMonitorServiceConfigurationTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/netconfmonitor/NetconfMonitorServiceTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/netconfmonitor/netconf/NetconfConfigurationCacheTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/netconfmonitor/netconf/NetconfConfigurationReaderTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/netconfmonitor/netconf/NetconfConfigurationWriterTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/rest/SimulatorControllerTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/rest/util/DateUtilTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/rest/util/ResponseBuilderTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/simulator/SimulatorFactoryTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/simulator/SimulatorTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/simulator/TestMessages.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/simulator/client/RestTemplateAdapterImplTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/java/org/onap/pnfsimulator/simulator/validation/JSONValidatorTest.java [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/resources/invalid-test-schema.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/resources/logback-test.xml [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validCommonEventHeaderParams.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validNotificationParams.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validPnfRegistrationParams.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/resources/org/onap/pnfsimulator/simulator/validSimulatorParams.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/src/test/resources/valid-test-schema.json [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/templates/.gitattributes [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/templates/file_template_new.xml.gz [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/tls/README.md [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/tls/dfc.crt [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/tls/ftp.crt [deleted file]
test/mocks/masspnfsim/pnf-sim-lightweight/tls/ftp.key [deleted file]
test/mocks/masspnfsim/setup.py [deleted file]
test/mocks/masspnfsim/setup.sh [deleted file]
test/mocks/masspnfsim/test_cli.py [deleted file]
test/mocks/masspnfsim/test_lifecycle.py [deleted file]
test/mocks/masspnfsim/test_settings.py [deleted file]
test/mocks/masspnfsim/tox.ini [deleted file]