Skip to content

Commit

Permalink
Remove ltss from addons to check after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiasyria committed Apr 18, 2024
1 parent df27f66 commit c7e1628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/console/check_system_info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ sub run {

# For hpc, system doesn't include legacy module
$myaddons =~ s/lgm,?//g if (get_var("SCC_ADDONS", "") =~ /hpcm/);
$myaddons =~ s/ltss,?//g;
check_addons($myaddons);
check_product("after");
check_buildid;
Expand Down

0 comments on commit c7e1628

Please sign in to comment.