mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-03 20:21:34 +00:00
To improve package test capabilities, introduce a test target that will attempt to fetch SSH keys and user data from a locally-spawned test server. Add other bits in ucd-data-fetch.c to support testing. Add fetch_test, which spawns an HTTP server to serve some sample user-data and cloud-config files, and verify that ucd-data-fetch can retrieve them.
9 lines
93 B
Plaintext
9 lines
93 B
Plaintext
#cloud-config
|
|
|
|
users:
|
|
- name: test1
|
|
groups: group1
|
|
- name: test2
|
|
groups: group2
|
|
|