GithubHelp home page GithubHelp logo

Comments (6)

cdeadmin avatar cdeadmin commented on August 12, 2024

I've setup a CentOS 7.4 ppc64le host system and wanted to run some
guest tests, e.g.: guest_short_sanity suite against Fedora 24 ppc64le.

Avocado has thrown a lot of errors in the terminal, see below, and at
the end, it said tests were finished successfully (which is not true).

[root@baratheon tests]# iptables -t filter -I INPUT -p tcp -m state --dport 8000:8020 --state NEW -j ACCEPT

[root@baratheon tests]# iptables -nL | grep 8000
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            state NEW tcp dpts:8000:8020
[root@baratheon tests]# python avocado-setup.py --bootstrap --verbose 
10:42:40 INFO    : Check for environment
10:42:40 INFO    : Creating temporary mux dir
10:42:55 INFO    : Creating Avocado Config
10:42:55 INFO    : Uninstalling avocado and autotest from environment
10:42:56 INFO    : Bootstrapping
10:42:56 INFO    : Updating the repo: avocado in /root/hostos/tests/avocado
10:42:59 INFO    : Installing repo: /root/hostos/tests/avocado
10:43:01 INFO    : Updating the repo: avocado-vt in /root/hostos/tests/avocado-vt
10:43:02 INFO    : Installing repo: /root/hostos/tests/avocado-vt
10:43:10 INFO    : Bootstrapping vt libvirt
10:43:14 INFO    : Bootstrapping vt qemu
10:43:18 INFO    : creating test repo dir /root/hostos/tests/tests
10:43:18 INFO    : Updating the repo: avocado-misc-tests in /root/hostos/tests/tests/avocado-misc-tests
10:43:20 WARNING : Avocado varianter_yaml_to_mux plugin not installed
10:43:20 INFO    : Installing optional plugin: varianter_yaml_to_mux
10:43:20 INFO    : Removing temporary mux dir
[root@baratheon tests]# python avocado-setup.py --verbose --run-suite guest_short_sanity --install --guest-os Linux.Fedora.24.ppc64le
10:44:02 INFO    : Check for environment
10:44:02 INFO    : Creating temporary mux dir
10:44:19 INFO    : Downloading the guest os image
10:44:20 INFO    : 
10:44:20 INFO    : Running Guest Tests Suite install
10:44:20 INFO    : Running: /usr/bin/avocado run --vt-type libvirt --vt-config /root/hostos/tests/data/avocado-vt/backends/libvirt/cfg/install.cfg                 --force-job-id 6d9d1205a328b06dc5b7721473b9204cb45e504a  --vt-only-filter                                             "Linux.Fedora.24.ppc64le" --show-job-log --job-results-dir /root/hostos/tests/results
found extension EntryPoint.parse('journal = avocado.plugins.journal:JournalResult')
found extension EntryPoint.parse('tap = avocado.plugins.tap:TAPResult')
found extension EntryPoint.parse('human = avocado.plugins.human:Human')
found extension EntryPoint.parse('vt-joblock = avocado_vt.plugins.vt_joblock:VTJobLock')
found extension EntryPoint.parse('teststmpdir = avocado.plugins.teststmpdir:TestsTmpDir')
found extension EntryPoint.parse('jobscripts = avocado.plugins.jobscripts:JobScripts')
found extension EntryPoint.parse('human = avocado.plugins.human:HumanJob')
Config provided, ignoring option --vt-guest-os
Config provided, ignoring option --vt-machine-type or config vt.common.machine_type
Config provided and no option --vt-qemu-img or config vt.qemu.qemu_img set. Not trying to automatically set qemu bin
Config provided, ignoring config vt.qemu.nettype
found extension EntryPoint.parse('yaml_to_mux = avocado_varianter_yaml_to_mux:YamlToMux')
Commands configured by file: /etc/avocado/sysinfo/commands
Files configured by file: /etc/avocado/sysinfo/files
Profilers configured by file: /etc/avocado/sysinfo/profilers
Command line: /usr/bin/avocado run --vt-type libvirt --vt-config /root/hostos/tests/data/avocado-vt/backends/libvirt/cfg/install.cfg --force-job-id 6d9d1205a328b06dc5b7721473b9204cb45e504a --vt-only-filter Linux.Fedora.24.ppc64le --show-job-log --job-results-dir /root/hostos/tests/results

Avocado version: 54.1

Config files read (in order):
/etc/avocado/avocado.conf
/etc/avocado/conf.d/gdb.conf
/etc/avocado/conf.d/vt.conf
/root/.config/avocado/avocado.conf

Avocado config:
Section.Key                             Value
datadir.paths.base_dir                  /root/hostos/tests
datadir.paths.test_dir                  /root/hostos/tests/tests
datadir.paths.data_dir                  /root/hostos/tests/data
datadir.paths.logs_dir                  /root/hostos/tests/results
sysinfo.collect.enabled                 True
sysinfo.collect.commands_timeout        -1
sysinfo.collect.installed_packages      False
sysinfo.collect.profiler                True
sysinfo.collect.locale                  C
sysinfo.collectibles.commands           /etc/avocado/sysinfo/commands
sysinfo.collectibles.files              /etc/avocado/sysinfo/files
sysinfo.collectibles.profilers          /etc/avocado/sysinfo/profilers
runner.output.colored                   True
runner.output.utf8                      
remoter.behavior.reject_unknown_hosts   False
remoter.behavior.disable_known_hosts    False
job.output.loglevel                     debug
restclient.connection.hostname          localhost
restclient.connection.port              9405
restclient.connection.username          
restclient.connection.password          
plugins.disable                         []
plugins.skip_broken_plugin_notification []
plugins.loaders                         ['file', '@DEFAULT']
gdb.paths.gdb                           /usr/bin/gdb
gdb.paths.gdbserver                     /usr/bin/gdbserver
vt.setup.backup_image_before_test       True
vt.setup.restore_image_after_test       True
vt.setup.keep_guest_running             False
vt.common.data_dir                      
vt.common.type_specific_only            False
vt.common.mem                           
vt.common.arch                          
vt.common.machine_type                  
vt.common.nettype                       
vt.common.netdst                        virbr0
vt.qemu.qemu_bin                        
vt.qemu.qemu_dst_bin                    
vt.qemu.accel                           kvm
vt.qemu.vhost                           off
vt.qemu.monitor                         human
vt.qemu.smp                             2
vt.qemu.image_type                      qcow2
vt.qemu.nic_model                       virtio_net
vt.qemu.disk_bus                        virtio_scsi
vt.qemu.sandbox                         on
vt.qemu.defconfig                       yes
vt.qemu.malloc_perturb                  yes
vt.libvirt.connect_uri                  qemu:///session
vt.debug.no_cleanup                     False

Avocado Data Directories:

base     /root/hostos/tests
tests    /root/hostos/tests/tests
data     /root/hostos/tests/data
logs     /root/hostos/tests/results/job-2017-10-13T10.44-6d9d120

No variants available, using defaults only

Variant :    /
Temporary dir: /var/tmp/avocado_rzpBC3

Job ID: 6d9d1205a328b06dc5b7721473b9204cb45e504a

