From 305f9f41df7ecba640fc4552269bca8ee588b92c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 4 May 2019 22:20:09 +0200 Subject: Enable volume backup testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It conforms with OpenStack gates by default. Change-Id: Icc1537b0f8342666d2a2a0de4655ba99f4f42470 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/opnfv_tests/openstack') diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 4de0a72a3..06c77efd9 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -23,4 +23,4 @@ volume: max_microversion: latest storage_protocol: iSCSI volume-feature-enabled: - backup: false + backup: true -- cgit 1.2.3-korg