diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-22 20:40:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-22 20:40:02 +0000 |
commit | 58a7eef98db0af5fc358a0eb07eee07a47ca2827 (patch) | |
tree | 7e0f4fc99479b7bb125cdc9b29063e83fd4fcdda /test/mocks/datafilecollector-testharness/dr-sim/README.md | |
parent | 22ff7f4672c327d47ee16152034c092911075947 (diff) | |
parent | f8b34f0d559711d14b95baabcb07e55d5dd9190e (diff) |
Merge "Updated simulators for DFC"
Diffstat (limited to 'test/mocks/datafilecollector-testharness/dr-sim/README.md')
-rw-r--r-- | test/mocks/datafilecollector-testharness/dr-sim/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/dr-sim/README.md b/test/mocks/datafilecollector-testharness/dr-sim/README.md index 38ad1c522..f0cdf589b 100644 --- a/test/mocks/datafilecollector-testharness/dr-sim/README.md +++ b/test/mocks/datafilecollector-testharness/dr-sim/README.md @@ -1,3 +1,9 @@ +#Alternative to running python (as described below) on your machine, use the docker files. +1. Build docker container with ```docker build -t drsim_common:latest .``` +2. Run the container ```docker-compose up``` + + + 1. install nodejs 2. install npm Make sure that you run these commands in the application directory "dr-sim" |