Hide Forgot
Description of problem: default installation doesn't install wget, which fv_* use to download images. There is no package %require when `plan` pulls in fv_* Version-Release number of selected component (if applicable): How reproducible: reliable Steps to Reproduce: 1. Install default server build in beaker with a recent tree 2. hwcert-backend -n hwcert.bos.devel.redhat.com plan 3. hwcert-backend -n hwcert.bos.devel.redhat.com run -t fv_core Actual results: Testing kvm virtualization libvirtd is running Verified that guest hwcert-x86_64 is not running Note: /var/lib/libvirt/images/hwcertData.img not found, attempting download sh: wget: command not found Warning: could not download http://hwcert.bos.devel.redhat.com/hwcert/fv-images/RHEL7/hwcertData.img.tar.bz2 sh: wget: command not found Warning: could not download ftp://partners.redhat.com/a166eabc5cf5df158922f9b06e5e7b21/hwcert//fv-images/RHEL7/hwcertData.img.tar.bz2 Error: could not find or download guest file hwcertData.img.tar.bz2 copying attachments... checking directory /var/log/hwcert/runs/2/fv_core Skipping output.log saveOutput: /var/log/hwcert/runs/2/fv_core/output.log Expected results: no complaint about missing wget Additional info:
Created attachment 835312 [details] fvtest.py patch to add wget to plan-time requires for fv tests.