action #10896
closedaction #10990: autoupgrade from sle12 ga and sle12 sp1
installation_snapshots fails -> wrong regex?
100%
Description
observation¶
https://openqa.suse.de/tests/218857/modules/installation_snapshots/steps/1
opinion¶
H1: wrong regex is used
Updated by dmaiocchi over 8 years ago
We have 2 Scenarios:
A) installation, B) upgrade.
Test fail with Upgrade. Installation ok
1) We are in Update/autoupgrade scenario. The test check with REGEX for snapshot after installation, but there is snapshot called "after upgrade".
2) I would better use simply a pipe with grep and assert script, instead of the whole complicated rege pseudocode: my $snapshot = 'after_installation' if get_var('UPGRADE') $snapshot = upgrade assert_script( "snapper list | grep $snapshot')
Updated by dgutu over 8 years ago
- Parent task set to #10990
This task is related to - https://progress.opensuse.org/issues/10990
and its my task. I will update the test to suite the expectation ;)
Updated by dgutu over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
IMO this issue can be closed - https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/1209