From 79864a8936e8c25ac66bba3cee48d7721453a6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Fri, 9 Feb 2018 18:11:07 +0100 Subject: [PATCH] test: add test for restart on new container image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we have a task to test the handlers we can test a new container to validate the service restart on a new container image. Signed-off-by: Sébastien Han --- tests/functional/centos/7/cluster/ceph-override.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/centos/7/cluster/ceph-override.json b/tests/functional/centos/7/cluster/ceph-override.json index 965e361f9..5a3999634 100644 --- a/tests/functional/centos/7/cluster/ceph-override.json +++ b/tests/functional/centos/7/cluster/ceph-override.json @@ -5,4 +5,5 @@ "osd_pool_default_size": 1 } } + "ceph_docker_image_tag": "tag-stable-3.0-luminous-ubuntu-16.04" }