Un-hide tests not executed because of naming collisions

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial 2022-02-08 11:14:04 +01:00
parent fa167c267f
commit 504966fdfa

View File

@ -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("os.path.exists")
@patch("opencas.add_core") @patch("opencas.add_core")
@patch("opencas.start_cache") @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 Check if adding cores/starting caches is attempted while waiting for startup for lazy_startup
devices once before returning. 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("os.path.exists")
@patch("opencas.add_core") @patch("opencas.add_core")
@patch("opencas.start_cache") @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 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. startup devices if paths show up after half of the startup timeout expires.