Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-09 | tests: clean up image properties | Joshua Powers | |
This fixes the incorrectly named 'family' value for images as 'os'. Families are already defined in util.py:OS_FAMILY_MAPPING and a family is a collection of OSes. This makes the properties function part of the super class of image as it is only overrided by the lxd backend. | |||
2017-12-05 | tests: consolidate platforms into specific dirs | Scott Moser | |
This groups up each test platform into its own directory rather than having files spread between four different directories for one platform. Platforms tend to be worked on one at a time and so having the platforms together makes more sense than apart. |