Support automated testing of old ISO images with different set of persistence presets
Let’s say we are testing an image that just added a new persistence
preset to t-p-s. At the moment, if the static list of supported
persistence presets (defined in features/step_definitions/usb.rb
) has
been adapted for the iso being tested, then several tests in
usb_install.feature
will fail for the old iso. The reason is that the
new entries in the static list of presets will cause tests for the old
iso that will fail, since they’re not present.
Feature Branch: test/8091-improve-old-iso-testing
Related issues
- Blocks #6739 (closed)
Original created by @anonym on 8091 (Redmine)