Not logging /proc/pci (file does not exist)
Commands configured by file: /etc/avocado/sysinfo/commands
Files configured by file: /etc/avocado/sysinfo/files
Profilers configured by file: /etc/avocado/sysinfo/profilers
PARAMS (key=timeout, path=*, default=None) => None
START 1-guest_install.cdrom.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.unattended_install.cdrom.http_ks.default_install.aio_native
Avocado-VT '54.0 (RPM install)'
Test parameters:
    _name_map_file = {'install.cfg': 'guest_install.cdrom', 'drivers.cfg': 'qemu', 'guest-hw.cfg': 'bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan', 'host-os.cfg': 'Host_centos.m7.u4.Host_arch_ppc64le', 'guest-os.cfg': 'Linux.Fedora.24.ppc64le', 'machines.cfg': 'pseries', 'subtests.cfg': '(subtest=io-github-autotest-qemu).(subtest=unattended_install).cdrom.http_ks.default_install.aio_native'}
    _short_name_map_file = {'install.cfg': 'guest_install.cdrom', 'drivers.cfg': 'qemu', 'guest-hw.cfg': 'bridge.default_bios.no_virtio_rng.filesystem.no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan', 'host-os.cfg': 'Host_centos.m7.u4.Host_arch_ppc64le', 'guest-os.cfg': 'Linux.Fedora.24.ppc64le', 'machines.cfg': 'pseries', 'subtests.cfg': 'io-github-autotest-qemu.unattended_install.cdrom.http_ks.default_install.aio_native'}
    anaconda_log = yes
    auto_cpu_model = yes
    backup_dir = images/
    backup_image = yes
    backup_image_on_check_error = no
    boot_menu = off
    boot_once = d
    boot_order = cdn
    boot_path = ppc/ppc64
    catch_monitor = catch_monitor
    cdrom_cd1 = isos/linux/Fedora-Server-DVD-ppc64le-24.iso
    cdrom_check_cdrom_pattern = /dev/cdrom-\w+|/dev/cdrom\d*
    cdrom_get_cdrom_cmd = ls /dev/cdrom*
    cdrom_info_cmd = cat /proc/sys/dev/cdrom/info
    cdrom_test_cmd = dd if=%s of=/dev/null bs=1 count=1
    cdrom_unattended = images/f24-ppc64le/ks.iso
    cdroms = cd1
    check_image = yes
    cmds_installed_host = 
    connect_uri = default
    convert_ppm_files_to_png = no
    cpu_chk_cmd = grep -c processor /proc/cpuinfo
    cpu_model_flags = 
    dep = []
    display = vnc
    drive_format = scsi
    drive_index_cd1 = 1
    drive_index_image1 = 0
    drive_rerror_image1 = 
    drive_werror_image1 = 
    encode_video_files = yes
    file_transfer_client = scp
    file_transfer_port = 22
    flexible_nic_index = no
    force_create_image = yes
    guest_dmesg_ignore = False
    guest_dmesg_level = 3
    guest_port_remote_shell = 22
    guest_port_unattended_install = 12323
    hvm_or_pv = hvm
    id = guest_install.cdrom.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.unattended_install.cdrom.http_ks.default_install.aio_native
    image_aio = native
    image_backend = filesystem
    image_chain = 
    image_clone_command = cp --reflink=auto %s %s
    image_copy_on_error = no
    image_format = qcow2
    image_name = images/f24-ppc64le
    image_raw_device = no
    image_remove_command = rm -rf %s
    image_size = 10G
    image_unbootable_pattern = Hard Disk.*not a bootable disk
    image_verify_bootable = no
    images = image1
    inactivity_treshold = 1800
    inactivity_watcher = error
    indirect_image_blacklist = /dev/hda[\d]* /dev/sda[\d]* /dev/sg0 /dev/md0
    initrd = images/f24-ppc64le/initrd.img
    install_virtio = no
    keep_ppm_files = no
    keep_ppm_files_on_error = no
    keep_screendumps = no
    keep_screendumps_on_error = no
    keep_video_files = yes
    keep_video_files_on_error = yes
    kernel = images/f24-ppc64le/vmlinuz
    kernel_params = ks=cdrom nicdelay=60 console=hvc0 console=ttyS0 serial
    kill_timeout = 60
    kill_unresponsive_vms = yes
    kill_vm = yes
    kill_vm_before_test = no
    kill_vm_gracefully = yes
    kill_vm_on_error = yes
    local_ip = ENTER.YOUR.LOCAL.EXAMPLE.COM
    local_pwd = 
    login_timeout = 360
    lowest_mem = 512
    machine_type = pseries
    main_vm = virt-tests-vm1
    malloc_perturb = no
    md5sum_1m_cd1 = ba5c120a5411176da668f1b36f4e04b5
    md5sum_cd1 = 3bec30d719c512c9764c1ce5899a723b
    medium = cdrom
    mem = 32768
    mem_chk_cmd = dmidecode -t 17 | awk -F: '/Size/ {print $2}'
    mem_chk_cur_cmd = grep MemTotal /proc/meminfo
    mem_chk_re_str = [^\$]([0-9]+)
    memballoon_model = virtio
    migrate_dest_host = ENTER.YOUR.DEST.EXAMPLE.COM
    migrate_dest_pwd = PASSWORD.DEST.EXAMPLE
    migrate_load_vms = 
    migrate_main_vm = avocado-vt-vm1
    migrate_port = 49152
    migrate_proto = tcp
    migrate_shared_storage = SHARED_IMAGE.EXAMPLE
    migrate_source_host = ENTER.YOUR.SOURCE.EXAMPLE.COM
    migrate_source_pwd = PASSWORD.SOURCE.EXAMPLE
    migrate_vms = 
    monitor_type = human
    monitors = hmp1
    name = guest_install.cdrom.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.(subtest=io-github-autotest-qemu).(subtest=unattended_install).cdrom.http_ks.default_install.aio_native
    netdev_peer_re = \s{2,}(.*?): .*?\\\s(.*?):
    netdst = virbr0
    nettype = bridge
    nic_model = spapr-vlan
    nics = nic1
    os_type = linux
    os_variant = fedora24
    password = 123456
    paused_after_start_vm = no
    pci_assignable = no
    profilers = kvm_stat
    provider = io-github-autotest-qemu
    qemu_binary = qemu
    qemu_img_binary = /usr/bin/qemu-img
    qemu_io_binary = qemu-io
    reboot_command = shutdown -r now
    redirs = remote_shell unattended_install
    remote_ip = ENTER.YOUR.REMOTE.EXAMPLE.COM
    remote_pwd = 
    remote_user = root
    restore_image = no
    restore_image_on_check_error = no
    run_tcpdump = yes
    screendump_delay = 5
    screendump_quality = 30
    screendump_temp_dir = /dev/shm
    screendump_verbose = no
    serials = serial0
    shell_client = ssh
    shell_linesep = \n
    shell_port = 22
    shell_prompt = ^\[.*\][\#\$]\s*$
    shortname = guest_install.cdrom.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.unattended_install.cdrom.http_ks.default_install.aio_native
    shutdown_cleanly = yes
    shutdown_cleanly_timeout = 120
    shutdown_command = shutdown -h now
    skip_cluster_leak_warn = no
    skip_image_check_during_running = no
    skip_image_processing = no
    smp = 32
    start_vm = no
    status_test_command = echo $?
    store_vm_register = no
    strict_mode = no
    subtest = io-github-autotest-qemu.unattended_install
    syslog_server_enabled = no
    syslog_server_proto = tcp
    take_regular_screendumps = no
    test_timeout = 14400
    type = unattended_install
    unattended_delivery_method = url
    unattended_file = unattended/Fedora-24-ppc64le.ks
    unattended_file_kernel_param_name = ks
    url_auto_ip = 
    usb_bus = usb1.0
    usb_controller = xhci
    usb_devices = tablet1
    usb_max_port = 6
    usb_type = nec-usb-xhci
    usb_type_tablet1 = usb-tablet
    usb_type_usb1 = nec-usb-xhci
    usbs = usb1
    use_autostart = no
    use_check_cpu = yes
    use_debug = yes
    use_no_reboot = no
    use_os_type = yes
    use_os_variant = no
    use_virt_install_wait = no
    used_cpus = 2
    used_mem = 512
    username = root
    vcpu_cores = 4
    vcpu_sockets = 1
    vcpu_thread_pattern = thread_id.?[:|=]\s*(\d+)
    vcpu_threads = 8
    verify_guest_dmesg = yes
    verify_host_dmesg = yes
    vfd_size = 1440k
    vga = std
    virt_install_binary = /usr/bin/virt-install
    virt_install_wait_time = 300
    virt_test_type = qemu libvirt
    virtinstall_extra_args = 
    vm_arch_name = ppc64le
    vm_register_delay = 5
    vm_type = libvirt
    vms = virt-tests-vm1
    vnc_autoport = yes
Searching for test modules that match 'type = unattended_install' and 'provider = io-github-autotest-qemu' on this cartesian dict
Found subtest module /root/hostos/tests/data/avocado-vt/test-providers.d/downloads/io-github-autotest-qemu/generic/tests/unattended_install.py
Creating new, empty env file
Running 'grep cpu /proc/cpuinfo | awk '{print $3}' | head -n 1'
[stdout] POWER8E
Command 'grep cpu /proc/cpuinfo | awk '{print $3}' | head -n 1' finished with 0 after 0.00296092033386s
Running 'ppc64_cpu --smt'
[stdout] SMT is off
Command 'ppc64_cpu --smt' finished with 0 after 0.0329039096832s
KVM version: 3.10.0-693.2.2.el7.ppc64le
Could not find params qemu in /usr/share/avocado-plugins-vt/backends/libvirt/qemu, searching the host PATH for one to use
Found /usr/libexec/qemu-kvm
KVM userspace version: 2.9.0 (qemu-kvm-ev-2.9.0-16.el7_4.5.1)
Running 'true'
Command 'true' finished with 0 after 0.000446081161499s
Running 'ps -o comm 1'
[stdout] COMMAND
Command 'ps -o comm 1' finished with 0 after 0.0756039619446s
[stdout] systemd
Create image on local fs.
Context: preprocessing --> Create image by command: /usr/bin/qemu-img create -f qcow2 /root/hostos/tests/data/avocado-vt/images/f24-ppc64le.qcow2 10G
Libvirt VM 'virt-tests-vm1', driver 'qemu', uri 'qemu:///system'
VM virt-tests-vm1 does not exist
Starting unattended install setup
Releasing MAC addresses for vm virt-tests-vm1.
Checking image file /root/hostos/tests/data/avocado-vt/images/f24-ppc64le.qcow2
Image backup /root/hostos/tests/data/avocado-vt/images/f24-ppc64le.qcow2.backup already exists, skipping...
Copying /root/hostos/tests/data/avocado-vt/images/f24-ppc64le.qcow2 -> /root/hostos/tests/data/avocado-vt/images/f24-ppc64le.qcow2.backup
Running 'true'
Command 'true' finished with 0 after 0.000615119934082s
Running 'ps -o comm 1'
[stdout] COMMAND
[stdout] systemd
Command 'ps -o comm 1' finished with 0 after 0.0657088756561s

Reproduced traceback from: /usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py:245
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py", line 397, in _runTest
    run_func(self, params, env)
  File "/root/hostos/tests/data/avocado-vt/test-providers.d/downloads/io-github-autotest-qemu/generic/tests/unattended_install.py", line 14, in run
    unattended_install.run(test, params, env)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/error_context.py", line 135, in new_fn
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/tests/unattended_install.py", line 1219, in run
    unattended_install_config.setup()
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/tests/unattended_install.py", line 1032, in setup
    self.setup_cdrom()
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/error_context.py", line 135, in new_fn
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/tests/unattended_install.py", line 832, in setup_cdrom
    i = iso9660.Iso9660Mount(self.cdrom_cd1)
  File "/usr/lib/python2.7/site-packages/avocado_framework-54.1-py2.7.egg/avocado/utils/iso9660.py", line 313, in __init__
    super(Iso9660Mount, self).__init__(path)
  File "/usr/lib/python2.7/site-packages/avocado_framework-54.1-py2.7.egg/avocado/utils/iso9660.py", line 113, in __init__
    self._verify_path(path)
  File "/usr/lib/python2.7/site-packages/avocado_framework-54.1-py2.7.egg/avocado/utils/iso9660.py", line 127, in _verify_path
    path)
