From 33033cd6cce86cb53714936cf36df93a52914a40 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Thu, 30 Sep 2021 16:39:02 +0200 Subject: [PATCH 1/2] Add actionx testing of GCONPROD --- compareECLFiles.cmake | 8 ++++++++ tests/update_reference_data.sh | 1 + 2 files changed, 9 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index b25653014..f926d0ad1 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -935,6 +935,14 @@ add_test_compareECLFiles(CASENAME actionx_gconinje REL_TOL ${rel_tol} DIR actionx) +add_test_compareECLFiles(CASENAME actionx_gconprod + FILENAME ACTIONX_GCONPROD + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR actionx) + + add_test_compareECLFiles(CASENAME actionx_wconinje FILENAME ACTIONX_WCONINJE SIMULATOR flow diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index b50e9f9ed..3856d4f85 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -158,6 +158,7 @@ tests[co2store]="flow co2store CO2STORE" tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE" tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON" tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE" +tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD" tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE" changed_tests="" From bdeba973fb07e913cda89eada90f97e7f795820b Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Thu, 30 Sep 2021 16:41:43 +0200 Subject: [PATCH 2/2] Add regression testing for ACTIONX + WEFAC --- compareECLFiles.cmake | 7 +++++++ tests/update_reference_data.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index f926d0ad1..011956ea7 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -950,6 +950,13 @@ add_test_compareECLFiles(CASENAME actionx_wconinje REL_TOL ${rel_tol} DIR actionx) +add_test_compareECLFiles(CASENAME actionx_wefac + FILENAME ACTIONX_WEFAC + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR actionx) + # Restart tests opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "") diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 3856d4f85..3144609ee 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -160,6 +160,7 @@ tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON" tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE" tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD" tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE" +tests[actionx_wefac]="flow actionx ACTIONX_WEFAC" changed_tests=""