-
Notifications
You must be signed in to change notification settings - Fork 115
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
validate that cv warning to force promote #14316
validate that cv warning to force promote #14316
Conversation
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.
One small change plus there would be some other proposal for change, which would be better discussed live at meet.
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.
looks good! pending :customerscenario: true
addition recommended by @vsedmik
b4a38c7
to
d602636
Compare
As discussed off-line, I believe the key point here is to assert that a single-step promotion passes without error/warning even though the previous env is missing (was skipped). I would suggest these steps:
|
|
||
:customerscenario: true | ||
""" | ||
# 1. Create an environment path ex- Library >> Test >> Preprod >> Prod |
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.
Should all this entity creation be turned into a fixture?
What Vladimir is suggesting sounds like a very good test proposal but I'd leave it up to you if it is or is not out of scope of this PR. But more importantly, I doubt this should be marked with the |
d602636
to
f6944ed
Compare
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.
Just a few nitpicks, non-blocking.
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.
PRT and 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.
nice work! pending @vsedmik 's comments on docstrings
Co-authored-by: vsedmik <[email protected]>
Co-authored-by: vsedmik <[email protected]>
Co-authored-by: vsedmik <[email protected]>
trigger: test-robottelo |
PRT Result
|
* validate that cv warning to force promote * small change in step Co-authored-by: vsedmik <[email protected]> * add new line Co-authored-by: vsedmik <[email protected]> * small change in commented line Co-authored-by: vsedmik <[email protected]> --------- Co-authored-by: vsedmik <[email protected]> (cherry picked from commit 6a59883)
* validate that cv warning to force promote * small change in step Co-authored-by: vsedmik <[email protected]> * add new line Co-authored-by: vsedmik <[email protected]> * small change in commented line Co-authored-by: vsedmik <[email protected]> --------- Co-authored-by: vsedmik <[email protected]>
Problem Statement
CU Case - Test cv promote shows warning of 'force promotion' for out of sequence LCE
BZ 2125728
Solution
Added automation coverage
Related Issues
NA