OSError: File or device path does not exist: /root/hostos/tests/data/avocado-vt/isos/linux/Fedora-Server-DVD-ppc64le-24.iso

Reproduced traceback from: /usr/lib/python2.7/site-packages/avocado_framework-54.1-py2.7.egg/avocado/core/test.py:666
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py", line 271, in runTest
    raise self.__status  # pylint: disable=E0702
OSError: File or device path does not exist: /root/hostos/tests/data/avocado-vt/isos/linux/Fedora-Server-DVD-ppc64le-24.iso

Local variables:
 -> self <class 'avocado_vt.test.VirtTest'>: 1-guest_install.cdrom.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.unattended_install.cdrom.http_ks.default_install.aio_native
Traceback (most recent call last):

  File "/usr/lib/python2.7/site-packages/avocado_framework-54.1-py2.7.egg/avocado/core/test.py", line 737, in _run_avocado
    raise test_exception

OSError: File or device path does not exist: /root/hostos/tests/data/avocado-vt/isos/linux/Fedora-Server-DVD-ppc64le-24.iso

ERROR 1-guest_install.cdrom.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.unattended_install.cdrom.http_ks.default_install.aio_native -> OSError: File or device path does not exist: /root/hostos/tests/data/avocado-vt/isos/linux/Fedora-Server-DVD-ppc64le-24.iso

