#104: virtguest.py: accept iso image(s) as install location --------------------+------------------------------------------------------- Reporter: wwoods | Owner: Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: tests | Version: 1.0 Keywords: | --------------------+------------------------------------------------------- allow {{{VirtGuest.create()}}} to use an iso image (or images) for its {{{location}}} arg, and automatically choose the appropriate {{{--location URL}}} or {{{--cdrom IMAGE}}} flag.
#104: virtguest.py: accept iso image(s) as install location ---------------------+------------------------------------------------------ Reporter: wwoods | Owner: liam Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Changes (by jlaska):
* owner: => liam
Comment:
Code exists in Liam's private git branch that allows VirtGuest.create() to accept and use an ISO image.
See http://git.fedorahosted.org/git/?p=autoqa.git;a=blob;f=lib/python/virtguest....
#104: virtguest.py: accept iso image(s) as install location ---------------------+------------------------------------------------------ Reporter: wwoods | Owner: liam Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment (by liam):
Yes we already have code for this, but I will keep this ticket open until the code is moved to master
#104: virtguest.py: accept iso image(s) as install location --------------------+------------------------------------------------------- Reporter: wwoods | Owner: Type: task | Status: closed Priority: major | Milestone: Automate installation test plan Component: tests | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by hongqing):
* status: new => closed * resolution: => fixed
Comment:
'iso_create' function has been added in virtguest.py, it is complicate to put tree and iso in one function, so they are split.
autoqa-devel@lists.fedorahosted.org