Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
-ALL_CATEGORIES := special functional xsa utility
+ALL_CATEGORIES := special functional xsa utility in-development
ALL_ENVIRONMENTS := pv64 pv32pae hvm64 hvm32pae hvm32pse hvm32
- `utility` are not really tests, but exist to dump specific information about
the VM environment.
- `special` covers the example and environment sanity checks.
+- `in-development` covers tests which aren't yet complete, and are not ready
+ to be run automatically yet.
@subsection attr-envs Environments
# All test categories
default_categories = set(("functional", "xsa"))
-non_default_categories = set(("special", "utility"))
+non_default_categories = set(("special", "utility", "in-development"))
all_categories = default_categories | non_default_categories
# All test environments