diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-18 19:41:28 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-18 19:41:28 -0500 |
commit | 918125404fdf222caef16f8cf3798e20266ae662 (patch) | |
tree | 19df60cf84f58d0fd26809598910c046f561d002 /tests/fixtures | |
parent | 1f64481933503f9ee12603a2ef076e5e1e987abe (diff) | |
download | horizon-918125404fdf222caef16f8cf3798e20266ae662.tar.gz horizon-918125404fdf222caef16f8cf3798e20266ae662.tar.bz2 horizon-918125404fdf222caef16f8cf3798e20266ae662.tar.xz horizon-918125404fdf222caef16f8cf3798e20266ae662.zip |
hscript: Implement some Username logic, add tests
Diffstat (limited to 'tests/fixtures')
-rw-r--r-- | tests/fixtures/0082-username-basic.installfile | 10 | ||||
-rw-r--r-- | tests/fixtures/0083-username-duplicate.installfile | 7 | ||||
-rw-r--r-- | tests/fixtures/0084-username-system.installfile | 6 |
3 files changed, 23 insertions, 0 deletions
diff --git a/tests/fixtures/0082-username-basic.installfile b/tests/fixtures/0082-username-basic.installfile new file mode 100644 index 0000000..9be8bd0 --- /dev/null +++ b/tests/fixtures/0082-username-basic.installfile @@ -0,0 +1,10 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +username chris +username kayla +username meg +username steph +username amanda diff --git a/tests/fixtures/0083-username-duplicate.installfile b/tests/fixtures/0083-username-duplicate.installfile new file mode 100644 index 0000000..0d85d91 --- /dev/null +++ b/tests/fixtures/0083-username-duplicate.installfile @@ -0,0 +1,7 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +username awilfox +username awilfox diff --git a/tests/fixtures/0084-username-system.installfile b/tests/fixtures/0084-username-system.installfile new file mode 100644 index 0000000..467c408 --- /dev/null +++ b/tests/fixtures/0084-username-system.installfile @@ -0,0 +1,6 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +username adm |