-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR] - Removing duplicate test #10106
[1LP][RFR] - Removing duplicate test #10106
Conversation
user, _ = user_self_service_role | ||
|
||
with user: | ||
with appliance.context.use(ViaSSUI): | ||
appliance.server.login(user) |
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.
It kinda looks like a smoke test. If you think so too, better to add a smoke test marker.
We already have automation covered for this senario |
@dgaikwad This could be easily parametrized and combined with #10105, but as @niyazRedhat if we already have coverage for this scenario we should just remove this test case. @niyazRedhat can you provide a link? |
@niyazRedhat Thanks for your suggestion. @john-dupuy found this test which is doing same:
|
6f03d35
to
826ad3e
Compare
826ad3e
to
72cb93a
Compare
72cb93a
to
9a6641b
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.
LGTM, please update the PR description with the test that provides coverage for this scenario.
Removed duplicate test case
Purpose or Intent
PRT Run