aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-configs/custom-locale.conf
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-18 13:25:00 -0600
committerCraig Jennings <c@cjennings.net>2026-01-18 13:25:00 -0600
commit3e3d24e12750a5a79925ae36b5e48598116d5636 (patch)
tree6bcfed700cbc9fff0e35c54f8b26d5defd205aee /scripts/test-configs/custom-locale.conf
parent3ecf4e25cb52ca1ca57c386821f66e6a3b894848 (diff)
downloadarchangel-3e3d24e12750a5a79925ae36b5e48598116d5636.tar.gz
archangel-3e3d24e12750a5a79925ae36b5e48598116d5636.zip
Add CI/CD test infrastructure
- Add Makefile with targets: all, test, test-unit, test-install, build, release, clean, lint - Add test-install.sh for automated VM installation testing - Add test configs: single-disk, mirror, raidz1, no-ssh, custom-locale - Add test-logs/ to .gitignore - Uses sshpass for SSH authentication to live ISO - Copies latest install-archzfs to VM before testing (allows testing without rebuild) - Supports --list to show available configs
Diffstat (limited to 'scripts/test-configs/custom-locale.conf')
-rw-r--r--scripts/test-configs/custom-locale.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/test-configs/custom-locale.conf b/scripts/test-configs/custom-locale.conf
new file mode 100644
index 0000000..f0cda9b
--- /dev/null
+++ b/scripts/test-configs/custom-locale.conf
@@ -0,0 +1,13 @@
+# Test config: Non-US locale (tests locale handling)
+
+HOSTNAME=test-locale
+TIMEZONE=Europe/Berlin
+LOCALE=de_DE.UTF-8
+KEYMAP=de
+
+DISKS=/dev/vda
+
+NO_ENCRYPT=yes
+ROOT_PASSWORD=testpass
+
+ENABLE_SSH=yes