diff options
Diffstat (limited to 'tests/fixtures')
-rw-r--r-- | tests/fixtures/0241-pppoe-basic.installfile | 6 | ||||
-rw-r--r-- | tests/fixtures/0242-pppoe-auth.installfile | 6 | ||||
-rw-r--r-- | tests/fixtures/0243-pppoe-allkeys.installfile | 6 | ||||
-rw-r--r-- | tests/fixtures/0244-pppoe-invalid.installfile | 6 | ||||
-rw-r--r-- | tests/fixtures/0245-pppoe-valueless.installfile | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/tests/fixtures/0241-pppoe-basic.installfile b/tests/fixtures/0241-pppoe-basic.installfile new file mode 100644 index 0000000..9e7d4e5 --- /dev/null +++ b/tests/fixtures/0241-pppoe-basic.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +pppoe eth0 diff --git a/tests/fixtures/0242-pppoe-auth.installfile b/tests/fixtures/0242-pppoe-auth.installfile new file mode 100644 index 0000000..250e820 --- /dev/null +++ b/tests/fixtures/0242-pppoe-auth.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +pppoe eth0 username=awilfox password=fuzzball diff --git a/tests/fixtures/0243-pppoe-allkeys.installfile b/tests/fixtures/0243-pppoe-allkeys.installfile new file mode 100644 index 0000000..6b70daa --- /dev/null +++ b/tests/fixtures/0243-pppoe-allkeys.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +pppoe eth0 username=awilfox password=fuzzball mtu=9001 lcp-echo-interval=10 lcp-echo-failure=5 diff --git a/tests/fixtures/0244-pppoe-invalid.installfile b/tests/fixtures/0244-pppoe-invalid.installfile new file mode 100644 index 0000000..8fc2768 --- /dev/null +++ b/tests/fixtures/0244-pppoe-invalid.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +pppoe eth0 cat=meow diff --git a/tests/fixtures/0245-pppoe-valueless.installfile b/tests/fixtures/0245-pppoe-valueless.installfile new file mode 100644 index 0000000..ee75450 --- /dev/null +++ b/tests/fixtures/0245-pppoe-valueless.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +pppoe eth0 username password=fuzzball |