From 22e95fc95cc6fb37e779775de94009b4e2b1fefa 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 --- test-data/block_storage | 2 +- tests/integration_tests/test_storage_migration.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/test-data/block_storage b/test-data/block_storage index c2d94276fed..d5c676582f2 160000 --- a/test-data/block_storage +++ b/test-data/block_storage @@ -1 +1 @@ -Subproject commit c2d94276fed8d83e87cb8ee54b24502e71773ad7 +Subproject commit d5c676582f2f015fa0928ca0d77fd77ac75f559b 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",