スキル一覧に戻る
atrawog

test

by atrawog

Claude Code plugins for Bazzite AI

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: test description: | Runtime verification tests for bazzite-ai installation. Tests GPU detection, CUDA, PyTorch, service health, network connectivity, and pod lifecycles. Use when users need to verify their bazzite-ai installation works correctly.

Test - Runtime Verification

Overview

The test command provides comprehensive runtime verification for bazzite-ai installations. It tests GPU detection, CUDA/PyTorch functionality, service health, network connectivity, and pod container lifecycles.

Key Concept: Tests run on the LOCAL system to verify actual functionality, not just syntax.

Quick Reference

ActionCommandDescription
Allujust test allRun all tests
Apptainerujust test apptainerApptainer GPU detection
Apptainer GPUujust test apptainer gpuApptainer GPU detection
Bootcujust test bootcBootc ephemeral VM test
ComfyUIujust test comfyuiComfyUI test
Configujust test configConfiguration test
CUDAujust test cudaCUDA test
GPUujust test gpuGPU availability test
Helpujust test helpShow test help
Jupyterujust test jupyterJupyterLab test
Networkujust test networkNetwork test
Ollamaujust test ollamaOllama inference test
Open WebUIujust test openwebuiOpen WebUI test
Podsujust test podsPod container tests
PyTorchujust test pytorchPyTorch test
Quickujust test quickQuick runtime tests
Servicesujust test servicesAll services test
Statusujust test statusTest status summary

Parameters

ACTION Parameter

ujust test ACTION=""
ParameterValuesDescription
ACTIONSee actions belowTest to run

Without ACTION, shows interactive menu (requires TTY).

Test Options

ujust test [ACTION] [--instance=N] [--image=IMAGE] [--cpus=N] [--ram=MB] [--ssh-port=PORT]
ParameterDefaultDescription
--instance, -n90Pod instance number for test pods
--image, -i(default)Container image for bootc testing
--cpus4CPUs for bootc VM
--ram8192RAM in MB for bootc VM
--ssh-port2222SSH port for bootc VM

Available Tests

Quick Tests

ujust test quick      # GPU + service status (~30s)
ujust test status     # Test status summary

GPU Tests

ujust test gpu        # GPU detection and CDI check
ujust test cuda       # CUDA tests in nvidia container
ujust test pytorch    # PyTorch GPU access test

Service Tests

ujust test ollama     # Ollama health + quick inference
ujust test jupyter    # Jupyter service health
ujust test comfyui    # ComfyUI service health
ujust test openwebui  # Open WebUI service health
ujust test services   # All installed services status

Infrastructure Tests

ujust test config     # Configuration dispatcher test
ujust test network    # Registry connectivity test
ujust test apptainer  # Apptainer GPU detection

VM Tests

ujust test bootc                    # Ephemeral bootc VM (auto-cleanup)
ujust test bootc --image=stable     # Test specific image

Pod Lifecycle Tests

ujust test pods config --instance=91   # Configure test pods
ujust test pods start --instance=91    # Start test pods
ujust test pods status --instance=91   # Check test pods status
ujust test pods stop --instance=91     # Stop test pods
ujust test pods delete --instance=91   # Delete test pod configs
ujust test pods all --instance=91      # Full lifecycle test

Common Workflows

Verify New Installation

# Quick verification
ujust test quick

# If issues found, run full suite
ujust test all

Verify GPU Support

# Check GPU detection
ujust test gpu

# Test CUDA if NVIDIA
ujust test cuda

# Test PyTorch GPU access
ujust test pytorch

Verify Services

# Test all services
ujust test services

# Or individual services
ujust test ollama
ujust test jupyter

Test Pod Lifecycle

# Full lifecycle test with isolated instance
ujust test pods all --instance=91

Non-Interactive Usage

All tests work without TTY:

# CI/automation-friendly
ujust test quick
ujust test gpu
ujust test all

Troubleshooting

GPU Not Detected

Symptom: ujust test gpu shows no GPU

Cause: GPU drivers not loaded or CDI not configured

Fix:

# Check NVIDIA driver
nvidia-smi

# Check CDI
ls /etc/cdi/

# Setup GPU container support
ujust config gpu setup

CUDA Test Fails

Symptom: ujust test cuda fails

Cause: NVIDIA container toolkit not configured

Fix:

ujust config gpu setup
# May require reboot

Service Test Fails

Symptom: Service test shows unhealthy

Cause: Service not running or misconfigured

Fix:

# Check specific service
ujust <service> status

# View logs
ujust <service> logs

# Restart service
ujust <service> restart

Cross-References

  • GPU Setup: config skill (ujust config gpu setup)
  • Service Management: Individual service skills (ollama, jupyter, etc.)
  • Pod Management: pods skill for aggregate operations

When to Use This Skill

Use when the user asks about:

  • "verify installation", "test bazzite-ai", "check if working"
  • "GPU test", "CUDA test", "PyTorch test"
  • "service health", "check services"
  • "network connectivity", "registry access"
  • "test pods", "lifecycle test"

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です