From 55fee14bd083faed12e3c3d2e67b2f3ce5006ac3 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 7 Dec 2016 19:15:29 -0600 Subject: [PATCH] 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 --- tests/functional/centos/7/docker-cluster/group_vars/all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/centos/7/docker-cluster/group_vars/all b/tests/functional/centos/7/docker-cluster/group_vars/all index 4b583df6e..5e476c2c6 100644 --- a/tests/functional/centos/7/docker-cluster/group_vars/all +++ b/tests/functional/centos/7/docker-cluster/group_vars/all @@ -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 -- 2.39.5