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

Handle java license popup during installation #16346

Closed
wants to merge 2 commits into from

Conversation

sofiasyria
Copy link
Contributor

In YaST maintenance job group, there has been a java license popup for tests using dud from generate_dud test suit. In this draft, a module running before confirm_installation can handle the popup.

There should be new Yaml schedules as the popup does not appear for all Service packs (same tests run for more than one SP)

VR: http://falafel.suse.cz/tests/904

@jknphy
Copy link
Contributor

jknphy commented Feb 10, 2023

I'd recommend to run verifications for all 4 test suite failing, just to be safe

@jknphy jknphy added the qe-yam label Feb 20, 2023
@@ -0,0 +1,46 @@
# SUSE's openQA tests
#
# Copyright 2021 SUSE LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

2023 and rest of the files.


sub run {
my $package_license_popup = $testapi::distri->get_accept_popup_controller();
$package_license_popup->wait_accept_popup({
Copy link
Contributor

Choose a reason for hiding this comment

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

we don't need to wait for some action in progress to capture this popup, it appears immediately after clicking install, only accept should work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't work without the wait

@sofiasyria sofiasyria closed this Apr 6, 2023
@sofiasyria sofiasyria deleted the popup_java branch April 6, 2023 07:53
@jknphy
Copy link
Contributor

jknphy commented Apr 11, 2023

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