aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-install.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-31 14:46:21 -0600
committerCraig Jennings <c@cjennings.net>2026-01-31 14:46:21 -0600
commit9835f35db6bd748ed79a35216cddd786df211a59 (patch)
tree41b434e6014ccbaa47b96588e58258e7907a1d8d /scripts/test-install.sh
parent8b564fd1b8be7be2ad8048b8259023c716f16542 (diff)
downloadarchangel-9835f35db6bd748ed79a35216cddd786df211a59.tar.gz
archangel-9835f35db6bd748ed79a35216cddd786df211a59.zip
refactor: rename archzfs to archangel, simplify build-release
- Standardize naming: VM names, hostname, passwords, ISO naming - Remove USB, Ventoy, and local deployment from build-release - Add snapper package and Btrfs validation tests to sanity-test - Update README for dual ZFS/Btrfs architecture - Delete obsolete SESSION-CONTEXT.md and download-archzfs-iso.sh
Diffstat (limited to 'scripts/test-install.sh')
-rwxr-xr-xscripts/test-install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/test-install.sh b/scripts/test-install.sh
index c4f859f..f0046bb 100755
--- a/scripts/test-install.sh
+++ b/scripts/test-install.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# test-install.sh - Automated installation testing for archzfs
+# test-install.sh - Automated installation testing for archangel
#
# Runs unattended installs in VMs using test config files.
# Verifies installation success via SSH (when enabled) or console.
@@ -22,7 +22,7 @@ VM_RAM="4096"
VM_CPUS="4"
VM_DISK_SIZE="20G"
export SSH_PORT="2222"
-export SSH_PASSWORD="archzfs"
+export SSH_PASSWORD="archangel"
SERIAL_LOG="$LOG_DIR/serial.log"
# Timeouts (seconds)
@@ -149,7 +149,7 @@ start_vm() {
# Start VM with serial console logging
qemu-system-x86_64 \
- -name "archzfs-test-$test_name" \
+ -name "archangel-test-$test_name" \
-machine type=q35,accel=kvm \
-cpu host \
-m "$VM_RAM" \
@@ -183,7 +183,7 @@ start_vm_from_disk() {
# Start VM without ISO, boot from disk
qemu-system-x86_64 \
- -name "archzfs-test-$test_name" \
+ -name "archangel-test-$test_name" \
-machine type=q35,accel=kvm \
-cpu host \
-m "$VM_RAM" \