aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-02-23 11:03:08 -0500
committerDR695H <dr695h@att.com>2017-02-23 11:03:25 -0500
commitd4ac55da4644363686b25af237b2901c11f4f74e (patch)
tree52c9ad870d2569fbde9de4744553295483cb5fe5
parent75010a4fe2ec3e182b45196e7e5b2c7889673092 (diff)
updating the dockerfile to account for opensource
updating the dockerfile to account for opensource since we are no longer checking out in a sub directory Change-Id: I2a10ce096c170941a1f4ccc87572f87db7262a34 Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r--.project2
-rw-r--r--docker/Dockerfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/.project b/.project
index 3eaf9944..26d6a59f 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>ete-testsuite</name>
+ <name>testsuite</name>
<comment></comment>
<projects>
</projects>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d993e94d..a39fb43c 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu
MAINTAINER "OpenECOMP"
-LABEL name="Docker image for the OpenECOMP End-to-End Robot Framework"
+LABEL name="Docker image for the OpenECOMP Robot Testing Framework"
LABEL usage="docker run -e ROBOT_TEST=<testname> -ti openecompete"
# Install Python Pip, Robot framework, firefox, lighttpd web server, wget
@@ -22,7 +22,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
apt-get --assume-yes install google-chrome-stable
# Copy the robot code
-COPY OpenECOMP_ETE/ /var/opt/OpenECOMP_ETE/
+COPY / /var/opt/OpenECOMP_ETE/
COPY lighttpd.conf /etc/lighttpd/lighttpd.conf
RUN chmod 777 /var/opt/OpenECOMP_ETE/setup.sh
RUN chmod 777 /var/opt/OpenECOMP_ETE/runTags.sh