Skip to content

Commit

Permalink
Included aistack test call
Browse files Browse the repository at this point in the history
  • Loading branch information
yarunachalam committed Oct 14, 2024
1 parent 1375b72 commit a5900da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/main_publiccloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ sub load_publiccloud_tests {
load_publiccloud_download_repos();
} elsif (get_var('PUBLIC_CLOUD_QAM')) {
load_maintenance_publiccloud_tests();
} elsif (get_var('PUBLIC_CLOUD_AISTACK')) {
my $args = OpenQA::Test::RunArgs->new();
loadtest('publiccloud/upload_image', run_args => $args);
loadtest('publiccloud/aistack_basic', run_args => $args);
} else {
load_latest_publiccloud_tests();
}
Expand Down

0 comments on commit a5900da

Please sign in to comment.