X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fprodstub%2FREADME.md;h=60a190b079641085443e48447bcf44b8eabfd119;hb=d2aeca8843fe3ffca2e73dec5b64daeef0dda938;hp=116469fd96f4d6063889c64b745b500d546f4a4a;hpb=c8f92e94bb2638aa66a1d7c2ba63375bbfcdc8c9;p=nonrtric.git diff --git a/test/prodstub/README.md b/test/prodstub/README.md index 116469fd..60a190b0 100644 --- a/test/prodstub/README.md +++ b/test/prodstub/README.md @@ -136,7 +136,7 @@ eg: In 'docker-compose.yml', use field:
>```volumes: - ./certificate:/usr/src/app/cert:ro``` -The script ```prodstub-build-start.sh``` do the build and docker run in one go. This starts the stub container in stand-alone mode for basic test.
If the producer-stub should be executed manually with the agent, replace docker run with this command to connect to the docker network with the correct service name (--name shall be the same as configured in consul for the read and write streams). +The script ```prodstub-build-start.sh``` do the build and docker run in one go. This starts the stub container in stand-alone mode for basic test.
If the producer-stub should be executed manually with the a1pms, replace docker run with this command to connect to the docker network with the correct service name (--name shall be the same as configured in consul for the read and write streams). ```docker run --rm -it -p 8092:8092 -p 8093:8093 --name producer-stub producer-stub``` ### Basic test