From 0aba68d737b67463d84e46a9b4c7536a371ea58f Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 23 Aug 2016 17:06:56 -0400 Subject: [PATCH] run_tests: disable TestEncryptedCinderVolumes tests Something broke in Cinder and we'll need those 2 patches to run TestEncryptedCinderVolumes again: https://review.openstack.org/#/c/358670/ https://review.openstack.org/#/c/359391/ Until they are merged, let's ignore the tests. Change-Id: Ibbe9544cb2991d16499993975694ec4fe6859f0b --- run_tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 0f022708e..243421e97 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -197,7 +197,10 @@ TESTS="${TESTS} api.baremetal.admin.test_drivers" TESTS="${TESTS} TestManageQueue" # Cinder encrypted volumes -TESTS="${TESTS} TestEncryptedCinderVolumes" +# TODO(emilien) re-enable it when those 2 patches are merged: +# - https://review.openstack.org/#/c/358670/ +# - https://review.openstack.org/#/c/359391/ +# TESTS="${TESTS} TestEncryptedCinderVolumes" print_header 'Running Tempest' cd /tmp/openstack/tempest