summaryrefslogtreecommitdiff
path: root/tests/fixtures/json/0003-missing-hostname.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/json/0003-missing-hostname.json')
-rw-r--r--tests/fixtures/json/0003-missing-hostname.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/fixtures/json/0003-missing-hostname.json b/tests/fixtures/json/0003-missing-hostname.json
new file mode 100644
index 0000000..02748f1
--- /dev/null
+++ b/tests/fixtures/json/0003-missing-hostname.json
@@ -0,0 +1,18 @@
+{"images":
+ [
+ {"name": "Test Image",
+ "packages": ["adelie-base-posix", "easy-kernel", "easy-kernel-modules", "netifrc", "openrc", "s6-linux-init"],
+ "rootpw": "$6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/",
+ "arch": "ppc64",
+ "language": "en_GB.UTF-8",
+ "keymap": "us",
+ "firmware": false,
+ "netconfig": "netifrc",
+ "netaddresses": [{"id":"eth0", "interface":"eth0", "addr-type": "dhcp"}],
+ "nameservers": ["9.9.9.9"],
+ "timezone": "America/Chicago",
+ "repositories": ["https://distfiles.adelielinux.org/adelie/1.0/system", "https://distfiles.adelielinux.org/adelie/1.0/user"],
+ "signingkeys": ["/etc/apk/keys/powerpc-1@packages.adelielinux.org.pub", "/etc/apk/keys/powerpc-2@packages.adelielinux.org.pub"]
+ }
+ ]
+}