From: Guo Ruijing Date: Thu, 14 Sep 2017 15:50:10 +0000 (-0700) Subject: setup function test framework X-Git-Tag: v1.0.0~50 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7f9d1cae6147920996fd7932b8715bc2985fb07b;p=multicloud%2Fopenstack.git setup function test framework this patch is to fix issue to setup function test framwork for multicloud Change-Id: I48f9b750d36fe797abdf12bebf9f9650e0da0f51 Issue-Id: MULTICLOUD-92 Signed-off-by: Guo Ruijing --- diff --git a/ocata/vagrant/test/Dockerfile b/ocata/vagrant/test/Dockerfile index b0789a2a..33d1a18a 100644 --- a/ocata/vagrant/test/Dockerfile +++ b/ocata/vagrant/test/Dockerfile @@ -2,4 +2,4 @@ FROM multicloud-ocata:latest RUN apt-get update && \ apt-get install -y vim -ADD extsys.py /opt/ocata/lib/ocata/ocata/pub/msapi/extsys.py +ADD extsys.py /opt/ocata/lib/newton/newton/pub/msapi/extsys.py