Versions Compared

Key

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

...

  1. Edit <ACME>/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>/scripts/ccsm_utils/Testlistxml
  4. ../../acme/update_acme_tests <category> testsĀ <category> ./testlist.xml

NOTE: acme_integration is a superset of acme_developer (IE, every test in acme_developer automatically goes into acme_integration as well), so if acme_developer is changed then acme_integration will need to be updated

Adding a testcase to a non-acme category

...