Actions
action #5600
closedaddon support in rsync script
Description
To support addons in validation tests, we need
SLES and SLED need to add addon tests during test, for this we need the current addons
rsync needs to sync them too (HA, GEO and SDK) and whenever a SLES or SLED test is scheduled, it
defines ISO_1=$CURRENT_SDK, ISO_2=$CURRENT_HA and ISO_3=$CURRENT_GEO and the backend will add them
all as drives. The tests then need to make sure they pick the right ISOs.
Updated by coolo over 10 years ago
- Category set to 138
- Status changed from New to Resolved
- Assignee set to coolo
- Target version set to Sprint 12
the ISO variables are set and the ISOs registered in qemu call: https://openqa.suse.de/tests/2698
Actions