container-storage-setup
container-storage-setup copied to clipboard
Test-2: Tests for PR # 175
Signed-off-by: Shishir Mahajan [email protected]
After discussion with @rhvgoyal : This is a WIP PR and we don't need to review it right now.
This TEST tests DOCKER_ROOT_VOLUME
to be created and bind mounted on a custom graph location (/tmp/docker
). It test this with all 4 possible options {--graph
, -g
, --graph=
, -g=
} by setting these options in /etc/sysconfig/docker
.
This TEST runs successfully on my local system. However it might fail on CI, as it is dependent on this PR #177 . Once that is merged upstream, I would rebase this PR.
Shishir