Skip to content

Commit

Permalink
Merge pull request os-autoinst#20466 from pablo-herranz/poo166295_add…
Browse files Browse the repository at this point in the history
…-ltss-to-12sp5-maint-tests

Rename SCC_REGCODE_LTSS_SEC variable to SCC_REGCODE_LTSS_ES
  • Loading branch information
pablo-herranz authored Oct 23, 2024
2 parents 3ae5433 + d0853a2 commit 610825d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/registration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ our %ADDONS_REGCODE = (
'sle-module-live-patching' => get_var('SCC_REGCODE_LIVE'),
'sle-live-patching' => get_var('SCC_REGCODE_LIVE'),
'SLES-LTSS' => get_var('SCC_REGCODE_LTSS'),
'SLES-LTSS-Extended-Security' => get_var('SCC_REGCODE_LTSS_SEC'),
'SLES-LTSS-Extended-Security' => get_var('SCC_REGCODE_LTSS_ES'),
'SUSE-Linux-Enterprise-RT' => get_var('SCC_REGCODE_RT'),
ESPOS => get_var('SCC_REGCODE_ESPOS'),
);
Expand Down Expand Up @@ -846,7 +846,7 @@ sub get_addon_fullname {
legacy => 'sle-module-legacy',
lgm => 'sle-module-legacy',
ltss => is_hpc('15+') ? 'SLE_HPC-LTSS' : 'SLES-LTSS',
ltss_security => 'SLES-LTSS-Extended-Security',
ltss_es => 'SLES-LTSS-Extended-Security',
pcm => 'sle-module-public-cloud',
rt => 'SUSE-Linux-Enterprise-RT',
sapapp => 'sle-module-sap-applications',
Expand Down
6 changes: 6 additions & 0 deletions variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,3 +473,9 @@ BTRFS_DUMP | boolean | 0 | set BTRFS_DUMP=<device name> to collect btrfs dump im
RAW_DUMP | boolean | 0 | set RAW_DUMP=1 to collect raw dump. It uses dd to collect start 512k info to dump the superblock of SCRATCH_DEV or SCRATCH_DEV_POOL
INJECT_INFO | string | | Add 1 or several lines of code into xfstests level test script(not in openqa script). To add some debug or log collect info. This code will be used by the test wrapper, it will influence all subtests in this test, so better to only use it in debug and set XFSTESTS_RANGES to the subtest you want to. It contains 2 parameters split by space, the format: '<line-number><space><code>'. Beware the output may not match after injection, and better not to add space in the <code> part to avoid mistakes. e.g. INJECT_INFO='49 free' (to check memory in test code line 49)
INJECT_INFO='<line-number> xtrace | string | | A special inject code is to set xtrace to debug shell script. Set INJECT_INFO='<line-number> xtrace' to openqa configure to enable it and start to record command start after injecting line <line-number>, and redirect debug info to /opt/log/xxx_xtrace.log

SCC REGCODES: registering product modules in SCC
Variable | Type | Default value | Details
--- | --- | --- | ---
SCC_RECGODE_LTSS | string | | This will hold the registration code for activating the product SLES-LTSS
SCC_RECGODE_LTSS_ES | string | | This will hold the registration code for activating the product SLES-LTSS-Extended-Security

0 comments on commit 610825d

Please sign in to comment.