diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-14 22:54:53 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-14 22:57:58 +0800 |
commit | f0fd9149506ca92db0dd7f17cf027ccb434bb99a (patch) | |
tree | 5adc853ec41faa0f174d8ebda13e9318394d385b /ocata/vagrant/test/Dockerfile | |
parent | 51f18c6e84a88eaea53237b3a21d32ad4ab0e8a5 (diff) |
setup function test framework
this patch is to setup function test framwork for multicloud
Change-Id: I372ca4a11878b25fd9b5f4b7ed199e0d8748e11d
Issue-Id: MULTICLOUD-92
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ocata/vagrant/test/Dockerfile')
-rw-r--r-- | ocata/vagrant/test/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ocata/vagrant/test/Dockerfile b/ocata/vagrant/test/Dockerfile new file mode 100644 index 00000000..b0789a2a --- /dev/null +++ b/ocata/vagrant/test/Dockerfile @@ -0,0 +1,5 @@ +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 |