-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Included aistack test call #20384
Included aistack test call #20384
Conversation
yarunachalam
commented
Oct 11, 2024
- Verification run: not ready to test
Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The publiccloud/aistack
module is missing. A VR would be nice :)
lib/main_publiccloud.pm
Outdated
} elsif (get_var('PUBLIC_CLOUD_AISTACK')) { | ||
my $args = OpenQA::Test::RunArgs->new(); | ||
loadtest('publiccloud/upload_image', run_args => $args); | ||
loadtest('publiccloud/aistack', run_args => $args); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot to include this module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed,aistack.pm missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im confused. Im loading test for publiccloud/aistack. Which is another PR https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20015/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not add all this code in the other PR? Why do you want to have separate PR's? =/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah then you have before to merge the pr 20015, for that module, this 20384 needs for it.
But indeed, that PR change has no load-module call to use it, you cannot test it that way. It is like a new routine, nowhere called-used.
As above suggested, this PR updates, calling ai
module, better if moved/added into it.
ad973d4
to
a5900da
Compare