Commands configured by file: /etc/avocado/sysinfo/commands
Files configured by file: /etc/avocado/sysinfo/files
Profilers configured by file: /etc/avocado/sysinfo/profilers
PARAMS (key=timeout, path=*, default=None) => None
START 2-guest_dep_install.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.guest_test.isa_serial_operations
Avocado-VT '54.0 (RPM install)'
Test parameters:
    _name_map_file = {'install.cfg': 'guest_dep_install', 'drivers.cfg': 'qemu', 'guest-hw.cfg': 'bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan', 'host-os.cfg': 'Host_centos.m7.u4.Host_arch_ppc64le', 'guest-os.cfg': 'Linux.Fedora.24.ppc64le', 'machines.cfg': 'pseries', 'subtests.cfg': '(subtest=io-github-autotest-qemu).(subtest=guest_test).isa_serial_operations'}
    _short_name_map_file = {'install.cfg': 'guest_dep_install', 'drivers.cfg': 'qemu', 'guest-hw.cfg': 'bridge.default_bios.no_virtio_rng.filesystem.no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan', 'host-os.cfg': 'Host_centos.m7.u4.Host_arch_ppc64le', 'guest-os.cfg': 'Linux.Fedora.24.ppc64le', 'machines.cfg': 'pseries', 'subtests.cfg': 'io-github-autotest-qemu.guest_test.isa_serial_operations'}
    auto_cpu_model = yes
    backup_dir = images/
    backup_image = no
    backup_image_on_check_error = no
    boot_menu = off
    boot_once = c
    boot_order = cdn
    boot_path = ppc/ppc64
    catch_monitor = catch_monitor
    cdrom_check_cdrom_pattern = /dev/cdrom-\w+|/dev/cdrom\d*
    cdrom_get_cdrom_cmd = ls /dev/cdrom*
    cdrom_info_cmd = cat /proc/sys/dev/cdrom/info
    cdrom_test_cmd = dd if=%s of=/dev/null bs=1 count=1
    cdroms = cd1
    check_image = yes
    cmds_installed_host = 
    connect_uri = default
    convert_ppm_files_to_png = no
    cpu_chk_cmd = grep -c processor /proc/cpuinfo
    cpu_model_flags = 
    dep = ['guest_dep_install.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.install', 'guest_dep_install.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.setup', 'guest_dep_install.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.image_copy', 'guest_dep_install.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.unattended_install.cdrom']
    display = vnc
    drive_format = scsi
    drive_index_cd1 = 1
    drive_index_image1 = 0
    drive_rerror_image1 = 
    drive_werror_image1 = 
    dst_rsc_path = /tmp/install.sh
    encode_video_files = yes
    file_transfer_client = scp
    file_transfer_port = 22
    flexible_nic_index = no
    guest_dmesg_ignore = False
    guest_dmesg_level = 3
    guest_port_remote_shell = 22
    guest_script = /tmp/install.sh
    hvm_or_pv = hvm
    id = guest_dep_install.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.guest_test.isa_serial_operations
    image_backend = filesystem
    image_chain = 
    image_clone_command = cp --reflink=auto %s %s
    image_format = qcow2
    image_name = images/f24-ppc64le
    image_raw_device = no
    image_remove_command = rm -rf %s
    image_size = 10G
    image_snapshot = yes
    image_unbootable_pattern = Hard Disk.*not a bootable disk
    image_verify_bootable = yes
    images = image1
    inactivity_treshold = 1800
    inactivity_watcher = log
    indirect_image_blacklist = /dev/hda[\d]* /dev/sda[\d]* /dev/sg0 /dev/md0
    install_virtio = no
    interpreter = sh -x 
    keep_ppm_files = no
    keep_ppm_files_on_error = no
    keep_screendumps = no
    keep_screendumps_on_error = no
    keep_video_files = yes
    keep_video_files_on_error = yes
    kill_timeout = 60
    kill_unresponsive_vms = yes
    kill_vm = no
    kill_vm_before_test = no
    kill_vm_gracefully = yes
    local_ip = ENTER.YOUR.LOCAL.EXAMPLE.COM
    local_pwd = 
    login_timeout = 360
    machine_type = pseries
    main_vm = virt-tests-vm1
    malloc_perturb = no
    mem = 32768
    mem_chk_cmd = dmidecode -t 17 | awk -F: '/Size/ {print $2}'
    mem_chk_cur_cmd = grep MemTotal /proc/meminfo
    mem_chk_re_str = [^\$]([0-9]+)
    memballoon_model = virtio
    migrate_dest_host = ENTER.YOUR.DEST.EXAMPLE.COM
    migrate_dest_pwd = PASSWORD.DEST.EXAMPLE
    migrate_load_vms = 
    migrate_main_vm = avocado-vt-vm1
    migrate_port = 49152
    migrate_proto = tcp
    migrate_shared_storage = SHARED_IMAGE.EXAMPLE
    migrate_source_host = ENTER.YOUR.SOURCE.EXAMPLE.COM
    migrate_source_pwd = PASSWORD.SOURCE.EXAMPLE
    migrate_vms = 
    monitor_type = human
    monitors = hmp1
    name = guest_dep_install.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.(subtest=io-github-autotest-qemu).(subtest=guest_test).isa_serial_operations
    netdev_peer_re = \s{2,}(.*?): .*?\\\s(.*?):
    netdst = virbr0
    nettype = bridge
    nic_model = spapr-vlan
    nics = nic1
    os_type = linux
    os_variant = fedora24
    password = 123456
    paused_after_start_vm = no
    pci_assignable = no
    post_command = \rm -f /tmp/install.sh
    pre_command = echo 'yum -y install gcc patch bzip2 patch pkgconfig gettext autoconf binutils gcc-c++ git ppc64-diag' > /tmp/install.sh
    profilers = kvm_stat
    provider = io-github-autotest-qemu
    qemu_binary = qemu
    qemu_img_binary = /usr/bin/qemu-img
    qemu_io_binary = qemu-io
    reboot = no
    reboot_command = shutdown -r now
    redirs = remote_shell
    remote_ip = ENTER.YOUR.REMOTE.EXAMPLE.COM
    remote_pwd = 
    remote_user = root
    restore_image = no
    restore_image_on_check_error = no
    run_tcpdump = yes
    screendump_delay = 5
    screendump_quality = 30
    screendump_temp_dir = /dev/shm
    screendump_verbose = no
    serial_login = yes
    serials = serial0
    shell_client = ssh
    shell_linesep = \n
    shell_port = 22
    shell_prompt = ^\[.*\][\#\$]\s*$
    shortname = guest_dep_install.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.guest_test.isa_serial_operations
    shutdown_command = shutdown -h now
    skip_cluster_leak_warn = no
    skip_image_check_during_running = no
    skip_image_processing = no
    smp = 32
    start_vm = yes
    status_test_command = echo $?
    store_vm_register = no
    strict_mode = no
    subtest = io-github-autotest-qemu.guest_test
    take_regular_screendumps = no
    test_timeout = 900
    type = guest_test
    unattended_file_kernel_param_name = ks
    url_auto_ip = 
    usb_bus = usb1.0
    usb_controller = xhci
    usb_devices = tablet1
    usb_max_port = 6
    usb_type = nec-usb-xhci
    usb_type_tablet1 = usb-tablet
    usb_type_usb1 = nec-usb-xhci
    usbs = usb1
    use_autostart = no
    use_check_cpu = yes
    use_debug = yes
    use_no_reboot = no
    use_os_type = yes
    use_os_variant = no
    use_virt_install_wait = no
    used_cpus = 2
    used_mem = 512
    username = root
    vcpu_cores = 4
    vcpu_sockets = 1
    vcpu_thread_pattern = thread_id.?[:|=]\s*(\d+)
    vcpu_threads = 8
    verify_guest_dmesg = yes
    verify_host_dmesg = yes
    vfd_size = 1440k
    vga = std
    virt_install_binary = /usr/bin/virt-install
    virt_install_wait_time = 300
    virt_test_type = qemu libvirt
    virtinstall_extra_args = 
    vm_arch_name = ppc64le
    vm_register_delay = 5
    vm_type = libvirt
    vms = virt-tests-vm1
    vnc_autoport = yes
Searching for test modules that match 'type = guest_test' and 'provider = io-github-autotest-qemu' on this cartesian dict
Found subtest module /root/hostos/tests/data/avocado-vt/test-providers.d/downloads/io-github-autotest-qemu/generic/tests/guest_test.py
Running 'grep cpu /proc/cpuinfo | awk '{print $3}' | head -n 1'
[stdout] POWER8E
Command 'grep cpu /proc/cpuinfo | awk '{print $3}' | head -n 1' finished with 0 after 0.0033860206604s
Running 'ppc64_cpu --smt'
[stdout] SMT is off
Command 'ppc64_cpu --smt' finished with 0 after 0.042228937149s
KVM version: 3.10.0-693.2.2.el7.ppc64le
Could not find params qemu in /usr/share/avocado-plugins-vt/backends/libvirt/qemu, searching the host PATH for one to use
Found /usr/libexec/qemu-kvm
KVM userspace version: 2.9.0 (qemu-kvm-ev-2.9.0-16.el7_4.5.1)
Running 'true'
Command 'true' finished with 0 after 0.000498056411743s
Running 'ps -o comm 1'
[stdout] COMMAND
Command 'ps -o comm 1' finished with 0 after 0.068717956543s
[stdout] systemd
Running 'cd /usr/share/avocado-plugins-vt; echo 'yum -y install gcc patch bzip2 patch pkgconfig gettext autoconf binutils gcc-c++ git ppc64-diag' > /tmp/install.sh'
Command 'cd /usr/share/avocado-plugins-vt; echo 'yum -y install gcc patch bzip2 patch pkgconfig gettext autoconf binutils gcc-c++ git ppc64-diag' > /tmp/install.sh' finished with 0 after 0.00221419334412s
VM virt-tests-vm1 does not exist
Checking image file /root/hostos/tests/data/avocado-vt/images/f24-ppc64le.qcow2
Running 'true'
Command 'true' finished with 0 after 0.000602960586548s
Running 'ps -o comm 1'
[stdout] COMMAND
[stdout] systemd
Command 'ps -o comm 1' finished with 0 after 0.0694620609283s
Running 'cd /usr/share/avocado-plugins-vt; \rm -f /tmp/install.sh'
Command 'cd /usr/share/avocado-plugins-vt; \rm -f /tmp/install.sh' finished with 0 after 0.00114393234253s

Reproduced traceback from: /usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py:245
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py", line 387, in _runTest
    params = env_process.preprocess(self, params, env)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/error_context.py", line 135, in new_fn
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 874, in preprocess
    process(test, params, env, preprocess_image, preprocess_vm)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 554, in process
    _call_vm_func()
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 523, in _call_vm_func
    vm_func(test, vm_params, env, vm_name)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 138, in preprocess_vm
    raise exceptions.TestError(error_msg)
TestError: Test VM virt-tests-vm1 does not exist. Consider adding 'unattended_install.import.import.default_install.aio_native' test as the first one and 'remove_guest.without_disk' test as last one to remove the guest after testing

Reproduced traceback from: /usr/lib/python2.7/site-packages/avocado_framework-54.1-py2.7.egg/avocado/core/test.py:666
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py", line 271, in runTest
    raise self.__status  # pylint: disable=E0702
TestError: Test VM virt-tests-vm1 does not exist. Consider adding 'unattended_install.import.import.default_install.aio_native' test as the first one and 'remove_guest.without_disk' test as last one to remove the guest after testing

Local variables:
 -> self <class 'avocado_vt.test.VirtTest'>: 2-guest_dep_install.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.guest_test.isa_serial_operations
ERROR 2-guest_dep_install.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.guest_test.isa_serial_operations -> TestError: Test VM virt-tests-vm1 does not exist. Consider adding 'unattended_install.import.import.default_install.aio_native' test as the first one and 'remove_guest.without_disk' test as last one to remove the guest after testing

Commands configured by file: /etc/avocado/sysinfo/commands
Files configured by file: /etc/avocado/sysinfo/files
Profilers configured by file: /etc/avocado/sysinfo/profilers
PARAMS (key=timeout, path=*, default=None) => None
START 3-guest_remove.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.remove_guest.without_disk
Avocado-VT '54.0 (RPM install)'
Test parameters:
    _name_map_file = {'install.cfg': 'guest_remove', 'drivers.cfg': 'qemu', 'guest-hw.cfg': 'bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan', 'host-os.cfg': 'Host_centos.m7.u4.Host_arch_ppc64le', 'guest-os.cfg': 'Linux.Fedora.24.ppc64le', 'machines.cfg': 'pseries', 'subtests.cfg': '(subtest=io-github-autotest-libvirt).(subtest=remove_guest).without_disk'}
    _short_name_map_file = {'install.cfg': 'guest_remove', 'drivers.cfg': 'qemu', 'guest-hw.cfg': 'bridge.default_bios.no_virtio_rng.filesystem.no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan', 'host-os.cfg': 'Host_centos.m7.u4.Host_arch_ppc64le', 'guest-os.cfg': 'Linux.Fedora.24.ppc64le', 'machines.cfg': 'pseries', 'subtests.cfg': 'io-github-autotest-libvirt.remove_guest.without_disk'}
    auto_cpu_model = yes
    backup_dir = images/
    backup_image = no
    backup_image_on_check_error = no
    boot_menu = off
    boot_once = c
    boot_order = cdn
    boot_path = ppc/ppc64
    catch_monitor = catch_monitor
    cdrom_check_cdrom_pattern = /dev/cdrom-\w+|/dev/cdrom\d*
    cdrom_get_cdrom_cmd = ls /dev/cdrom*
    cdrom_info_cmd = cat /proc/sys/dev/cdrom/info
    cdrom_test_cmd = dd if=%s of=/dev/null bs=1 count=1
    cdroms = cd1
    check_image = yes
    cmds_installed_host = 
    connect_uri = default
    convert_ppm_files_to_png = no
    cpu_chk_cmd = grep -c processor /proc/cpuinfo
    cpu_model_flags = 
    dep = ['guest_remove.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.install', 'guest_remove.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.setup', 'guest_remove.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.image_copy', 'guest_remove.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.unattended_install.cdrom']
    display = vnc
    drive_format = scsi
    drive_index_cd1 = 1
    drive_index_image1 = 0
    drive_rerror_image1 = 
    drive_werror_image1 = 
    encode_video_files = yes
    file_transfer_client = scp
    file_transfer_port = 22
    flexible_nic_index = no
    force_remove_vm = yes
    guest_dmesg_ignore = False
    guest_dmesg_level = 3
    guest_port_remote_shell = 22
    hvm_or_pv = hvm
    id = guest_remove.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.remove_guest.without_disk
    image_backend = filesystem
    image_chain = 
    image_clone_command = cp --reflink=auto %s %s
    image_format = qcow2
    image_name = images/f24-ppc64le
    image_raw_device = no
    image_remove_command = rm -rf %s
    image_size = 10G
    image_unbootable_pattern = Hard Disk.*not a bootable disk
    image_verify_bootable = yes
    images = image1
    inactivity_treshold = 1800
    inactivity_watcher = log
    indirect_image_blacklist = /dev/hda[\d]* /dev/sda[\d]* /dev/sg0 /dev/md0
    install_virtio = no
    keep_ppm_files = no
    keep_ppm_files_on_error = no
    keep_screendumps = no
    keep_screendumps_on_error = no
    keep_video_files = yes
    keep_video_files_on_error = yes
    kill_timeout = 60
    kill_unresponsive_vms = yes
    kill_vm = yes
    kill_vm_before_test = no
    kill_vm_gracefully = no
    local_ip = ENTER.YOUR.LOCAL.EXAMPLE.COM
    local_pwd = 
    login_timeout = 360
    machine_type = pseries
    main_vm = virt-tests-vm1
    malloc_perturb = no
    mem = 32768
    mem_chk_cmd = dmidecode -t 17 | awk -F: '/Size/ {print $2}'
    mem_chk_cur_cmd = grep MemTotal /proc/meminfo
    mem_chk_re_str = [^\$]([0-9]+)
    memballoon_model = virtio
    migrate_dest_host = ENTER.YOUR.DEST.EXAMPLE.COM
    migrate_dest_pwd = PASSWORD.DEST.EXAMPLE
    migrate_load_vms = 
    migrate_main_vm = avocado-vt-vm1
    migrate_port = 49152
    migrate_proto = tcp
    migrate_shared_storage = SHARED_IMAGE.EXAMPLE
    migrate_source_host = ENTER.YOUR.SOURCE.EXAMPLE.COM
    migrate_source_pwd = PASSWORD.SOURCE.EXAMPLE
    migrate_vms = 
    monitor_type = human
    monitors = hmp1
    name = guest_remove.qemu.bridge.default_bios.no_virtio_rng.(image_backend=filesystem).no_9p_export.smallpages.no_pci_assignable.qcow2.scsi.smp2.spapr-vlan.Linux.Fedora.24.ppc64le.pseries.Host_centos.m7.u4.Host_arch_ppc64le.(subtest=io-github-autotest-libvirt).(subtest=remove_guest).without_disk
    netdev_peer_re = \s{2,}(.*?): .*?\\\s(.*?):
    netdst = virbr0
    nettype = bridge
    nic_model = spapr-vlan
    nics = nic1
    os_type = linux
    os_variant = fedora24
    password = 123456
    paused_after_start_vm = no
    pci_assignable = no
    profilers = kvm_stat
    provider = io-github-autotest-libvirt
    qemu_binary = qemu
    qemu_img_binary = /usr/bin/qemu-img
    qemu_io_binary = qemu-io
    reboot_command = shutdown -r now
    redirs = remote_shell
    remote_ip = ENTER.YOUR.REMOTE.EXAMPLE.COM
    remote_pwd = 
    remote_user = root
    remove_image = no
    restore_image = no
    restore_image_on_check_error = no
    run_tcpdump = yes
    screendump_delay = 5
    screendump_quality = 30
    screendump_temp_dir = /dev/shm
    screendump_verbose = no
    serials = serial0
    shell_client = ssh
    shell_linesep = \n
    shell_port = 22
    shell_prompt = ^\[.*\][\#\$]\s*$
    shortname = guest_remove.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.remove_guest.without_disk
    shutdown_command = shutdown -h now
    shutdown_method = shell
    skip_cluster_leak_warn = no
    skip_image_check_during_running = no
    skip_image_processing = no
    smp = 32
    start_vm = no
    status_test_command = echo $?
    store_vm_register = no
    strict_mode = no
    subtest = io-github-autotest-libvirt.remove_guest
    take_regular_screendumps = no
    test_timeout = 14400
    type = remove_guest
    unattended_file_kernel_param_name = ks
    url_auto_ip = 
    usb_bus = usb1.0
    usb_controller = xhci
    usb_devices = tablet1
    usb_max_port = 6
    usb_type = nec-usb-xhci
    usb_type_tablet1 = usb-tablet
    usb_type_usb1 = nec-usb-xhci
    usbs = usb1
    use_autostart = no
    use_check_cpu = yes
    use_debug = yes
    use_no_reboot = no
    use_os_type = yes
    use_os_variant = no
    use_virt_install_wait = no
    used_cpus = 2
    used_mem = 512
    username = root
    vcpu_cores = 4
    vcpu_sockets = 1
    vcpu_thread_pattern = thread_id.?[:|=]\s*(\d+)
    vcpu_threads = 8
    verify_guest_dmesg = yes
    verify_host_dmesg = yes
    vfd_size = 1440k
    vga = std
    virt_install_binary = /usr/bin/virt-install
    virt_install_wait_time = 300
    virtinstall_extra_args = 
    vm_arch_name = ppc64le
    vm_register_delay = 5
    vm_type = libvirt
    vms = virt-tests-vm1
    vnc_autoport = yes
Searching for test modules that match 'type = remove_guest' and 'provider = io-github-autotest-libvirt' on this cartesian dict
Found subtest module /root/hostos/tests/data/avocado-vt/test-providers.d/downloads/io-github-autotest-libvirt/libvirt/tests/src/remove_guest.py
Running 'grep cpu /proc/cpuinfo | awk '{print $3}' | head -n 1'
[stdout] POWER8E
Command 'grep cpu /proc/cpuinfo | awk '{print $3}' | head -n 1' finished with 0 after 0.00366997718811s
Running 'ppc64_cpu --smt'
[stdout] SMT is off
Command 'ppc64_cpu --smt' finished with 0 after 0.0527229309082s
KVM version: 3.10.0-693.2.2.el7.ppc64le
Could not find params qemu in /usr/share/avocado-plugins-vt/backends/libvirt/qemu, searching the host PATH for one to use
Found /usr/libexec/qemu-kvm
KVM userspace version: 2.9.0 (qemu-kvm-ev-2.9.0-16.el7_4.5.1)
Running 'true'
Command 'true' finished with 0 after 0.000543117523193s
Running 'ps -o comm 1'
[stdout] COMMAND
Command 'ps -o comm 1' finished with 0 after 0.069228887558s
[stdout] systemd
VM virt-tests-vm1 does not exist
Releasing MAC addresses for vm virt-tests-vm1.
Checking image file /root/hostos/tests/data/avocado-vt/images/f24-ppc64le.qcow2
Running 'true'
Command 'true' finished with 0 after 0.000604152679443s
Running 'ps -o comm 1'
[stdout] COMMAND
Command 'ps -o comm 1' finished with 0 after 0.0685820579529s
[stdout] systemd

Reproduced traceback from: /usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py:245
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py", line 387, in _runTest
    params = env_process.preprocess(self, params, env)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/error_context.py", line 135, in new_fn
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 874, in preprocess
    process(test, params, env, preprocess_image, preprocess_vm)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 554, in process
    _call_vm_func()
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 523, in _call_vm_func
    vm_func(test, vm_params, env, vm_name)
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/virttest/env_process.py", line 138, in preprocess_vm
    raise exceptions.TestError(error_msg)
TestError: Test VM virt-tests-vm1 does not exist. Consider adding 'unattended_install.import.import.default_install.aio_native' test as the first one and 'remove_guest.without_disk' test as last one to remove the guest after testing

Reproduced traceback from: /usr/lib/python2.7/site-packages/avocado_framework-54.1-py2.7.egg/avocado/core/test.py:666
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/avocado_plugins_vt-54.0-py2.7.egg/avocado_vt/test.py", line 271, in runTest
    raise self.__status  # pylint: disable=E0702
TestError: Test VM virt-tests-vm1 does not exist. Consider adding 'unattended_install.import.import.default_install.aio_native' test as the first one and 'remove_guest.without_disk' test as last one to remove the guest after testing

Local variables:
 -> self <class 'avocado_vt.test.VirtTest'>: 3-guest_remove.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.remove_guest.without_disk
ERROR 3-guest_remove.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.remove_guest.without_disk -> TestError: Test VM virt-tests-vm1 does not exist. Consider adding 'unattended_install.import.import.default_install.aio_native' test as the first one and 'remove_guest.without_disk' test as last one to remove the guest after testing

Not logging /proc/pci (file does not exist)
Releasing MAC addresses for vm virt-tests-vm1.
Test results available in /root/hostos/tests/results/job-2017-10-13T10.44-6d9d120
10:44:28 INFO    : 
10:44:28 INFO    : 
10:44:28 INFO    : Running Guest Tests Suite short_sanity
10:44:28 INFO    : Running: /usr/bin/avocado run --vt-type libvirt --vt-config /root/hostos/tests/data/avocado-vt/backends/libvirt/cfg/short_sanity.cfg                 --force-job-id 21b667f3cf92dea20de2928ddb510139cf41a334  --vt-only-filter Linux.Fedora.24.ppc64le 
JOB ID     : 21b667f3cf92dea20de2928ddb510139cf41a334
JOB LOG    : /root/hostos/tests/results/job-2017-10-13T10.44-21b667f/job.log
 (01/85) guest_short_sanity.import.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-qemu.unattended_install.import.import.default_install.aio_native: ERROR (3.61 s)
 (02/85) guest_short_sanity.cpu.cpu_compare.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.cpu_compare.host_cpu.no_cpu_match.default_feature: ERROR (1.04 s)
 (03/85) guest_short_sanity.cpu.numatune.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.numatune.positive_testing.get_numa_parameter.running_guest.options.none: ERROR (1.06 s)
 (04/85) guest_short_sanity.cpu.vcpuinfo.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.vcpuinfo.normal_test.id_option: ERROR (1.15 s)
 (05/85) guest_short_sanity.cpu.vcpupin.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.vcpupin.online.positive_test.dom_name: ERROR (1.07 s)
 (06/85) guest_short_sanity.cpu.maxvcpus.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.maxvcpus.connect_to_local.no_option: ERROR (1.06 s)
 (07/85) guest_short_sanity.cpu.nodecpumap.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nodecpumap.no_option: ERROR (1.08 s)
 (08/85) guest_short_sanity.cpu.schedinfo.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.schedinfo_qemu_posix.normal_test.show_schedinfo.valid_domname: ERROR (1.05 s)
 (09/85) guest_short_sanity.memory.freecell.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.freecell.libvirton.expected_options.no_option: ERROR (1.05 s)
 (10/85) guest_short_sanity.memory.memtune.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.memtune: ERROR (1.06 s)
 (11/85) guest_short_sanity.memory.nodememstats.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nodememstats.no_option: ERROR (1.08 s)
 (12/85) guest_short_sanity.memory.nodememstats.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nodememstats.with_libvirtd_stop: ERROR (1.08 s)
 (13/85) guest_short_sanity.memory.node_memtune.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.node_memtune.positive_testing.get_node_memory_parameter: ERROR (1.06 s)
 (14/85) guest_short_sanity.memory.setmaxmem.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.setmaxmem.normal_test.config.running.half_mem.domname.dom_arg_size_arg: ERROR (1.06 s)
 (15/85) guest_short_sanity.memory.setmem.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.setmem.invalid_options.shut_off.empty_size.missing_name: ERROR (1.14 s)
 (16/85) guest_short_sanity.network.domiflist.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domiflist.with_valid_option.domid: ERROR (1.00 s)
 (17/85) guest_short_sanity.network.domifstat.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domifstat.normal_test.id_option: ERROR (1.06 s)
 (18/85) guest_short_sanity.network.domifstat.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domifstat.error_test.no_option: ERROR (1.07 s)
 (19/85) guest_short_sanity.network.domiftune.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domiftune.positive_testing.get_domif_parameter.running_guest.options.none: ERROR (1.06 s)
 (20/85) guest_short_sanity.network.net-autostart.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_autostart.normal_test.set_autostart.netname: ERROR (0.90 s)
 (21/85) guest_short_sanity.network.net-create.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_create.normal_test.file_as_argument.default_config: ERROR (1.03 s)
 (22/85) guest_short_sanity.network.net-destroy.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_destroy.normal_test.non_acl.default_option: ERROR (0.86 s)
 (23/85) guest_short_sanity.network.net-dumpxml.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_dumpxml.normal_test.non_acl.name_option:ERROR (0.88 s)
 (24/85) guest_short_sanity.network.net-info.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_info.normal_test.name_option: ERROR (0.89 s)
 (25/85) guest_short_sanity.network.net-name.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_name.uuid_option: ERROR (0.86 s)
 (26/85) guest_short_sanity.network.net-start.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_start.normal_test.non_acl.valid_netname: ERROR (0.90 s)
 (27/85) guest_short_sanity.network.net-uuid.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.net_uuid.name_option: ERROR (0.86 s)
 (28/85) guest_short_sanity.network.nwfilter-define.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nwfilter_define.update_exist_filter.non_acl.same_uuid: ERROR (1.07 s)
 (29/85) guest_short_sanity.network.nwfilter-dumpxml.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nwfilter_dumpxml.normal_test.non_acl: ERROR (1.05 s)
 (30/85) guest_short_sanity.network.nwfilter-edit.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nwfilter_edit.positive_test.use_name: ERROR (1.05 s)
 (31/85) guest_short_sanity.network.nwfilter-list.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nwfilter_list.normal_test.non_acl: ERROR (1.05 s)
 (32/85) guest_short_sanity.network.nwfilter-undefine.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.nwfilter_undefine.normal_test.non_acl:ERROR (1.05 s)
 (33/85) guest_short_sanity.storage.domblkinfo.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domblkinfo.normal_test.id_option: ERROR (1.15 s)
 (34/85) guest_short_sanity.storage.domblklist.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domblklist.normal_test.id_option: ERROR (1.15 s)
 (35/85) guest_short_sanity.storage.domblkstat.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domblkstat.normal_test.id_option: ERROR (1.05 s)
 (36/85) guest_short_sanity.storage.find-storage-pool-sources-as.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.find_storage_pool_sources_as.positive_test.local_source.nfs_type: ERROR (1.07 s)
 (37/85) guest_short_sanity.storage.pool.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.pool.positive_test.pool_type_dir: ERROR (1.07 s)
 (38/85) guest_short_sanity.storage.pool-create.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.pool_create.positive_test.from_pre_def_pool.dir_pool: ERROR (1.06 s)
 (39/85) guest_short_sanity.storage.pool-create-as.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.pool_create_as: ERROR (1.05 s)
 (40/85) guest_short_sanity.storage.pool-edit.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.pool_edit.positive_test.name_option.dir_pool.edit_pool_target: ERROR (1.07 s)
 (41/85) guest_short_sanity.storage.vol-create-from.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.vol_create_from.positive_test.dest_vol_format.v_qcow2.src_vol_format.v_qcow2.dest_pool_type.dir.src_pool_type.dir: ERROR (1.04 s)
 (42/85) guest_short_sanity.storage.volume.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.volume.dir_pool.vol_encrypt_none.vol_format_qcow.vol_allocation.normal_size: ERROR (1.08 s)
 (43/85) guest_short_sanity.hotplug.disk.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.attach_detach_disk.attach_disk.error_test.no_vm_name: ERROR (1.05 s)
 (44/85) guest_short_sanity.hotplug.change-media.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.change_media.cdrom_test.scsi_.positive_test.eject.none.running_guest: ERROR (1.17 s)
 (45/85) guest_short_sanity.hotplug.memory.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.libvirt_mem.positive_test.hot_plug: ERROR (1.07 s)
 (46/85) guest_short_sanity.lifecycle.autostart.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.autostart.positive_test.set_autostart: ERROR (1.05 s)
 (47/85) guest_short_sanity.lifecycle.capabilities.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.capabilities.no_option: ERROR (1.04 s)
 (48/85) guest_short_sanity.lifecycle.connect.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.connect.local_connect.normal_test.default: ERROR (1.01 s)
 (49/85) guest_short_sanity.lifecycle.console.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.console.normal_test.non_acl.valid_domname: ERROR (1.05 s)
 (50/85) guest_short_sanity.lifecycle.create.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.create.none: ERROR (1.04 s)
 (51/85) guest_short_sanity.lifecycle.create.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.create.negtive_readonly: ERROR (1.05 s)
 (52/85) guest_short_sanity.lifecycle.define.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.define.number: ERROR (1.03 s)
 (53/85) guest_short_sanity.lifecycle.desc.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.desc.positive_test.no_option: ERROR (1.07 s)
 (54/85) guest_short_sanity.lifecycle.destroy.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.destroy.normal_test.non_acl.id_option: ERROR (1.07 s)
 (55/85) guest_short_sanity.lifecycle.domid.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domid.normal_test.name_option: ERROR (1.05 s)
 (56/85) guest_short_sanity.lifecycle.dominfo.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.dominfo.normal_test.id_option: ERROR (1.03 s)
 (57/85) guest_short_sanity.lifecycle.domjobabort.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domjobabort.normal_test.id_option: ERROR (1.17 s)
 (58/85) guest_short_sanity.lifecycle.domjobinfo.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domjobinfo.normal_test.id_option: ERROR (1.06 s)
 (59/85) guest_short_sanity.lifecycle.domname.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domname.vm_state.vm_running.with_valid_option.domid: ERROR (0.96 s)
 (60/85) guest_short_sanity.lifecycle.domstate.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domstate.normal_test.id_option: ERROR (1.15 s)
 (61/85) guest_short_sanity.lifecycle.domuuid.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domuuid.normal_test.vm_running.valid_domid: ERROR (1.05 s)
 (62/85) guest_short_sanity.lifecycle.domxml-native.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.domxml_to_native.no_option: ERROR (1.07 s)
 (63/85) guest_short_sanity.lifecycle.dumpxml.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.dumpxml.normal_test.non_acl.vm_shutoff.with_default.domuuid: ERROR (1.05 s)
 (64/85) guest_short_sanity.lifecycle.edit.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.edit.negative_test.no_option.edit_vcpu: ERROR (1.07 s)
 (65/85) guest_short_sanity.lifecycle.help.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.help.normal_test.no_option: ERROR (0.86 s)
 (66/85) guest_short_sanity.lifecycle.hostname.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.hostname.no_option: ERROR (1.06 s)
 (67/85) guest_short_sanity.lifecycle.list.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.list.normal_test.with_valid_options.list_table.inactive: ERROR (1.15 s)
 (68/85) guest_short_sanity.lifecycle.restore.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.restore.expected_option.non_acl.no_option: ERROR (1.15 s)
 (69/85) guest_short_sanity.lifecycle.resume.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.resume.normal_test.vm_paused.valid_domname: ERROR (1.06 s)
 (70/85) guest_short_sanity.lifecycle.secret.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.secret_set_get.positive_testing.public_secret: ERROR (1.07 s)
 (71/85) guest_short_sanity.lifecycle.suspend.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.suspend.normal_test.non_acl.id_option: ERROR (1.16 s)
 (72/85) guest_short_sanity.lifecycle.ttyconsole.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.ttyconsole.normal_test.vm_running.domname: ERROR (1.03 s)
 (73/85) guest_short_sanity.lifecycle.undefine.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.undefine.normal_test.vm_shut_off.no_option: ERROR (1.14 s)
 (74/85) guest_short_sanity.lifecycle.uri.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.uri.no_option.connect_to_local: ERROR (1.05 s)
 (75/85) guest_short_sanity.lifecycle.uri.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.uri.unexpect_option: ERROR (1.05 s)
 (76/85) guest_short_sanity.lifecycle.version.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.version.no_option: ERROR (1.05 s)
 (77/85) guest_short_sanity.lifecycle.version.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.version.unexpect_option: ERROR (1.05 s)
 (78/85) guest_short_sanity.lifecycle.vncdisplay.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.vncdisplay.normal_test.id_option: ERROR (1.05 s)
 (79/85) guest_short_sanity.ras.dump.qemu.qcow2.scsi.smp2.spapr-vlan.Fedora.24.ppc64le.io-github-autotest-libvirt.virsh.dump.positive_test.non_acl.live_dump: ERROR (1.15 s)

from tests.

rquander avatar rquander commented on August 12, 2024

It looks like you did not download & place the Fedora guest ISO image in the correct location, which is a prereq for Fedora Guest install shown in the ReadMe (Line 41).

Please place the Iso in the specified location and retry your test. Thanks!

from tests.

cdeadmin avatar cdeadmin commented on August 12, 2024

------- Comment From [email protected] 2017-10-13 15:05:15 EDT-------
I might have not mentioned it here, but I have downloaded the ISO image before trying to run the test suite (I was following the README when I realized the ISO URL had changed, that's why I also submitted #74).

from tests.

cdeadmin avatar cdeadmin commented on August 12, 2024

------- Comment From [email protected] 2017-10-13 16:07:36 EDT-------
Actually, avocado lookups for slightly different images paths; and after placing images to `isos/' directory, user still needs to run bootstrap again.

I've submitted #76 updating README so user can be guided correctly.

Besides that, avocado-setup.py now hits a different error:

CmdError: Command '/usr/bin/virt-install --connect=qemu:///system --hvm --accelerate --name 'virt-tests-vm1' --machine pseries --memory=32768 --vcpu=32,sockets=1,cores=4,threads=8 --location /root/hostos/tests/data/avocado-vt --vnc --serial pty --memballoon model=virtio --disk path=/root/hostos/tests/data/avocado-vt/images/f23-ppc64le.qcow2,bus=scsi,size=10,format=qcow2 --disk path=/root/hostos/tests/data/avocado-vt/isos/linux/Fedora-Server-DVD-ppc64le-23.iso,device=cdrom --network=bridge=virbr0,model=spapr-vlan,mac=52:54:00:b0:b1:b2 --extra-args 'ks=http://192.168.122.1:8000/ks.cfg nicdelay=60 console=hvc0 console=ttyS0 serial' --noautoconsole' failed (rc=1)

When I executed the above command, it returned:

WARNING  /root/hostos/tests/data/avocado-vt/images/f23-ppc64le.qcow2 may not be accessible by the hypervisor. You will need to grant the 'qemu' user search permissions for the following directories: ['/root']
WARNING  /root/hostos/tests/data/avocado-vt/isos/linux/Fedora-Server-DVD-ppc64le-23.iso may not be accessible by the hypervisor. You will need to grant the 'qemu' user search permissions for the following directories: ['/root']
WARNING  No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results.

Starting install...
Retrieving file vmlinuz...                                                                                                                                |  19 MB  00:00:00     
Retrieving file initrd.img...                                                                                                                             |  39 MB  00:00:00     
ERROR    Cannot access storage file '/root/hostos/tests/data/avocado-vt/images/f23-ppc64le.qcow2' (as uid:107, gid:107): Permission denied
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
  virsh --connect qemu:///system start virt-tests-vm1
otherwise, please restart your installation.

from tests.

cdeadmin avatar cdeadmin commented on August 12, 2024

------- Comment From [email protected] 2017-10-13 16:27:51 EDT-------
I've submitted #77 to address the permission issue.

from tests.

rquander avatar rquander commented on August 12, 2024

This issue is resolved by PR #78 . The test suite in this repository can only be run against an OpenPOWER HostOS host. The OS Support wording in the ReadMe was updated to further clarify this.

from tests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.