refactor: consolidate test-iso.sh and monitor-build.sh into run.sh

- Merged VM testing functions into run.sh (test:iso commands)
- Merged build monitoring into run.sh (monitor command)
- Updated tests to reference ./run.sh test:iso instead of ./test-iso.sh
- Updated documentation (README.md, AGENTS.md, STATUS.md)
- Removed standalone scripts per project cleanup

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-02-17 15:22:21 -05:00
parent 3b5558c031
commit d9f2f02138
12 changed files with 487 additions and 447 deletions

View File

@@ -54,7 +54,7 @@
@test "VM boots with UEFI (requires VM)" {
# This test requires a running VM
if ! virsh domstate knel-football-test 2>/dev/null | grep -q "running"; then
skip "VM not running - start with ./test-iso.sh create"
skip "VM not running - start with ./run.sh test:iso create"
fi
# Check UEFI boot would require VM console access
@@ -64,7 +64,7 @@
@test "Secure Boot verification (requires VM)" {
# This test requires manual verification
if ! virsh domstate knel-football-test 2>/dev/null | grep -q "running"; then
skip "VM not running - start with ./test-iso.sh create"
skip "VM not running - start with ./run.sh test:iso create"
fi
# Secure Boot verification requires console access