Merge pull request #666 from abronan/add_warning_integration_test

Add note against using devicemapper as a storage driver to run the integration tests
This commit is contained in:
Victor Vieux 2015-04-27 11:53:49 -07:00
commit 622cd84f59
1 changed files with 4 additions and 0 deletions

View File

@ -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]