add 'enable OverlayFS' test env note

Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
This commit is contained in:
Aaron Weitekamp 2017-08-10 09:59:54 -04:00
parent 4310e6d86f
commit 90e4813936

View file

@ -25,6 +25,18 @@ To run a single test bucket:
$ make integration TESTFLAGS="runtimeversion.bats"
```
NOTE: You need OverlayFS enabled. If there's no output from this command...
```
$ sudo lsmod | grep overlay
```
...then run...
```
$ sudo modprobe overlay
```
### On your host
To run the integration tests on your host, you will first need to setup a development environment plus