The Autotest scheduler include a (vestigial) feature for
something called "atomic groups". This feature is unused
in the Chrome OS fork of Autotest, and should be removed.
The starting point for removal is the code in 'cli/atomicgroup.py',
and these implementing RPC calls:
add_atomic_group
modify_atomic_group
delete_atomic_group
atomic_group_add_labels
atomic_group_remove_labels
get_atomic_groups
Additionally, there's code under "scheduler" that consults
the database, and there are presumably Django models that can
be removed.
Comment 1 by jrbarnette@chromium.org
, Jan 18 2017