diff options
author | liboNet <libo.zhu@intel.com> | 2018-04-14 08:00:47 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2018-04-14 08:28:52 +0800 |
commit | bb941331a0917635302292b362979d50bafd4311 (patch) | |
tree | e6b01f7c936f923c9a2f00e64fc1d2f82aca9459 | |
parent | 181c53c3dc4d7ec3c603e60d78358d9ba16deccc (diff) |
Fix ocata test multicloud issue
Change-Id: I7878cbaeabe4aa163bf7e1bc080d75e5329488cc
Issue-ID: MULTICLOUD-200
Signed-off-by: libo zhu <libo.zhu@intel.com>
-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 |