From 130928b7a353fd1a8060c245862aa019a48a3e31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Sat, 17 Aug 2019 12:21:33 +0200
Subject: [PATCH] DOC: how to run integration tests

---
 README_SETUP.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index a172a878..afea7527 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -1,3 +1,4 @@
+
 # Installation
 pip install . --user
 pip install tox --user
@@ -5,6 +6,11 @@ pip install tox --user
 # Run Unit Tests
 tox
 
-# Code Formatting
+# Run Integration Tests Locally
+1. Mount `integrationtests/full_test/extroot` to the folder that will be used as
+   extroot. E.g. `sudo mount -o bind extroot ../../../caosdb-deploy/profiles/empty/custom/extroot`
+2. Start an empty CaosDB instance
+3. run test.sh
 
+# Code Formatting
 autopep8 -i -r ./
-- 
GitLab