From e242f93977d28b8d645b53f28fe052071dcbf10d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 8 Oct 2019 16:40:06 -0500 Subject: hscript: Code --- tests/scripts/0018-duplicate-network.installfile | 6 ++++++ tests/scripts/0019-duplicate-hostname.installfile | 6 ++++++ tests/scripts/0020-duplicate-rootpw.installfile | 6 ++++++ tests/scripts/0021-duplicate-root-mount.installfile | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 tests/scripts/0018-duplicate-network.installfile create mode 100644 tests/scripts/0019-duplicate-hostname.installfile create mode 100644 tests/scripts/0020-duplicate-rootpw.installfile create mode 100644 tests/scripts/0021-duplicate-root-mount.installfile (limited to 'tests') diff --git a/tests/scripts/0018-duplicate-network.installfile b/tests/scripts/0018-duplicate-network.installfile new file mode 100644 index 0000000..bce490c --- /dev/null +++ b/tests/scripts/0018-duplicate-network.installfile @@ -0,0 +1,6 @@ +network true +hostname test.machine +pkginstall adelie-base +network false +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / diff --git a/tests/scripts/0019-duplicate-hostname.installfile b/tests/scripts/0019-duplicate-hostname.installfile new file mode 100644 index 0000000..ae7f199 --- /dev/null +++ b/tests/scripts/0019-duplicate-hostname.installfile @@ -0,0 +1,6 @@ +network true +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +hostname foo.bar diff --git a/tests/scripts/0020-duplicate-rootpw.installfile b/tests/scripts/0020-duplicate-rootpw.installfile new file mode 100644 index 0000000..c3727d2 --- /dev/null +++ b/tests/scripts/0020-duplicate-rootpw.installfile @@ -0,0 +1,6 @@ +network true +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ diff --git a/tests/scripts/0021-duplicate-root-mount.installfile b/tests/scripts/0021-duplicate-root-mount.installfile new file mode 100644 index 0000000..0d009cd --- /dev/null +++ b/tests/scripts/0021-duplicate-root-mount.installfile @@ -0,0 +1,6 @@ +network true +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +mount /dev/sda2 / -- cgit v1.2.3-70-g09d2