Bug 1040098 - missing wget dependency
Summary: missing wget dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Test Suite (tests)
Version: 1.7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Greg Nichols
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks: 1016295
TreeView+ depends on / blocked
 
Reported: 2013-12-10 17:23 UTC by Brian Brock
Modified: 2016-06-03 14:00 UTC (History)
4 users (show)

Fixed In Version: hwcert-client 1.7.0-20131219
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1040534 (view as bug list)
Environment:
Last Closed: 2015-07-13 15:05:21 UTC


Attachments (Terms of Use)
fvtest.py patch to add wget to plan-time requires for fv tests. (905 bytes, patch)
2013-12-11 15:17 UTC, Greg Nichols
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.