summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/robot
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-12-01 17:52:07 -0800
committerVictor Morales <victor.morales@intel.com>2017-12-01 17:52:07 -0800
commit9d205bc0a4ec67b6b97cd5f6de07eba8eb835fd9 (patch)
treeccd7a56a9bbf6e0f80d1e360d977ef022f181886 /bootstrap/vagrant-onap/lib/robot
parente62aae6b5d079c5175441686d49364b71741f6d9 (diff)
Add MSB support
The Microservices Bus project has been supported by this change Change-Id: Id86a0a300b2622ee4b0d362c798c9656cb41fa33 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-358
Diffstat (limited to 'bootstrap/vagrant-onap/lib/robot')
-rwxr-xr-xbootstrap/vagrant-onap/lib/robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/robot b/bootstrap/vagrant-onap/lib/robot
index d9b841757..374a2563c 100755
--- a/bootstrap/vagrant-onap/lib/robot
+++ b/bootstrap/vagrant-onap/lib/robot
@@ -27,7 +27,7 @@ function get_robot_images {
# install_robot() - Run Robot services
function install_robot {
docker rm -f openecompete_container
- docker run -d --name openecompete_container -v /opt/eteshare:/share -p 88:88 $nexus_docker_repo/openecomp/testsuite:$docker_version
+ run_docker_image -d --name openecompete_container -v /opt/eteshare:/share -p 88:88 $nexus_docker_repo/openecomp/testsuite:$docker_version
}
# init_robot() - Function that initialize Robot services