Versions Compared

Key

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

...

  • Run docker container using this command: 
    docker run -p 8181:8080 --network=nonrtric-docker-net --name=nearRtRic-sim1 nearric-simulator:1.0.0-SNAPSHOT
  • Change directory to:  
    cd nonrtric/near-rt-ric-simulator/nearric-service/test
  • Put some example policy_types and policy_instances inside the nearric-simulator by running the this test script:
    ./populate.sh localhost:8181

...