From d0bc92df671f56b2ae15f68a71b5af1e2529f544 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Thu, 3 Dec 2020 14:44:38 +0530 Subject: [TestFix] Add config to read i/o images Add support to pass I/O image from config file Change-Id: I2c943ba0efaeab3a44eef63030965f36f8086c1b --- tests/glusterfs-containers-tests-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/glusterfs-containers-tests-config.yaml') diff --git a/tests/glusterfs-containers-tests-config.yaml b/tests/glusterfs-containers-tests-config.yaml index 65409c4d..cbccfbf6 100644 --- a/tests/glusterfs-containers-tests-config.yaml +++ b/tests/glusterfs-containers-tests-config.yaml @@ -114,6 +114,12 @@ openshift: prometheus_resources_selector: "" alertmanager_resources_selector: "" + # 'io_container_images' section covers the details of container images + # used for I/O + io_container_images: + cirros: quay.io/libpod/cirros + busybox: quay.io/prometheus/busybox + common: allow_heketi_zones_update: False check_heketi_db_inconsistencies: True -- cgit