Skip to content

Commit

Permalink
Add 10.3.1 and 10.2.8 storages to migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen authored and yngve-sk committed Sep 11, 2024
1 parent 8afcd3a commit 22e95fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/block_storage
Submodule block_storage updated 122 files
4 changes: 4 additions & 0 deletions tests/integration_tests/test_storage_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 22e95fc

Please sign in to comment.