diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-05-24 20:35:14 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-05-24 20:35:14 -0500 |
commit | 9c9e400b68f9cfb2270434fb8a16cc0df906ab8b (patch) | |
tree | 051470d7c3d29401462e3563bca34b11e58af5c5 /tests/fixtures | |
parent | b9980223dd469f24359d969ab24c3694507897e5 (diff) | |
download | horizon-9c9e400b68f9cfb2270434fb8a16cc0df906ab8b.tar.gz horizon-9c9e400b68f9cfb2270434fb8a16cc0df906ab8b.tar.bz2 horizon-9c9e400b68f9cfb2270434fb8a16cc0df906ab8b.tar.xz horizon-9c9e400b68f9cfb2270434fb8a16cc0df906ab8b.zip |
hscript: Implement 'svcenable' key and tests
Diffstat (limited to 'tests/fixtures')
-rw-r--r-- | tests/fixtures/0229-svcenable-basic.installfile | 6 | ||||
-rw-r--r-- | tests/fixtures/0230-svcenable-duplicate.installfile | 7 | ||||
-rw-r--r-- | tests/fixtures/0231-svcenable-invalid.installfile | 6 |
3 files changed, 19 insertions, 0 deletions
diff --git a/tests/fixtures/0229-svcenable-basic.installfile b/tests/fixtures/0229-svcenable-basic.installfile new file mode 100644 index 0000000..69e18d4 --- /dev/null +++ b/tests/fixtures/0229-svcenable-basic.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +svcenable sshd diff --git a/tests/fixtures/0230-svcenable-duplicate.installfile b/tests/fixtures/0230-svcenable-duplicate.installfile new file mode 100644 index 0000000..bbd3401 --- /dev/null +++ b/tests/fixtures/0230-svcenable-duplicate.installfile @@ -0,0 +1,7 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +svcenable sshd +svcenable sshd diff --git a/tests/fixtures/0231-svcenable-invalid.installfile b/tests/fixtures/0231-svcenable-invalid.installfile new file mode 100644 index 0000000..f4fde97 --- /dev/null +++ b/tests/fixtures/0231-svcenable-invalid.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +svcenable ../hax/illegal |