Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Library

Version

Link to maven repo

License

spring-boot-starter
2.1.6.RELEASEhttps://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starterApache 2.0
spring-boot-starter-web
2.1.6.RELEASEhttps://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-webApache 2.0
spring-boot-starter-websocket
2.1.6.RELEASEhttps://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-websocketApache 2.0
lombok
1.18.2
https://mvnrepository.com/artifact/org.projectlombok/lombokMIT
jnc1.0https://mvnrepository.com/artifact/org.onosproject/jncApache 2.0
javax.websocket-api
1.1https://mvnrepository.com/artifact/javax.websocket/javax.websocket-apiCDDL 1.1, GPL 2.0
spring-kafka
2.2.7.RELEASEhttps://mvnrepository.com/artifact/org.springframework.kafka/spring-kafkaApache 2.0
junit-jupiter-engine
5.3.1https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engineEPL 2.0
junit-vintage-engine
5.3.1https://mvnrepository.com/artifact/org.junit.vintage/junit-vintage-engineEPL 2.0
junit
4.12https://mvnrepository.com/artifact/junit/junitEPL 1.0
assertj-core
3.9.1
https://mvnrepository.com/artifact/org.assertj/assertj-coreApache 2.0
mockito-core
2.18.3
https://mvnrepository.com/artifact/org.mockito/mockito-coreMIT
spring-boot-starter-test
2.1.6.RELEASEhttps://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-testApache 2.0
spring-kafka-test
2.2.7.RELEASEhttps://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka-testApache 2.0
before-after-spring-test-runner
0.1.0https://mvnrepository.com/artifact/org.bitbucket.radistao.test/before-after-spring-test-runnerApache 2.0
docker-compose-rule-junit4
0.29.1https://mvnrepository.com/artifact/com.palantir.docker.compose/docker-compose-rule-junit4
httpclient
4.5.6https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclientApache 2.0
httpmime
4.5.6https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmimeApache 2.0
springfox-swagger2
2.9.2https://mvnrepository.com/artifact/io.springfox/springfox-swagger2Apache 2.0
springfox-swagger-ui
2.9.2https://mvnrepository.com/artifact/io.springfox/springfox-swagger-uiApache 2.0

Running and using simulator

How to run PNF simulator

detailed information can be found in README.md file:

using docker-compose

While in root or pnfsimulator catalog build  PNF simulator image using mvn clean package docker:build and then start docker compose from pnfsimulator catalog using docker-compose up

Docker compose will start data base ( mongo and mongo-express )  and PNF simulator

How to run netconf simulator

detailed information can be found in README.md file:

using docker-compose

While in root or netconfsimulator catalog build netconf simulator using mvn clean package docker:build and then start docker compose from netconfsimulator catalog using  docker-compose up

Docker compose will start kafka ( message queue and zookeeper ), needed ftp servers ( sftp-server and ftps-server ), netopeer for network configuration and netconf simulator

How to use PNF simulator

The usage of simulator is describe in README.md file: