added_refresh_cache_to_refresh_CP - #1788
Closed
amolpati30 wants to merge 1 commit into
Closed
Conversation
amolpati30
marked this pull request as draft
April 3, 2025 16:28
amolpati30
force-pushed
the
add_refresh_cache
branch
from
April 3, 2025 16:41
a63152f to
73cec97
Compare
amolpati30
marked this pull request as ready for review
April 4, 2025 11:12
There was a problem hiding this comment.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
airgun/entities/computeresource.py:183
- It appears that 'self' is being passed twice to the navigate_to method; please verify that the correct arguments are provided in accordance with its expected signature.
view = self.navigate_to(self, 'Detail', entity_name=entity_name)
amolpati30
force-pushed
the
add_refresh_cache
branch
from
July 25, 2025 12:01
73cec97 to
be3fd32
Compare
Contributor
Author
|
trigger: test-robottelo |
amolpati30
force-pushed
the
add_refresh_cache
branch
from
July 25, 2025 16:21
be3fd32 to
97a56fe
Compare
Contributor
Author
|
trigger: test-robottelo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the locator for
Create Hostand increased the wait time in theHostCreateentity. In Azure, when a CR is passed, it takes time to reflect while creating host. To handle this delay, await_forhas been added to ensure the value is retrieved correctly and the test does not fail.