Age | Commit message (Expand) | Author | Files | Lines |
2019-10-26 | tests: Test NetSSID execution output | A. Wilcox | 1 | -0/+7 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 4 | -0/+49 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 29 | -0/+384 |
2019-10-24 | hscript: Fully implement Timezone, add tests | A. Wilcox | 5 | -25/+79 |
2019-10-24 | hscript: Finally implement R.V.network.netaddress.Interface | A. Wilcox | 1 | -0/+1 |
2019-10-24 | hscript: Ensure netaddress iface name is < IFNAMSIZ | A. Wilcox | 2 | -0/+11 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 10 | -1/+104 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 8 | -0/+86 |
2019-10-20 | tests: Don't shadow +config+ variable | A. Wilcox | 1 | -3/+3 |
2019-10-20 | tests: Configure Aruba inside RSpec configuration block | A. Wilcox | 1 | -2/+2 |
2019-10-20 | tests: Explicitly require spec_helper in specs | A. Wilcox | 2 | -0/+4 |
2019-10-20 | Fix tests when install env code is disabled | A. Wilcox | 1 | -0/+3 |
2019-10-19 | tests: Rework RSpec stuff entirely | A. Wilcox | 3 | -30/+13 |
2019-10-19 | tests: Support all known versions of Aruba, 0.8.0+ | A. Wilcox | 2 | -2/+8 |
2019-10-19 | tests: Support Aruba 0.8.x | A. Wilcox | 2 | -0/+8 |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 5 | -0/+59 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 8 | -0/+104 |
2019-10-19 | hscript: Implement UserIcon parsing | A. Wilcox | 7 | -0/+91 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 8 | -0/+95 |
2019-10-18 | hscript: Implement username validity check and UserAlias code; add tests | A. Wilcox | 7 | -1/+78 |
2019-10-18 | tests: Add test for too many usernames | A. Wilcox | 2 | -3/+289 |
2019-10-18 | hscript: Implement some Username logic, add tests | A. Wilcox | 4 | -0/+47 |
2019-10-18 | tests: fixtures: Ensure networking disabled on non-network tests | A. Wilcox | 3 | -3/+3 |
2019-10-18 | tests: Fix test failure for test 0078 on some computers | A. Wilcox | 1 | -1/+1 |
2019-10-17 | hscript: Implement diskid key (except execution) | A. Wilcox | 7 | -0/+71 |
2019-10-14 | tests: Include fstab output in mount tests | A. Wilcox | 1 | -4/+13 |
2019-10-14 | tests: Test mount execution with options | A. Wilcox | 2 | -0/+17 |
2019-10-14 | tests: Add tests for hostname simulation | A. Wilcox | 2 | -1/+21 |
2019-10-14 | tests: Further x86_64 suppression | A. Wilcox | 1 | -1/+0 |
2019-10-14 | tests: Fix suppression file on x86_64 | A. Wilcox | 1 | -0/+10 |
2019-10-14 | tests: Add Valgrind support and suppression file | A. Wilcox | 1 | -0/+22 |
2019-10-14 | hscript-validate: add dangerous -i flag | A. Wilcox | 1 | -0/+4 |
2019-10-14 | tests: Add SLAAC address to WPA test | A. Wilcox | 1 | -0/+1 |
2019-10-14 | hscript: Add NetSSID parsing and tests | A. Wilcox | 13 | -0/+141 |
2019-10-13 | tests: Add more invalid network prefixes | A. Wilcox | 4 | -1/+27 |
2019-10-13 | tests: Test more invalid netaddress lines | A. Wilcox | 3 | -0/+24 |
2019-10-13 | Test other tool params; output generator comment in simulator script | A. Wilcox | 2 | -0/+12 |
2019-10-13 | tests: Add simulator tests | A. Wilcox | 1 | -0/+39 |
2019-10-13 | hscript: Ensure mounts are executed in proper order | A. Wilcox | 1 | -0/+8 |
2019-10-12 | hscript: Implement 'repository' key and add tests for it | A. Wilcox | 3 | -0/+26 |
2019-10-12 | tests: More specifity on netaddress test messages | A. Wilcox | 1 | -4/+4 |
2019-10-12 | tests: Make test output more specific | A. Wilcox | 1 | -9/+9 |
2019-10-12 | tests: Add 'netaddress' keys, will be next key implemented | A. Wilcox | 24 | -6/+601 |
2019-10-12 | hscript: Validate 'hostname' keys and add another test | A. Wilcox | 2 | -0/+11 |
2019-10-12 | tests: Don't print performance info on tests | A. Wilcox | 1 | -1/+1 |
2019-10-12 | tests: Fix up some mount tests | A. Wilcox | 2 | -36/+49 |
2019-10-12 | hscript: Parse 'mount' key, add tests to ensure | A. Wilcox | 5 | -0/+50 |
2019-10-09 | tests: Ensure only parser error counts are counted for parser tests | A. Wilcox | 1 | -6/+6 |
2019-10-08 | tests: Add some more tests, and note reqs for each test | A. Wilcox | 4 | -4/+66 |
2019-10-08 | tests: Add rootpw to test 15 so required keys are satisfied | A. Wilcox | 1 | -1/+1 |