Skip to content

Commit

Permalink
Merge branch 'singhbalwinder/atm/add-cosp-test' (PR #1666)
Browse files Browse the repository at this point in the history
A cosp test is needed in the acme developer test suite as some
machines only run acme developer suite and miss to check this model
capability. COSP is often used in the production runs.

This PR renames ACME weekly test suite to ACME extended
coverage. Two new test suites (acme hi-res and acme production) are
added with one dummy test in each of these new suites.

[BFB] - Bit-For-Bit
  • Loading branch information
AaronDonahue committed Aug 31, 2017
2 parents 0bfd147 + 35b1569 commit e94a805
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions scripts/lib/update_acme_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
("SMS_D_Ln5.ne4_ne4.FC5",
"ERS_Ln9.ne4_ne4.FC5AV1C-L",
("SMS_Ln9.ne4_ne4.FC5AV1C-L", "cam-outfrq9s"),
("SMS.ne4_ne4.FC5AV1C-L", "cam-cosplite"),
"SMS_R_Ld5.T42_T42.FSCM5A97",
"SMS_D_Ln5.ne4_ne4.FC5AV1C-L")
),
Expand All @@ -95,13 +96,25 @@
("SMS_D_Ln5.ne4_ne4.FC5AV1C-L", "cam-cosplite_nhtfrq5"),
"REP_Ln5.ne4_ne4.FC5AV1C-L")
),

"acme_atm_weekly" : (None, None,
#atmopheric tests for extra coverage
"acme_atm_extra_coverage" : (None, None,
("SMS_Lm1.ne4_ne4.FC5AV1C-L",
"ERS_Ld31.ne4_ne4.FC5AV1C-L",
"ERP_Lm3.ne4_ne4.FC5AV1C-L",
"SMS_D_Ln5.ne30_ne30.FC5AV1C-L",
("ERP_Ln5.ne30_ne30.FC5AV1C-L"),
"SMS_Ly1.ne4_ne4.FC5AV1C-L")
),
#atmopheric tests for hi-res
"acme_atm_hi_res" : (None, None,
("SMS_Ln5.ne120_ne120.FC5AV1C-L",
)
),
#atmopheric tests to mimic low res production runs
"acme_atm_prod" : (None, None,
(("SMS_Ln5.ne30_ne30.FC5AV1C-L", "cam-cosplite"),
)
),

"acme_developer" : (("acme_land_developer","acme_atm_developer"), "0:45:00",
("ERS.f19_g16_rx1.A",
Expand Down Expand Up @@ -135,8 +148,16 @@
"SMS.ne30_oECv3_ICG.A_WCYCL1850S",
"SMS.f09_g16_a.MPASLIALB")
),
#acme tests for extra coverage
"acme_extra_coverage" : (("acme_atm_extra_coverage",),None,
() ),

#acme tests for hi-res
"acme_hi_res" : (("acme_atm_hi_res",),None,
() ),

"acme_weekly" : (("acme_atm_weekly",),None,
#acme tests to mimic production runs
"acme_prod" : (("acme_atm_prod",),None,
() ),

"fates" : (None, None,
Expand Down

0 comments on commit e94a805

Please sign in to comment.