Actions
action #31165
closed[sle][migration][sle15]test fails in patch_before_migration -- input shortcut of SMT_URL has changed to 'atl-l' in SLES12 SP3
Start date:
2018-02-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-x86_64-media_upgrade_sles12sp3+alladdons_allpatterns-one@64bit fails in
patch_before_migration
Reproducible¶
Fails since (at least) Build 422.1
Further details¶
Always latest result in this scenario: latest
Code problem with underline¶
sub fill_in_reg_server {
.......
else {
send_key "alt-i";
if (sle_version_at_least('15')) {
send_key "alt-l";
}
else {
send_key "alt-o";
}
type_string get_required_var("SMT_URL");
}
}
Updated by dehai over 5 years ago
- Related to action #29089: [sle][migration][sle15] Upgrade SLE 12 to SLE15 via SMT added
Updated by dehai over 5 years ago
- Subject changed from [sle][migration][sle15]test fails in patch_before_migration -- imput shortcut of SMT_URL has changed to 'atl-l' in SLES12 SP3 to [sle][migration][sle15]test fails in patch_before_migration -- input shortcut of SMT_URL has changed to 'atl-l' in SLES12 SP3
Updated by qmsu over 5 years ago
- Status changed from New to In Progress
- Assignee set to qmsu
- Priority changed from Normal to High
- % Done changed from 0 to 50
Updated by qmsu over 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Actions