diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-06 20:33:01 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-06 20:33:01 -0600 |
commit | 5682d368343ccd8440178ea21ee4e29f4bb5201e (patch) | |
tree | c7a9fea34c3faa7c0b189aa14ce4b575ccbccfe6 /tests/fixtures | |
parent | f7c4db70e541ba11017d8261f0901a13badb7c97 (diff) | |
download | horizon-5682d368343ccd8440178ea21ee4e29f4bb5201e.tar.gz horizon-5682d368343ccd8440178ea21ee4e29f4bb5201e.tar.bz2 horizon-5682d368343ccd8440178ea21ee4e29f4bb5201e.tar.xz horizon-5682d368343ccd8440178ea21ee4e29f4bb5201e.zip |
tests: Write more network tests
Diffstat (limited to 'tests/fixtures')
-rw-r--r-- | tests/fixtures/0221-nameserver-dhcp.installfile | 8 | ||||
-rw-r--r-- | tests/fixtures/0222-complete.installfile | 19 |
2 files changed, 27 insertions, 0 deletions
diff --git a/tests/fixtures/0221-nameserver-dhcp.installfile b/tests/fixtures/0221-nameserver-dhcp.installfile new file mode 100644 index 0000000..8d87536 --- /dev/null +++ b/tests/fixtures/0221-nameserver-dhcp.installfile @@ -0,0 +1,8 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +netaddress eth0 dhcp +nameserver 172.16.1.1 +nameserver 2600:1702:2a80:1b90::1 diff --git a/tests/fixtures/0222-complete.installfile b/tests/fixtures/0222-complete.installfile new file mode 100644 index 0000000..c82063f --- /dev/null +++ b/tests/fixtures/0222-complete.installfile @@ -0,0 +1,19 @@ +hostname horizonkvmtest-ppc64.adelielinux.org +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +network true +netssid wlan0 "Testing" none +netaddress eth0 dhcp +nameserver 9.9.9.10 +diskid /dev/sda QEMU_HARDDISK +disklabel /dev/sda gpt +partition /dev/sda 1 fill +fs /dev/sda1 ext4 +mount /dev/sda1 / +repository https://distfiles.adelielinux.org/adelie/current/system +repository https://distfiles.adelielinux.org/adelie/current/user +signingkey /etc/apk/keys/packages@adelielinux.org.pub +pkginstall adelie-base-posix dash-binsh easy-kernel-power8 easy-kernel-power8-modules grub-ieee1275 netifrc openrc s6-linux-init +keymap us +language en_GB.UTF-8 +timezone America/Chicago +firmware false |