-
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
Fix CaseAutomation for tests and delete Certificates related tests as part of component audit. #14873
Fix CaseAutomation for tests and delete Certificates related tests as part of component audit. #14873
Conversation
@@ -2,7 +2,7 @@ | |||
|
|||
:Requirement: Provisioning | |||
|
|||
:CaseAutomation: NotAutomated | |||
:CaseAutomation: Automated |
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.
@shweta83 can you confirm this change for Team Rocket?
22ecff1
to
3f2a24b
Compare
tests/upgrades/test_role.py
Outdated
@@ -220,6 +224,7 @@ def test_pre_default_role_added_permission_with_filter(self, target_sat): | |||
:expectedresults: Permission with filter is added to existing | |||
'Default role' | |||
|
|||
:CaseAutomation: Automated |
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.
@pondrejk can you confirm this change for Team Endeavour?
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.
@jameerpathan111 Can we update :CaseAutomation: Automated
at top and mark stubbed tests as NotAutomated instead, like we do in other tests module?
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.
updated, I went with both;)
714a897
to
5a07469
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.
Ack for Rocket team components.
Please address rest of the review comments.
5a07469
to
fefec64
Compare
fefec64
to
4aa1ed7
Compare
… tests as part of component audit. (#14902) Fix CaseAutomation for tests and delete Certificates related tests as part of component audit. (#14873) Delete Certificates related tests as part of component refactor task (cherry picked from commit eef3b2d) Co-authored-by: Jameer Pathan <[email protected]>
… tests as part of component audit. (#14903) Fix CaseAutomation for tests and delete Certificates related tests as part of component audit. (#14873) Delete Certificates related tests as part of component refactor task (cherry picked from commit eef3b2d) Co-authored-by: Jameer Pathan <[email protected]>
… tests as part of component audit. (#14904) Fix CaseAutomation for tests and delete Certificates related tests as part of component audit. (#14873) Delete Certificates related tests as part of component refactor task (cherry picked from commit eef3b2d) Co-authored-by: Jameer Pathan <[email protected]>
… part of component audit. (SatelliteQE#14873) Delete Certificates related tests as part of component refactor task
This PR
CaseAutomation
, as some of the tests are marked asNotAutomated
even though they are automated and should be run in automation.Related Issues