diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-14 08:50:10 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-15 01:22:27 -0700 |
commit | 7f9d1cae6147920996fd7932b8715bc2985fb07b (patch) | |
tree | 14fee9965eb15f051743ae270f25a55131fa4d1d /ocata | |
parent | f0fd9149506ca92db0dd7f17cf027ccb434bb99a (diff) |
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 <ruijing.guo@intel.com>
Diffstat (limited to 'ocata')
-rw-r--r-- | ocata/vagrant/test/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |