Merge pull request #3567 from joakim-hove/actionx-testing-gconprod

Actionx testing for GCONPROD and WEFAC
This commit is contained in:
Joakim Hove 2021-10-01 09:55:47 +02:00 committed by GitHub
commit fcbc9f8cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -935,6 +935,14 @@ add_test_compareECLFiles(CASENAME actionx_gconinje
REL_TOL ${rel_tol} REL_TOL ${rel_tol}
DIR actionx) 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 add_test_compareECLFiles(CASENAME actionx_wconinje
FILENAME ACTIONX_WCONINJE FILENAME ACTIONX_WCONINJE
SIMULATOR flow SIMULATOR flow
@ -942,6 +950,13 @@ add_test_compareECLFiles(CASENAME actionx_wconinje
REL_TOL ${rel_tol} REL_TOL ${rel_tol}
DIR actionx) 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 # Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "") opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")

View File

@ -158,7 +158,9 @@ tests[co2store]="flow co2store CO2STORE"
tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE" tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE"
tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON" tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON"
tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE" tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE"
tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD"
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE" tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
tests[actionx_wefac]="flow actionx ACTIONX_WEFAC"
changed_tests="" changed_tests=""