From cecc352b211aa4d93751067b063bf9ea90021ca5 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 21 Sep 2017 03:11:27 -0700 Subject: remove docker build workaroud in function test Change-Id: I4167b423319a1b6c66f232951c5084b7f854d577 Issue-Id: MULTICLOUD-95 Signed-off-by: Guo Ruijing --- ocata/vagrant/test/Dockerfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'ocata/vagrant/test/Dockerfile') diff --git a/ocata/vagrant/test/Dockerfile b/ocata/vagrant/test/Dockerfile index f956b566..33d1a18a 100644 --- a/ocata/vagrant/test/Dockerfile +++ b/ocata/vagrant/test/Dockerfile @@ -3,5 +3,3 @@ FROM multicloud-ocata:latest RUN apt-get update && \ apt-get install -y vim ADD extsys.py /opt/ocata/lib/newton/newton/pub/msapi/extsys.py -ADD run.sh /opt/ocata/run.sh -RUN chmod 755 /opt/ocata/run.sh -- cgit 1.2.3-korg