Actions
action #45110
closed[sle][migration][SLE15SP1]test fails in scc_registration - no candidate needle? need further investigation
Start date:
2018-12-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-15-SP1-Installer-DVD-x86_64-offline_sles15_pscc_basesys+srv+wsm_all_full@64bit fails in
scc_registration
Reproducible¶
Fails since (at least) Build 104.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by leli almost 5 years ago
sub fill_in_registration_data {
my ($addon, $uc_addon);
fill_in_reg_server() if (!get_var("HDD_SCC_REGISTERED"));
unless (get_var('SCC_REGISTER', '') =~ /addon|network/) {
my $counter = ADDONS_COUNT;
my @tags
= qw(local-registration-servers registration-online-repos import-untrusted-gpg-key module-selection contacting-registration-server refreshing-repository);
if (get_var('SCC_URL') || get_var('SMT_URL')) {
push @tags, 'untrusted-ca-cert';
}
# The "Extension and Module Selection" won't be shown during upgrade to sle15, refer to:
# https://bugzilla.suse.com/show_bug.cgi?id=1070031#c11
**push @tags, 'inst-addon' if is_sle('15+') && is_sle12_hdd_in_upgrade;**
This issue happened for can't assert 'inst-addon' on migration from SLE15 to SLE15SP1, the code need to be updated to support SLE15 migration.
Updated by leli almost 5 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 60
Updated by leli almost 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
Verified on o.s.d. https://openqa.suse.de/tests/2340393
Actions