Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Adding a new test to acme_developer or integration

  1. Edit <ACME>/cime/scripts/-acme/update_acme_tests.py
  2. You'll see a python dict at the top of the file called TEST_SUITES, find the test category you want to change in this dict and add your testcase to the list

  3. cd <ACME>/cime/scripts/ccsm_utilsTesting/Testlistxml
  4. ../../../scripts-acme/update_acme_tests ./testlist_allactive.xml

NOTE: acme_integration is a superset of acme_developer (IE, every test in acme_developer automatically goes into acme_integration as well).

...