X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=bin%2Fcaservicecontainer%2FREADME;fp=bin%2Fcaservicecontainer%2FREADME;h=0d874c710e6964f85b86fc8e6d10ce7a92ca7457;hb=5d26785885a54cfb35d5eed2e78d641b6d28ebd7;hp=930d51000970e0e8bf7c21af44f287f6bfb2a58e;hpb=0976a6af289d3940ac4b90be09517b31aa03099a;p=aaf%2Fsshsm.git diff --git a/bin/caservicecontainer/README b/bin/caservicecontainer/README index 930d510..0d874c7 100755 --- a/bin/caservicecontainer/README +++ b/bin/caservicecontainer/README @@ -5,19 +5,29 @@ ### Build docker image with a base image ```` -$ docker build -t -f dockerfile . +$ docker build -t -f dockerfile . ```` ### Running the CA service container - Below command will run and log you into the container ```` -$ docker run -v /tmp/run/dbus:/var/run/dbus:rw -v /tmp/volume:/tmp/files:rw --name -i -t --entrypoint=/bin/bash +$ docker run -d -e DATA_FOLDER= -v /tmp/run/dbus:/var/run/dbus:rw -v /tmp/volume:/tmp/files:rw --name -i -t --entrypoint=/bin/bash +```` + +### Login to the container +```` +$ docker exec -it /bin/bash ```` ### Running the Import utility ```` $ import.sh ```` + +### Running the Import utility with stress test with multithreading +```` +$ ./testca/test/multithreadimport.sh +```` #### Make sure the TABRMD container is running on the same dbus mountpoint on the host as the CA service container ### Expected Input files for SoftHSM operations