Last modification |
View Log
| Download
| RSS feed
Last modification
- Rev 47 2026-01-03 01:06:37
- Author: rodolico
- Log message:
- Made major cleanups and changes (see CHANGES.md) and updated documentation to decent markdown format. Had CoPilot create a bunch of tests in ./tests folder and threw in some real world data. Updates have not been tested on Real World machines yet
Tests Directory
This directory contains all test scripts for havirt.
Quick Start
cd tests/
./test_havirt_safe.sh
Available Test Scripts
- test_havirt_safe.sh - Safe read-only tests (recommended)
- test_havirt.sh - Full integration tests (requires live cluster)
- test_integration.pl - Perl unit tests for modules
- run_tests.sh - Interactive test runner
- TESTING.md - Complete testing documentation
Running Tests
All test scripts must be run from this tests/ directory:
Safe tests (no SSH required)
./test_havirt_safe.sh
With verbose output
./test_havirt_safe.sh --verbose
Perl integration tests
./test_integration.pl
Interactive test runner
./run_tests.sh
See TESTING.md for complete documentation.