From 2ce8735bc8ac53f940268f515159ed5c8773b35c Mon Sep 17 00:00:00 2001 From: "Yngve S. Kristiansen" Date: Wed, 11 Sep 2024 09:19:10 +0200 Subject: [PATCH] Add 10.3.1 and 10.2.8 storages to migration tests --- tests/integration_tests/test_storage_migration.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration_tests/test_storage_migration.py b/tests/integration_tests/test_storage_migration.py index 85e2bc4f123..d7c1412d55a 100644 --- a/tests/integration_tests/test_storage_migration.py +++ b/tests/integration_tests/test_storage_migration.py @@ -29,6 +29,8 @@ def copy_shared(tmp_path, block_storage_path): @pytest.mark.parametrize( "ert_version", [ + "10.3.1", + "10.2.8", "10.1.3", "10.0.3", "9.0.17", @@ -178,6 +180,8 @@ def test_that_storage_matches( @pytest.mark.parametrize( "ert_version", [ + "10.3.1", + "10.2.8", "10.1.3", "10.0.3", "9.0.17",