Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-07 | citest: In NoCloudKVM provide keys via metadata not userdata. | Scott Moser | |
The NoCloudKVM platform was inserting ssh keys via user-data rather than through meta-data like it is done on other platforms. This way we are not forced to change the user-data provided. Also, provide meta-data including a uuid as the instance-id. | |||
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. |