Skip to content

Commit

Permalink
Merge pull request #7569 from vandabarata/qe-vb-fix-pxeboot-event
Browse files Browse the repository at this point in the history
QE: Fix event history check by shortening event name
  • Loading branch information
raulillo82 authored Sep 21, 2023
2 parents 94b8724 + b567c31 commit e34c785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Feature: Setup Uyuni for Retail branch network
Scenario: Disable repositories after installing branch services
When I disable repositories after installing branch server
# WORKAROUND: the following event fails because the proxy needs 10 minutes to become responsive again
# And I wait until event "Package List Refresh scheduled by (system)" is completed
# And I wait until event "Package List Refresh" is completed
And I wait for "700" seconds

@proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ Feature: PXE boot a Retail terminal
When I wait until I see the name of "pxeboot_minion", refreshing the page
And I follow this "pxeboot_minion" link
# Workaround: Increase timeout temporarily get rid of timeout issues
And I wait at most 350 seconds until event "Apply states [saltboot] scheduled by (system)" is completed
And I wait at most 350 seconds until event "Apply states [saltboot]" is completed
And I follow "Software" in the content area
And I follow "Software Channels" in the content area
And I wait until radio button "SLE-Product-SLES15-SP4-Pool for x86_64" is checked, refreshing the page
And I wait until event "Package List Refresh scheduled by (system)" is completed
And I wait until event "Package List Refresh" is completed
Then "pxeboot_minion" should have been reformatted

Scenario: Check connection from terminal to branch server
Expand Down

0 comments on commit e34c785

Please sign in to comment.