Latest changes to pnf simulator 62/98662/8
authorwsliwka <wojciech.sliwka@nokia.com>
Wed, 20 Nov 2019 12:20:08 +0000 (13:20 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 27 Jan 2020 15:04:55 +0000 (15:04 +0000)
commit86e0740ff36b97ba98f1ed02f34bfb23d1b96262
tree9e579fd898dff23f8ebba24cae2e4b50340cf758
parent6f2913b0129ea48becccfd55eeb93cbcb991f651
Latest changes to pnf simulator
- replace cpp bindings by python
- remove docker spotify plugin (no longer supported)
- create own image for netopeer (with all packages installed upfront)
Issue-ID: INT-1372

Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I983c0eddf12fa589fbf3ad1ffbab2b36929c9ef0
34 files changed:
test/mocks/pnfsimulator/netconfsimulator/Dockerfile_app [new file with mode: 0644]
test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer [new file with mode: 0644]
test/mocks/pnfsimulator/netconfsimulator/apt.conf [new file with mode: 0644]
test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml
test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh
test/mocks/pnfsimulator/netconfsimulator/netconf/netopeer_change_saver.py [new file with mode: 0644]
test/mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py
test/mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/Application.cpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/Application.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/CMakeLists.txt [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/KafkaWrapper.cpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/KafkaWrapper.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/SysrepoCallback.cpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/SysrepoCallback.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/main.cpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/Connection.hpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/Internal.hpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/Session.hpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/Struct.hpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/Sysrepo.hpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/Tree.hpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/Xpath.hpp [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/plugins.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/trees.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/values.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/netopeer-change-saver-native/sysrepo/xpath.h [deleted file]
test/mocks/pnfsimulator/netconfsimulator/pom.xml
test/mocks/pnfsimulator/pnfsimulator/Dockerfile [moved from test/mocks/pnfsimulator/pnfsimulator/docker/Dockerfile with 70% similarity]
test/mocks/pnfsimulator/pnfsimulator/certificates/AAF_RootCA.crt [moved from test/mocks/pnfsimulator/pnfsimulator/docker/certificates/AAF_RootCA.crt with 100% similarity]
test/mocks/pnfsimulator/pnfsimulator/certificates/dcaelocal.crt [moved from test/mocks/pnfsimulator/pnfsimulator/docker/certificates/dcaelocal.crt with 100% similarity]
test/mocks/pnfsimulator/pnfsimulator/pom.xml
test/mocks/pnfsimulator/pom.xml