Revert "Removing deprecated/unused/outdated code"
[osm/RO.git] / docker / tests.dockerfile
diff --git a/docker/tests.dockerfile b/docker/tests.dockerfile
new file mode 100644 (file)
index 0000000..fd5a45c
--- /dev/null
@@ -0,0 +1,13 @@
+from ubuntu:xenial
+
+VOLUME /opt/openmano
+VOLUME /var/log/osm
+
+ENV DEBIAN_FRONTEND=noninteractive
+
+
+RUN apt-get update && \
+    apt-get -y install python python-pip mysql-client libmysqlclient-dev && \
+    pip install tox
+
+ENTRYPOINT ["tox"]