From b38ecccb8ab9cd1e631f89c92f6b88e420b2a1b0 Mon Sep 17 00:00:00 2001 From: "francois.cellier" Date: Tue, 13 Feb 2018 13:06:51 +0100 Subject: Add the moon_pythonfunctest container to perform functionnal tests Change-Id: I2be863862ce7df408f759664b10af45416b3d712 --- moon_pythonfunctest/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 moon_pythonfunctest/Dockerfile (limited to 'moon_pythonfunctest/Dockerfile') diff --git a/moon_pythonfunctest/Dockerfile b/moon_pythonfunctest/Dockerfile new file mode 100644 index 00000000..8ae093b8 --- /dev/null +++ b/moon_pythonfunctest/Dockerfile @@ -0,0 +1,9 @@ +FROM python:3 + +WORKDIR /usr/src/app +RUN pip install --no-cache-dir --upgrade requests pytest pyyaml python_moonutilities python_moondb python_moonclient + +ADD . /root +WORKDIR /root + +CMD /bin/bash /root/run_func_test.sh -- cgit 1.2.3-korg