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/0221-nameserver-dhcp.installfile | |
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/0221-nameserver-dhcp.installfile')
-rw-r--r-- | tests/fixtures/0221-nameserver-dhcp.installfile | 8 |
1 files changed, 8 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 |