Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit b07756e

Browse files
authored
Merge pull request #10140 from dgaikwad/fa_assignment
[1LP][RFR][NOTEST]- changing FA owner
2 parents 004ca84 + 9ca1504 commit b07756e

File tree

4 files changed

+44
-42
lines changed

4 files changed

+44
-42
lines changed

cfme/tests/configure/test_access_control.py

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def catalog_obj(appliance):
160160
def test_user_crud(appliance):
161161
"""
162162
Polarion:
163-
assignee: apagac
163+
assignee: dgaikwad
164164
initialEstimate: 1/8h
165165
casecomponent: Configuration
166166
tags: rbac
@@ -187,7 +187,7 @@ def test_user_assign_multiple_groups(appliance, request):
187187
* Confirm that the user has each group visible in the Settings menu
188188
189189
Polarion:
190-
assignee: apagac
190+
assignee: dgaikwad
191191
initialEstimate: 1/8h
192192
casecomponent: Configuration
193193
tags: rbac
@@ -216,7 +216,7 @@ def test_user_change_groups(appliance):
216216
"""Assign a user to multiple groups and confirm that the user can successfully change groups
217217
218218
Polarion:
219-
assignee: apagac
219+
assignee: dgaikwad
220220
initialEstimate: 1/4h
221221
casecomponent: Configuration
222222
"""
@@ -252,7 +252,7 @@ def test_user_login(appliance):
252252
1035399
253253
254254
Polarion:
255-
assignee: apagac
255+
assignee: dgaikwad
256256
initialEstimate: 1/8h
257257
casecomponent: Configuration
258258
tags: rbac
@@ -279,7 +279,7 @@ def test_user_duplicate_username(appliance):
279279
* Create another user with same credential
280280
281281
Polarion:
282-
assignee: apagac
282+
assignee: dgaikwad
283283
initialEstimate: 1/8h
284284
casecomponent: Configuration
285285
tags: rbac
@@ -309,7 +309,7 @@ def test_user_allow_duplicate_name(appliance):
309309
* Create another user with same full name
310310
311311
Polarion:
312-
assignee: apagac
312+
assignee: dgaikwad
313313
initialEstimate: 1/8h
314314
casecomponent: Configuration
315315
tags: rbac
@@ -332,7 +332,7 @@ def test_user_allow_duplicate_name(appliance):
332332
def test_username_required_error_validation(appliance):
333333
"""
334334
Polarion:
335-
assignee: apagac
335+
assignee: dgaikwad
336336
initialEstimate: 1/8h
337337
casecomponent: Configuration
338338
tags: rbac
@@ -354,7 +354,7 @@ def test_username_required_error_validation(appliance):
354354
def test_userid_required_error_validation(appliance):
355355
"""
356356
Polarion:
357-
assignee: apagac
357+
assignee: dgaikwad
358358
initialEstimate: 1/8h
359359
casecomponent: Configuration
360360
tags: rbac
@@ -379,7 +379,7 @@ def test_userid_required_error_validation(appliance):
379379
def test_user_password_required_error_validation(appliance):
380380
"""
381381
Polarion:
382-
assignee: apagac
382+
assignee: dgaikwad
383383
initialEstimate: 1/8h
384384
casecomponent: Configuration
385385
tags: rbac
@@ -406,7 +406,7 @@ def test_user_password_required_error_validation(appliance):
406406
def test_user_group_error_validation(appliance):
407407
"""
408408
Polarion:
409-
assignee: apagac
409+
assignee: dgaikwad
410410
initialEstimate: 1/8h
411411
casecomponent: Configuration
412412
tags: rbac
@@ -423,7 +423,7 @@ def test_user_group_error_validation(appliance):
423423
def test_user_email_error_validation(appliance):
424424
"""
425425
Polarion:
426-
assignee: apagac
426+
assignee: dgaikwad
427427
initialEstimate: 1/8h
428428
casecomponent: Configuration
429429
tags: rbac
@@ -496,7 +496,7 @@ def test_delete_default_user(appliance):
496496
* Try deleting the user
497497
498498
Polarion:
499-
assignee: apagac
499+
assignee: dgaikwad
500500
initialEstimate: 1/8h
501501
casecomponent: Configuration
502502
tags: rbac
@@ -518,7 +518,7 @@ def test_current_user_login_delete(appliance, request):
518518
* Try deleting the user
519519
520520
Polarion:
521-
assignee: apagac
521+
assignee: dgaikwad
522522
initialEstimate: 1/8h
523523
casecomponent: Configuration
524524
tags: rbac
@@ -562,7 +562,7 @@ def test_tagvis_user(user_restricted, check_item_visibility):
562562
def test_group_crud(appliance):
563563
"""
564564
Polarion:
565-
assignee: apagac
565+
assignee: dgaikwad
566566
initialEstimate: 1/8h
567567
casecomponent: Configuration
568568
tags: rbac
@@ -621,7 +621,7 @@ def test_group_duplicate_name(appliance):
621621
""" Verify that two groups can't have the same name
622622
623623
Polarion:
624-
assignee: apagac
624+
assignee: dgaikwad
625625
initialEstimate: 1/8h
626626
tags: rbac
627627
casecomponent: Configuration
@@ -692,7 +692,7 @@ def test_group_remove_tag(appliance):
692692
def test_group_description_required_error_validation(appliance):
693693
"""
694694
Polarion:
695-
assignee: apagac
695+
assignee: dgaikwad
696696
initialEstimate: 1/8h
697697
casecomponent: Configuration
698698
tags: rbac
@@ -717,7 +717,7 @@ def test_delete_default_group(appliance):
717717
* Try deleting the group EvmGroup-adminstrator
718718
719719
Polarion:
720-
assignee: apagac
720+
assignee: dgaikwad
721721
initialEstimate: 1/8h
722722
casecomponent: Configuration
723723
tags: rbac
@@ -734,7 +734,7 @@ def test_delete_group_with_assigned_user(appliance):
734734
"""Test that CFME prevents deletion of a group that has users assigned
735735
736736
Polarion:
737-
assignee: apagac
737+
assignee: dgaikwad
738738
initialEstimate: 1/8h
739739
casecomponent: Configuration
740740
tags: rbac
@@ -757,7 +757,7 @@ def test_edit_default_group(appliance):
757757
* Try editing the group EvmGroup-adminstrator
758758
759759
Polarion:
760-
assignee: apagac
760+
assignee: dgaikwad
761761
initialEstimate: 1/8h
762762
casecomponent: Configuration
763763
tags: rbac
@@ -781,7 +781,7 @@ def test_edit_sequence_usergroups(appliance, request):
781781
* Verify the changed sequence
782782
783783
Polarion:
784-
assignee: apagac
784+
assignee: dgaikwad
785785
casecomponent: Configuration
786786
initialEstimate: 1/8h
787787
tags: rbac
@@ -822,7 +822,7 @@ def test_tagvis_group(user_restricted, group_with_tag, check_item_visibility):
822822
def test_role_crud(appliance):
823823
"""
824824
Polarion:
825-
assignee: apagac
825+
assignee: dgaikwad
826826
initialEstimate: 1/8h
827827
casecomponent: Configuration
828828
tags: rbac
@@ -854,7 +854,7 @@ def test_role_crud(appliance):
854854
def test_rolename_required_error_validation(appliance):
855855
"""
856856
Polarion:
857-
assignee: apagac
857+
assignee: dgaikwad
858858
initialEstimate: 1/8h
859859
casecomponent: Configuration
860860
tags: rbac
@@ -875,7 +875,7 @@ def test_rolename_required_error_validation(appliance):
875875
def test_rolename_duplicate_validation(appliance):
876876
"""
877877
Polarion:
878-
assignee: apagac
878+
assignee: dgaikwad
879879
casecomponent: Configuration
880880
initialEstimate: 1/8h
881881
tags: rbac
@@ -901,7 +901,7 @@ def test_delete_default_roles(appliance):
901901
* Try editing the group EvmRole-approver
902902
903903
Polarion:
904-
assignee: apagac
904+
assignee: dgaikwad
905905
initialEstimate: 1/8h
906906
casecomponent: Configuration
907907
tags: rbac
@@ -922,7 +922,7 @@ def test_edit_default_roles(appliance):
922922
* Try editing the group EvmRole-auditor
923923
924924
Polarion:
925-
assignee: apagac
925+
assignee: dgaikwad
926926
initialEstimate: 1/8h
927927
casecomponent: Configuration
928928
tags: rbac
@@ -939,7 +939,7 @@ def test_edit_default_roles(appliance):
939939
def test_delete_roles_with_assigned_group(appliance):
940940
"""
941941
Polarion:
942-
assignee: apagac
942+
assignee: dgaikwad
943943
initialEstimate: 1/8h
944944
casecomponent: Configuration
945945
tags: rbac
@@ -957,7 +957,7 @@ def test_delete_roles_with_assigned_group(appliance):
957957
def test_assign_user_to_new_group(appliance):
958958
"""
959959
Polarion:
960-
assignee: apagac
960+
assignee: dgaikwad
961961
initialEstimate: 1/8h
962962
casecomponent: Configuration
963963
tags: rbac
@@ -1011,7 +1011,7 @@ def test_permission_edit(appliance, request, product_features):
10111011
action: reference to a function to execute under the test user context
10121012
10131013
Polarion:
1014-
assignee: apagac
1014+
assignee: dgaikwad
10151015
caseimportance: medium
10161016
casecomponent: Configuration
10171017
initialEstimate: 1h
@@ -1121,7 +1121,7 @@ def test_permissions(appliance, product_features, allowed_actions, disallowed_ac
11211121
object: [ { "Action Name": function_reference_action }, ...]
11221122
11231123
Polarion:
1124-
assignee: apagac
1124+
assignee: dgaikwad
11251125
caseimportance: medium
11261126
casecomponent: Configuration
11271127
initialEstimate: 1h
@@ -1176,7 +1176,7 @@ def single_task_permission_test(appliance, product_features, actions):
11761176
def test_permissions_role_crud(appliance):
11771177
"""
11781178
Polarion:
1179-
assignee: apagac
1179+
assignee: dgaikwad
11801180
initialEstimate: 1/5h
11811181
casecomponent: Configuration
11821182
tags: rbac
@@ -1198,7 +1198,7 @@ def test_permissions_role_crud(appliance):
11981198
def test_permissions_vm_provisioning(appliance, provider, setup_provider):
11991199
"""
12001200
Polarion:
1201-
assignee: apagac
1201+
assignee: dgaikwad
12021202
caseimportance: medium
12031203
casecomponent: Configuration
12041204
initialEstimate: 1/5h
@@ -1254,7 +1254,7 @@ def test_permissions_vm_provisioning(appliance, provider, setup_provider):
12541254
def test_user_change_password(appliance, request):
12551255
"""
12561256
Polarion:
1257-
assignee: apagac
1257+
assignee: dgaikwad
12581258
initialEstimate: 1/8h
12591259
casecomponent: Configuration
12601260
tags: rbac
@@ -1289,7 +1289,7 @@ def test_copied_user_password_inheritance(appliance, request):
12891289
empty
12901290
12911291
Polarion:
1292-
assignee: apagac
1292+
assignee: dgaikwad
12931293
casecomponent: WebUI
12941294
caseimportance: high
12951295
initialEstimate: 1/15h
@@ -2346,6 +2346,7 @@ def test_ssui_group_switch():
23462346
pass
23472347

