From e016344d3f0f508f5bf4d8dc72b026ef63b1d16c Mon Sep 17 00:00:00 2001 From: Alexandre Beslic Date: Thu, 23 Apr 2015 14:55:02 -0700 Subject: [PATCH] Add note against using devicemapper as a storage driver to run the integration tests Signed-off-by: Alexandre Beslic --- test/integration/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/README.md b/test/integration/README.md index 2a0a71ab83..10bfbd4b99 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -26,6 +26,10 @@ In order to run all integration tests, pass *bats* the test path: $ bats test/integration ``` +> **Note**: There are known issues running the integration tests using +> **devicemapper** as a storage driver, make sure that your docker daemon +> is using **aufs** if you want to successfully run the integration tests. + ## Writing integration tests [helper functions]