summaryrefslogtreecommitdiff
path: root/tests/fixtures
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-12 02:35:20 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-12 02:35:20 -0500
commit717ace2e5f9f7c19c00fca5732c13d38d97e342d (patch)
tree1eb79f3cc455a9997cde27917feb09a60a95450c /tests/fixtures
parentc9ac06657ecf79c5c7bada112a6fc67f87fbcba1 (diff)
downloadhorizon-717ace2e5f9f7c19c00fca5732c13d38d97e342d.tar.gz
horizon-717ace2e5f9f7c19c00fca5732c13d38d97e342d.tar.bz2
horizon-717ace2e5f9f7c19c00fca5732c13d38d97e342d.tar.xz
horizon-717ace2e5f9f7c19c00fca5732c13d38d97e342d.zip
tests: Add 'netaddress' keys, will be next key implemented
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/0001-basic.installfile2
-rw-r--r--tests/fixtures/0033-network-without-netaddress.installfile5
-rw-r--r--tests/fixtures/0034-nonetwork-with-netaddress.installfile6
-rw-r--r--tests/fixtures/0035-network-with-netaddress.installfile6
-rw-r--r--tests/fixtures/0036-netaddress-too-few.installfile6
-rw-r--r--tests/fixtures/0037-netaddress-invalid-type.installfile6
-rw-r--r--tests/fixtures/0038-netaddress-invalid-dhcp.installfile6
-rw-r--r--tests/fixtures/0039-netaddress-static-too-many.installfile6
-rw-r--r--tests/fixtures/0040-netaddress-static-too-few.installfile6
-rw-r--r--tests/fixtures/0041-netaddress-valid-static4.installfile6
-rw-r--r--tests/fixtures/0042-netaddress-valid-static6.installfile6
-rw-r--r--tests/fixtures/0043-netaddress-invalid-static4.installfile6
-rw-r--r--tests/fixtures/0044-netaddress-invalid-static6.installfile6
-rw-r--r--tests/fixtures/0045-netaddress-invalid-prefix4.installfile7
-rw-r--r--tests/fixtures/0046-netaddress-invalid-prefix6.installfile7
-rw-r--r--tests/fixtures/0047-netaddress-invalid-mask.installfile7
-rw-r--r--tests/fixtures/0048-netaddress-gateway4.installfile6
-rw-r--r--tests/fixtures/0049-netaddress-gateway6.installfile6
-rw-r--r--tests/fixtures/0050-netaddress-bad-gateway4.installfile7
-rw-r--r--tests/fixtures/0051-netaddress-bad-gateway6.installfile6
-rw-r--r--tests/fixtures/0052-netaddress-bad-gateway46.installfile6
-rw-r--r--tests/fixtures/0053-netaddress-bad-gateway64.installfile6
-rw-r--r--tests/fixtures/0054-huge-netaddress.installfile325
23 files changed, 455 insertions, 1 deletions
diff --git a/tests/fixtures/0001-basic.installfile b/tests/fixtures/0001-basic.installfile
index a87b8f1..fb1d0fb 100644
--- a/tests/fixtures/0001-basic.installfile
+++ b/tests/fixtures/0001-basic.installfile
@@ -1,4 +1,4 @@
-network true
+network false
hostname test.machine
pkginstall adelie-base
rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
diff --git a/tests/fixtures/0033-network-without-netaddress.installfile b/tests/fixtures/0033-network-without-netaddress.installfile
new file mode 100644
index 0000000..a87b8f1
--- /dev/null
+++ b/tests/fixtures/0033-network-without-netaddress.installfile
@@ -0,0 +1,5 @@
+network true
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0034-nonetwork-with-netaddress.installfile b/tests/fixtures/0034-nonetwork-with-netaddress.installfile
new file mode 100644
index 0000000..45f29f4
--- /dev/null
+++ b/tests/fixtures/0034-nonetwork-with-netaddress.installfile
@@ -0,0 +1,6 @@
+network false
+netaddress eth0 dhcp
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0035-network-with-netaddress.installfile b/tests/fixtures/0035-network-with-netaddress.installfile
new file mode 100644
index 0000000..b2ade75
--- /dev/null
+++ b/tests/fixtures/0035-network-with-netaddress.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 dhcp
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0036-netaddress-too-few.installfile b/tests/fixtures/0036-netaddress-too-few.installfile
new file mode 100644
index 0000000..4ced0f0
--- /dev/null
+++ b/tests/fixtures/0036-netaddress-too-few.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth1
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0037-netaddress-invalid-type.installfile b/tests/fixtures/0037-netaddress-invalid-type.installfile
new file mode 100644
index 0000000..552a91f
--- /dev/null
+++ b/tests/fixtures/0037-netaddress-invalid-type.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth1 ip4ll
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0038-netaddress-invalid-dhcp.installfile b/tests/fixtures/0038-netaddress-invalid-dhcp.installfile
new file mode 100644
index 0000000..df2a41b
--- /dev/null
+++ b/tests/fixtures/0038-netaddress-invalid-dhcp.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth1 dhcp 127.0.0.1 255.0.0.0
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0039-netaddress-static-too-many.installfile b/tests/fixtures/0039-netaddress-static-too-many.installfile
new file mode 100644
index 0000000..9e34571
--- /dev/null
+++ b/tests/fixtures/0039-netaddress-static-too-many.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth1 static 127.0.0.1 255.0.0.0 127.0.0.2 255.0.0.0 127.0.0.3 255.0.0.0
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0040-netaddress-static-too-few.installfile b/tests/fixtures/0040-netaddress-static-too-few.installfile
new file mode 100644
index 0000000..7dabeff
--- /dev/null
+++ b/tests/fixtures/0040-netaddress-static-too-few.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth1 static 127.0.0.1
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0041-netaddress-valid-static4.installfile b/tests/fixtures/0041-netaddress-valid-static4.installfile
new file mode 100644
index 0000000..aaaf70d
--- /dev/null
+++ b/tests/fixtures/0041-netaddress-valid-static4.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 172.16.1.11 255.255.0.0
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0042-netaddress-valid-static6.installfile b/tests/fixtures/0042-netaddress-valid-static6.installfile
new file mode 100644
index 0000000..1941598
--- /dev/null
+++ b/tests/fixtures/0042-netaddress-valid-static6.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 2600:1702:2a80:1b9f:5bbc:af4c:5dd1:a183 64
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0043-netaddress-invalid-static4.installfile b/tests/fixtures/0043-netaddress-invalid-static4.installfile
new file mode 100644
index 0000000..09afa76
--- /dev/null
+++ b/tests/fixtures/0043-netaddress-invalid-static4.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 345.678.901.234 255.255.0.0
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0044-netaddress-invalid-static6.installfile b/tests/fixtures/0044-netaddress-invalid-static6.installfile
new file mode 100644
index 0000000..7d96ef0
--- /dev/null
+++ b/tests/fixtures/0044-netaddress-invalid-static6.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static fe1: 64
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0045-netaddress-invalid-prefix4.installfile b/tests/fixtures/0045-netaddress-invalid-prefix4.installfile
new file mode 100644
index 0000000..3741334
--- /dev/null
+++ b/tests/fixtures/0045-netaddress-invalid-prefix4.installfile
@@ -0,0 +1,7 @@
+network true
+# 61 as a typo for 16
+netaddress eth0 172.16.1.11 61
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0046-netaddress-invalid-prefix6.installfile b/tests/fixtures/0046-netaddress-invalid-prefix6.installfile
new file mode 100644
index 0000000..1ce13e9
--- /dev/null
+++ b/tests/fixtures/0046-netaddress-invalid-prefix6.installfile
@@ -0,0 +1,7 @@
+network true
+# 210 as a typo for 120
+netaddress eth0 static 2600:1702:2a80:1b9f:5bbc:af4c:5dd1:a183 210
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0047-netaddress-invalid-mask.installfile b/tests/fixtures/0047-netaddress-invalid-mask.installfile
new file mode 100644
index 0000000..ef89553
--- /dev/null
+++ b/tests/fixtures/0047-netaddress-invalid-mask.installfile
@@ -0,0 +1,7 @@
+network true
+# 525 as a typo for 255
+netaddress eth0 static 172.161.1.11 255.255.255.525
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0048-netaddress-gateway4.installfile b/tests/fixtures/0048-netaddress-gateway4.installfile
new file mode 100644
index 0000000..84ef23a
--- /dev/null
+++ b/tests/fixtures/0048-netaddress-gateway4.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 172.16.1.11 16 172.16.1.1
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0049-netaddress-gateway6.installfile b/tests/fixtures/0049-netaddress-gateway6.installfile
new file mode 100644
index 0000000..e38b156
--- /dev/null
+++ b/tests/fixtures/0049-netaddress-gateway6.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 2600:1702:2a80:1b9f:5bbc:af4c:5dd1:a183 64 fe80::26f5:a2ff:fec1:7829
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0050-netaddress-bad-gateway4.installfile b/tests/fixtures/0050-netaddress-bad-gateway4.installfile
new file mode 100644
index 0000000..ef9f250
--- /dev/null
+++ b/tests/fixtures/0050-netaddress-bad-gateway4.installfile
@@ -0,0 +1,7 @@
+network true
+# 271 as a typo for 172
+netaddress eth0 static 172.16.1.11 16 271.16.1.11
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0051-netaddress-bad-gateway6.installfile b/tests/fixtures/0051-netaddress-bad-gateway6.installfile
new file mode 100644
index 0000000..720e7cd
--- /dev/null
+++ b/tests/fixtures/0051-netaddress-bad-gateway6.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 2600:1702:2a80:1b9f:5bbc:af4c:5dd1:a183 64 fe1:
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0052-netaddress-bad-gateway46.installfile b/tests/fixtures/0052-netaddress-bad-gateway46.installfile
new file mode 100644
index 0000000..84f5199
--- /dev/null
+++ b/tests/fixtures/0052-netaddress-bad-gateway46.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 172.16.1.11 16 fe80::26f5:a2ff:fec1:7829
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0053-netaddress-bad-gateway64.installfile b/tests/fixtures/0053-netaddress-bad-gateway64.installfile
new file mode 100644
index 0000000..cb14fde
--- /dev/null
+++ b/tests/fixtures/0053-netaddress-bad-gateway64.installfile
@@ -0,0 +1,6 @@
+network true
+netaddress eth0 static 2600:1702:2a80:1b9f:5bbc:af4c:5dd1:a183 64 172.16.1.1
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /
diff --git a/tests/fixtures/0054-huge-netaddress.installfile b/tests/fixtures/0054-huge-netaddress.installfile
new file mode 100644
index 0000000..4246d00
--- /dev/null
+++ b/tests/fixtures/0054-huge-netaddress.installfile
@@ -0,0 +1,325 @@
+network true
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+netaddress eth0 dhcp
+hostname test.machine
+pkginstall adelie-base
+rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
+mount /dev/sda1 /