diff options
author | Bin Yang <bin.yang@windriver.com> | 2018-04-19 03:43:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-19 03:43:28 +0000 |
commit | 1c77c1b6536f0343c56005dff3e10bc05cb7b06f (patch) | |
tree | fb2bab4cc93b0da06825849fc747d4902cb9070e | |
parent | 0c44d30c0fabc73eea135685e54ea3ff643495f8 (diff) | |
parent | bb941331a0917635302292b362979d50bafd4311 (diff) |
Merge "Fix ocata test multicloud issue"
-rw-r--r-- | ocata/vagrant/test/test_multicloud.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/vagrant/test/test_multicloud.sh b/ocata/vagrant/test/test_multicloud.sh index 4cb17dd6..0f4a655a 100644 --- a/ocata/vagrant/test/test_multicloud.sh +++ b/ocata/vagrant/test/test_multicloud.sh @@ -2,7 +2,7 @@ set -ex sudo apt-get update -y -sudo apt-get install -y docker.io maven npm +sudo apt-get install -y docker.io maven npm virtualenv python-dev git clone http://gerrit.onap.org/r/oparent mkdir $HOME/.m2 |