diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-04 22:20:09 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-04 22:20:09 +0200 |
commit | 305f9f41df7ecba640fc4552269bca8ee588b92c (patch) | |
tree | 747829fd74a5ff1da18a444b218cf3bc50204ca7 | |
parent | 940e49a6cdf7ae0f8286c953952a9757ba63a20b (diff) |
Enable volume backup testing
It conforms with OpenStack gates by default.
Change-Id: Icc1537b0f8342666d2a2a0de4655ba99f4f42470
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |