Skip to content

Commit

Permalink
Enable AITL for SLEM
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini-dev committed Dec 13, 2024
1 parent f22a386 commit 437f6d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/main_micro_alp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ sub load_journal_check_tests {

sub load_slem_on_pc_tests {
my $args = OpenQA::Test::RunArgs->new();
if (get_var('PUBLIC_CLOUD_DOWNLOAD_TESTREPO')) {
if (get_var('PUBLIC_CLOUD_AZURE_AITL')) {
loadtest "publiccloud/azure_aitl", run_args => $args;
} elsif (get_var('PUBLIC_CLOUD_DOWNLOAD_TESTREPO')) {
load_publiccloud_download_repos();
} elsif (get_var('PUBLIC_CLOUD_UPLOAD_IMG')) {
loadtest("boot/boot_to_desktop");
Expand Down

0 comments on commit 437f6d9

Please sign in to comment.