Changeset 2609


Ignore:
Timestamp:
01/29/24 16:14:56 (3 months ago)
Author:
jderouillat
Message:

In the test suite, check that all files listed in checkfile.def files are generated (not only those with references).

Location:
XIOS3/trunk/xios_test_suite/TEST_SUITE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/xios_test_suite/TEST_SUITE/step2.py

    r2382 r2609  
    165165                    elif os.path.exists("reference/ref_"+config+"/"+checkfile): # if no output file -> set -2 
    166166                        report.write(folder_name+" "+folder_name+"@"+config_name+" "+folder_name+"@"+config_name+"@"+checkfile+" "+str(-2)+"\n") 
    167  
     167                    else : 
     168                        report.write(folder_name+" "+folder_name+"@"+config_name+" "+folder_name+"@"+config_name+"@"+checkfile+" "+str(-666)+"\n") 
    168169                    
    169170 
  • XIOS3/trunk/xios_test_suite/TEST_SUITE/test_domain_algo/checkfile.def

    r2139 r2609  
    33atm_output_domain_transformation_reorder.nc 
    44atm_output_domain_transformation_extract.nc 
    5 atm_output_domain_transformation_zoom.nc 
    65atm_output_domain_transformation_interpolate.nc 
    76atm_output_domain_transformation_expand.nc 
Note: See TracChangeset for help on using the changeset viewer.