Bug 1040098

Summary: missing wget dependency
Product: [Retired] Red Hat Hardware Certification Program Reporter: Brian Brock <bbrock>
Component: Test Suite (tests)Assignee: Greg Nichols <gnichols>
Status: CLOSED ERRATA QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.7.0CC: brose, qcai, rlandry, wgomerin
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: hwcert-client 1.7.0-20131219 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1040534 (view as bug list) Environment:
Last Closed: 2015-07-13 15:05:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1016295    
Attachments:
Description Flags
fvtest.py patch to add wget to plan-time requires for fv tests. none

Description Brian Brock 2013-12-10 17:23:10 UTC
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:

Comment 1 Greg Nichols 2013-12-11 15:17:21 UTC
Created attachment 835312 [details]
fvtest.py patch to add wget to plan-time requires for fv tests.