Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

yarunachalam
Copy link
Contributor

  • Verification run: not ready to test

Copy link

Great PR! Please pay attention to the following items before merging:

Files matching lib/**.pm:

  • Consider adding or extending unit tests in t/

This is an automatically generated QA checklist based on modified files.

Copy link
Contributor

@m-dati m-dati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ricardobranco777 ricardobranco777 left a 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 :)

} 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);
Copy link
Contributor

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.

Copy link
Contributor

@m-dati m-dati Oct 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed,aistack.pm missing

Copy link
Contributor Author

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

Copy link
Contributor

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? =/

Copy link
Contributor

@m-dati m-dati Oct 15, 2024

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.

@yarunachalam
Copy link
Contributor Author

Closing the PR and adding this changes to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants