CTS: Sort test packages alphabetically by the name of their description file

The previous plan description generator sorted packages alphabetically by
preserving the order returned by 'ls *.xml' in the test repository.

The new python generator uses glob() to search for all xml files, so the order
is undefined. Simply sorting the list returned by glob() is sufficient, since
the plan generator preserves the order of that list for all plans.
1 file changed
tree: 390b7e935295ba0c473b0ae6e961fb2987ac6268
  1. tests/
  2. tools/
  3. .gitignore
  4. Android.mk