createhdds.sh: Create a reasonably sized hdd image to hold several ISO images (find out ideal required number of ISOs to store for practical reasons)
createhdds.sh
trigger: After downloading an ISO image with Trigger, copy the ISO into the aforementioned hdd image. If there's not enough space left, remove the oldest image, until the downloaded iso can fit.
Create a test that will do all the steps described in the testcase.
This ticket is a duplicate of https://pagure.io/fedora-qa/fedora_openqa/issue/9
I though about it and I think that it would be better to have separate disk images for separate ISOs - if it's possible to specify HDD_$ variable when tests are scheduled.
HDD_$
Ok, so, with jskladan, we agreed on this architecture:
We will have one big disk image, containing all downloaded images. It will be mounted somewhere in the path - possibly by mount -o loop (but that will require jumping over first few bytes) or using kpartx (but that will require installing kpartx). trigger will rsync those two directories after downloading.
mount -o loop
kpartx
Metadata Update from @adamwill: - Issue tagged with: newtest
@michelmno implemented this last year, thanks!
Metadata Update from @adamwill: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.