From: Gary Wu Date: Thu, 25 Oct 2018 18:23:44 +0000 (-0700) Subject: Add default user/password for robot web server X-Git-Tag: 1.3.1~29 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F71267%2F2;p=testsuite.git Add default user/password for robot web server Change-Id: I5af21fa87665d4e0d419af6e6f5cad23c9af38ab Issue-ID: INT-586 Signed-off-by: Gary Wu --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 888d6ed7..39e03e0e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -40,6 +40,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key # Copy the robot code COPY / /var/opt/OpenECOMP_ETE/ COPY lighttpd.conf /etc/lighttpd/lighttpd.conf +COPY authorization /etc/lighttpd/authorization RUN chmod 777 /var/opt/OpenECOMP_ETE/setup.sh && \ chmod 777 /var/opt/OpenECOMP_ETE/runTags.sh && \ chmod 777 /var/opt/OpenECOMP_ETE/dnstraffic.sh && \ diff --git a/docker/authorization b/docker/authorization new file mode 100644 index 00000000..b254e654 --- /dev/null +++ b/docker/authorization @@ -0,0 +1 @@ +test:test