From 504966fdfaf68af4c9db76dbb815ed74aaaef0c9 Mon Sep 17 00:00:00 2001 From: Jan Musial Date: Tue, 8 Feb 2022 11:14:04 +0100 Subject: [PATCH] Un-hide tests not executed because of naming collisions Signed-off-by: Jan Musial --- test/utils_tests/opencas-py-tests/test_helper_functions_01.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/utils_tests/opencas-py-tests/test_helper_functions_01.py b/test/utils_tests/opencas-py-tests/test_helper_functions_01.py index 3518a04..0e31d36 100644 --- a/test/utils_tests/opencas-py-tests/test_helper_functions_01.py +++ b/test/utils_tests/opencas-py-tests/test_helper_functions_01.py @@ -896,7 +896,7 @@ def test_last_resort_add_04(mock_start, mock_add, mock_exists, mock_run, mock_li @patch("os.path.exists") @patch("opencas.add_core") @patch("opencas.start_cache") -def test_last_resort_add_04(mock_start, mock_add, mock_exists, mock_run, mock_list, mock_config): +def test_last_resort_add_05(mock_start, mock_add, mock_exists, mock_run, mock_list, mock_config): """ Check if adding cores/starting caches is attempted while waiting for startup for lazy_startup devices once before returning. @@ -934,7 +934,7 @@ def test_last_resort_add_04(mock_start, mock_add, mock_exists, mock_run, mock_li @patch("os.path.exists") @patch("opencas.add_core") @patch("opencas.start_cache") -def test_last_resort_add_05(mock_start, mock_add, mock_exists, mock_run, mock_list, mock_config): +def test_last_resort_add_06(mock_start, mock_add, mock_exists, mock_run, mock_list, mock_config): """ Check if adding cores/starting caches is not attempted while waiting for startup for lazy startup devices if paths show up after half of the startup timeout expires.