23482348

2349+
@pytest.mark.customer_scenario
23492350
@pytest.mark.manual
23502351
@test_requirements.rbac
23512352
@test_requirements.ssui

cfme/tests/integration/test_auth_manual.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ def test_select_edit_group():
658658
pass
659659

660660

661+
@pytest.mark.customer_scenario
661662
@test_requirements.rbac
662663
@pytest.mark.tier(2)
663664
@pytest.mark.meta(coverage=[1730066])

cfme/tests/services/test_service_rbac.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_service_rbac_no_permission(appliance, role_user_group):
5757
""" Test service rbac without user permission
5858
5959
Polarion:
60-
assignee: apagac
60+
assignee: dgaikwad
6161
initialEstimate: 1/4h
6262
casecomponent: Services
6363
"""
@@ -73,7 +73,7 @@ def test_service_rbac_catalog(appliance, role_user_group, catalog):
7373
""" Test service rbac with catalog
7474
7575
Polarion:
76-
assignee: apagac
76+
assignee: dgaikwad
7777
initialEstimate: 1/4h
7878
casecomponent: Services
7979
"""
@@ -93,7 +93,7 @@ def test_service_rbac_service_catalog(
9393
""" Test service rbac with service catalog
9494
9595
Polarion:
96-
assignee: apagac
96+
assignee: dgaikwad
9797
initialEstimate: 1/4h
9898
casecomponent: Services
9999
"""
@@ -138,7 +138,7 @@ def test_service_rbac_catalog_item(request, appliance, role_user_group, catalog_
138138
""" Test service rbac with catalog item
139139
140140
Polarion:
141-
assignee: apagac
141+
assignee: dgaikwad
142142
initialEstimate: 1/4h
143143
casecomponent: Services
144144
"""
@@ -156,7 +156,7 @@ def test_service_rbac_orchestration(appliance, role_user_group):
156156
""" Test service rbac with orchestration
157157
158158
Polarion:
159-
assignee: apagac
159+
assignee: dgaikwad
160160
initialEstimate: 1/4h
161161
casecomponent: Services
162162
"""
@@ -182,7 +182,7 @@ def test_service_rbac_request(appliance, role_user_group, catalog_item, request,
182182
""" Test service rbac with only request module permissions
183183
184184
Polarion:
185-
assignee: apagac
185+
assignee: dgaikwad
186186
initialEstimate: 1/4h
187187
casecomponent: Services
188188
"""

cfme/tests/test_login.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_login(context, method, appliance):
2929
""" Tests that the appliance can be logged into and shows dashboard page.
3030
3131
Polarion:
32-
assignee: apagac
32+
assignee: dgaikwad
3333
casecomponent: Configuration
3434
initialEstimate: 1/8h
3535
tags: rbac
@@ -55,7 +55,7 @@ def test_bad_password(context, request, appliance):
5555
""" Tests logging in with a bad password.
5656
5757
Polarion:
58-
assignee: apagac
58+
assignee: dgaikwad
5959
casecomponent: WebUI
6060
initialEstimate: 1/8h
6161
tags: rbac
@@ -81,7 +81,7 @@ def test_credentials_change_password_with_special_characters():
8181
Password with only special characters
8282
8383
Polarion:
84-
assignee: apagac
84+
assignee: dgaikwad
8585
casecomponent: Appliance
8686
caseimportance: medium
8787
initialEstimate: 1/8h

0 commit comments

Comments
 (0)