Skip to content
Snippets Groups Projects
Commit fc3c1f7b authored by MJB's avatar MJB
Browse files

#44 corrected README.md to include sudo

parent 2fcae398
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,10 @@ SSH into the VM ...@@ -61,7 +61,10 @@ SSH into the VM
Create the services needed for integration tests Create the services needed for integration tests
`/vagrant/scripts/test/conts-create.sh` ```
sudo su
/vagrant/scripts/test/conts-create.sh
```
All of the containers created are defined in the file `/vagrant/src/test/clmctest/rspec.json` All of the containers created are defined in the file `/vagrant/src/test/clmctest/rspec.json`
...@@ -90,6 +93,6 @@ pytest -s --pyargs clmcservice.tests ...@@ -90,6 +93,6 @@ pytest -s --pyargs clmcservice.tests
The following modules are integration tests The following modules are integration tests
``` ```
pytest -s --pyargs clmctest.monitoring
pytest -s --pyargs clmctest.inputs pytest -s --pyargs clmctest.inputs
pytest -s --pyargs clmctest.monitoring
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment