Current Version: 6.2.0
Status: Unified Testing Framework for GZ302 & Strix Halo Platform
This guide provides comprehensive testing procedures for the GZ302-Linux-Setup project (v6.x). It covers core hardware enablement scripts and the PyQt6-based Command Center.
The Command Center is the most visible component and requires rigorous UI/UX validation.
z13ctl status to verify the profile and TDP apply correctly.z13ctl status.~/.config/gz302/auto.conf.z13ctl status shows the new curve points.sudo ./gz302-setup.sh on a clean system.sudo ./gz302-setup.sh --status. Verify it accurately reflects which components are “Applied”.dmesg.vulkaninfo or glxinfo to verify driver initialization on gfx1151.# Validate all scripts
for script in gz302-*.sh; do bash -n "$script" && echo "✓ $script"; done
# Shellcheck (Critical for logic errors)
shellcheck gz302-setup.sh gz302-lib/*.sh
# Check for import errors or syntax issues
python3 -m py_compile command-center/src/command_center.py
python3 -m py_compile command-center/src/modules/*.py
pwrcfg configs are correctly handled or migrated by the new z13ctl logic.sudo ./install-policy.sh updates the sudoers entries for the new binary names.python-pyqt6-svg is installed./etc/sudoers.d/gz302-command-center.systemctl status z13ctl.Last Updated: 2026-04-23
Status: Updated for Command Center v6.2.0 features.