tests: adds a docker: true var to the docker_cluster scenario

This lets the CI tests know that this scenario is using docker and
should skip certain tests.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1150/head
Andrew Schoen 2016-12-07 19:15:29 -06:00
parent 9942b5028a
commit 55fee14bd0
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
---
# this is only here to let the CI tests know
# that this scenario is using docker
docker: True
ceph_stable: True
mon_containerized_deployment: True