summaryrefslogtreecommitdiff
path: root/tests/fixtures
AgeCommit message (Expand)AuthorFilesLines
2023-12-01Add 'rootshell' key to determine root's shellA. Wilcox3-0/+19
2023-10-10hscript: Allow multiple inheritanceA. Wilcox5-5/+10
2020-10-15Add many more various test casesA. Wilcox12-2/+100
2020-08-30Rearchitect how 'bootloader' key worksA. Wilcox5-5/+5
2020-08-22Improve test coverage of metadata keysA. Wilcox8-0/+46
2020-07-04hscipt: Implement parse and validation of 'pppoe' keyA. Wilcox5-0/+30
2020-06-23hscript: Implement runlevel support in svcenable keyA. Wilcox2-0/+14
2020-06-23tests: Fix fixture for test 24A. Wilcox1-1/+1
2020-05-26hscript: Implement (currently undocumented) 'inherit' key and testsA. Wilcox7-0/+20
2020-05-24hscript: Implement 'svcenable' key and testsA. Wilcox3-0/+19
2020-05-15JSON: Handle user account creationA. Wilcox1-0/+18
2020-05-13tools: Add new hscript-fromjson toolA. Wilcox5-0/+85
2020-03-18hscript: Support creation of /etc/network/interfacesA. Wilcox1-2/+2
2020-03-17hscript: Add new netconfigtype key and associated testsA. Wilcox3-0/+60
2019-12-19hscript: Add 'arch' key implementation and related testsA. Wilcox3-0/+18
2019-11-06tests: Write more network testsA. Wilcox2-0/+27
2019-11-06tests: Add more corner case testingA. Wilcox3-0/+44
2019-11-06tests: Add pkginstall duplicate package testsA. Wilcox2-0/+11
2019-11-06tests: Add usergroup group length testA. Wilcox1-0/+7
2019-11-06tests: Add more LVM behavioural testsA. Wilcox8-0/+92
2019-11-06tests: Add duplicate value tests for keymap, timezone, fsA. Wilcox3-0/+24
2019-11-06tests: Add more nameserver behavioural testsA. Wilcox3-0/+21
2019-11-06hscript: Implement Runner.Execute.netaddress.OpenRCA. Wilcox1-0/+6
2019-11-04tests: More validity tests for keymap and languageA. Wilcox2-0/+12
2019-11-04tests: Add tests for all supported FSesA. Wilcox5-0/+45
2019-10-31hscript: Implement Encrypt, add testsA. Wilcox4-0/+37
2019-10-31hscript: Implement SigningKey, add testsA. Wilcox3-0/+24
2019-10-31hscript: Implement Nameserver, add testsA. Wilcox3-0/+19
2019-10-31hscript: Implement fs, add testsA. Wilcox4-0/+36
2019-10-31hscript: Implement stub Keymap key, add simple testA. Wilcox1-0/+6
2019-10-31hscript: Implement lvm_lv, add testsA. Wilcox7-0/+79
2019-10-29hscript: Implement lvm_vg, add testsA. Wilcox5-0/+56
2019-10-26hscript: Implement lvm_pv, add testsA. Wilcox3-0/+31
2019-10-25hscript: Implement Partition, add testsA. Wilcox28-0/+225
2019-10-24hscript: Fully implement Timezone, add testsA. Wilcox4-0/+26
2019-10-24hscript: Finally implement R.V.network.netaddress.InterfaceA. Wilcox1-0/+1
2019-10-24hscript: Ensure netaddress iface name is < IFNAMSIZA. Wilcox1-0/+6
2019-10-21hscript: Implement DiskLabel, add testsA. Wilcox9-1/+56
2019-10-21hscript: Implement Language, add testsA. Wilcox7-0/+43
2019-10-19hscript: Implement Firmware, and add testsA. Wilcox4-0/+26
2019-10-19hscript: Implement UserGroups, add testsA. Wilcox7-0/+60
2019-10-19hscript: Implement UserIcon parsingA. Wilcox6-0/+52
2019-10-19hscript: Implement UserPassphrase, add testsA. Wilcox7-0/+51
2019-10-18hscript: Implement username validity check and UserAlias code; add testsA. Wilcox6-1/+46
2019-10-18tests: Add test for too many usernamesA. Wilcox1-0/+277
2019-10-18hscript: Implement some Username logic, add testsA. Wilcox3-0/+23
2019-10-18tests: fixtures: Ensure networking disabled on non-network testsA. Wilcox3-3/+3
2019-10-18tests: Fix test failure for test 0078 on some computersA. Wilcox1-1/+1
2019-10-17hscript: Implement diskid key (except execution)A. Wilcox6-0/+37
2019-10-14tests: Test mount execution with optionsA. Wilcox1-0/+8