Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Multi-host Monitor: Support monitor on the multi-host #3981

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Monitor: Support monitor on the multi-host

9e59b2e
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Multi-host Monitor: Support monitor on the multi-host #3981

Monitor: Support monitor on the multi-host
9e59b2e
Select commit
Loading
Failed to load commit list.
Cirrus CI / fedora_35 AVOCADO_SRC:avocado-framework<104.0 SETUP:-m pip install . VT_TYPE:libvirt failed Oct 7, 2024 in 36s

Task Summary

Instruction list failed in 00:07

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:01 clone
✅ 00:01 build
✅ 00:07 setup
✅ 00:17 bootstrap
❌ 00:07 list

  File "/tmp/cirrus-ci-build/virttest/qemu_monitor.py", line 22, in <module>
    from virttest.vt_monitor.api import ConnectController
  File "/tmp/cirrus-ci-build/virttest/vt_monitor/api.py", line 4, in <module>
    from virttest.vt_cluster.node import Node

usage: avocado [-h] [-v] [--config [CONFIG_FILE]] [--enable-paginator] [-V]
               [--show STREAM[:LEVEL]]
               {assets,cache,config,diff,distro,exec-path,jobs,list,plugins,replay,run,sysinfo,variants,vmimage,vt-bootstrap}
               ...

Avocado Test Runner

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  --config [CONFIG_FILE]
                        Use custom configuration from a file
  --enable-paginator    Turn the paginator on. Useful when output is too long.
  -V, --verbose         Some commands can produce more information. This
                        option will enable the verbosity when applicable.
  --show STREAM[:LEVEL]
                        List of comma separated builtin logs, or logging
                        streams optionally followed by LEVEL (DEBUG,INFO,...).
                        Builtin streams are: "app": application output;
                        "test": test output; "job": job output; "early": early
                        logging of other streams, including test (very
                        verbose); "all": all builtin streams; "none": disables
                        regular output (leaving only errors enabled). By
                        default: 'app'

subcommands:
  valid subcommands

  {assets,cache,config,diff,distro,exec-path,jobs,list,plugins,replay,run,sysinfo,variants,vmimage,vt-bootstrap}
                        subcommand help
    assets              Manage assets
    cache               Interface for manipulating the Avocado cache metadata
    config              Shows avocado config keys
    diff                Shows the difference between 2 jobs.
    distro              Shows detected Linux distribution
    exec-path           Returns path to avocado bash libraries and exits.
    jobs                Manage Avocado jobs
    list                List available tests
    plugins             Displays plugin information
    replay              Runs a new job using a previous job as its
                        configuration
    run                 Runs one or more tests (native test, test alias,
                        binary or script)
    sysinfo             Collect system information
    variants            Tool to analyze and visualize test variants and params
    vmimage             Provides VM images acquired from official repositories
    vt-bootstrap        Avocado VT - implements the 'vt-bootstrap' subcommand

avocado: error: argument subcommand: invalid choice: 'vt-list-guests' (choose from 'assets', 'cache', 'config', 'diff', 'distro', 'exec-path', 'jobs', 'list', 'plugins', 'replay', 'run', 'sysinfo', 'variants', 'vmimage', 'vt-bootstrap')

Exit status: 4