From fc3c1f7bf34aa416f19a5ba6f5c87272ce00d444 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Fri, 1 Jun 2018 16:02:51 +0100
Subject: [PATCH] #44 corrected README.md to include sudo

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fb15f05..405b567 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,10 @@ SSH into the VM
 
 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`
 
@@ -90,6 +93,6 @@ pytest -s --pyargs clmcservice.tests
 The following modules are integration tests
 
 ```
-pytest -s --pyargs clmctest.monitoring  
 pytest -s --pyargs clmctest.inputs
+pytest -s --pyargs clmctest.monitoring  
 ```
-- 
GitLab