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

Commit 9ca1504

Browse files
author
dgaikwad
committed
changing FA owner
1 parent 20b135e commit 9ca1504

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
@@ -159,7 +159,7 @@ def catalog_obj(appliance):
159159
def test_user_crud(appliance):
160160
"""
161161
Polarion:
162-
assignee: apagac
162+
assignee: dgaikwad
163163
initialEstimate: 1/8h
164164
casecomponent: Configuration
165165
tags: rbac
@@ -186,7 +186,7 @@ def test_user_assign_multiple_groups(appliance, request):
186186
* Confirm that the user has each group visible in the Settings menu
187187
188188
Polarion:
189-
assignee: apagac
189+
assignee: dgaikwad
190190
initialEstimate: 1/8h
191191
casecomponent: Configuration
192192
tags: rbac
@@ -215,7 +215,7 @@ def test_user_change_groups(appliance):
215215
"""Assign a user to multiple groups and confirm that the user can successfully change groups
216216
217217
Polarion:
218-
assignee: apagac
218+
assignee: dgaikwad
219219
initialEstimate: 1/4h
220220
casecomponent: Configuration
221221
"""
@@ -251,7 +251,7 @@ def test_user_login(appliance):
251251
1035399
252252
253253
Polarion:
254-
assignee: apagac
254+
assignee: dgaikwad
255255
initialEstimate: 1/8h
256256
casecomponent: Configuration
257257
tags: rbac
@@ -278,7 +278,7 @@ def test_user_duplicate_username(appliance):
278278
* Create another user with same credential
279279
280280
Polarion:
281-
assignee: apagac
281+
assignee: dgaikwad
282282
initialEstimate: 1/8h
283283
casecomponent: Configuration
284284
tags: rbac
@@ -308,7 +308,7 @@ def test_user_allow_duplicate_name(appliance):
308308
* Create another user with same full name
309309
310310
Polarion:
311-
assignee: apagac
311+
assignee: dgaikwad
312312
initialEstimate: 1/8h
313313
casecomponent: Configuration
314314
tags: rbac
@@ -331,7 +331,7 @@ def test_user_allow_duplicate_name(appliance):
331331
def test_username_required_error_validation(appliance):
332332
"""
333333
Polarion:
334-
assignee: apagac
334+
assignee: dgaikwad
335335
initialEstimate: 1/8h
336336
casecomponent: Configuration
337337
tags: rbac
@@ -353,7 +353,7 @@ def test_username_required_error_validation(appliance):
353353
def test_userid_required_error_validation(appliance):
354354
"""
355355
Polarion:
356-
assignee: apagac
356+
assignee: dgaikwad
357357
initialEstimate: 1/8h
358358
casecomponent: Configuration
359359
tags: rbac
@@ -378,7 +378,7 @@ def test_userid_required_error_validation(appliance):
378378
def test_user_password_required_error_validation(appliance):
379379
"""
380380
Polarion:
381-
assignee: apagac
381+
assignee: dgaikwad
382382
initialEstimate: 1/8h
383383
casecomponent: Configuration
384384
tags: rbac
@@ -405,7 +405,7 @@ def test_user_password_required_error_validation(appliance):
405405
def test_user_group_error_validation(appliance):
406406
"""
407407
Polarion:
408-
assignee: apagac
408+
assignee: dgaikwad
409409
initialEstimate: 1/8h
410410
casecomponent: Configuration
411411
tags: rbac
@@ -422,7 +422,7 @@ def test_user_group_error_validation(appliance):
422422
def test_user_email_error_validation(appliance):
423423
"""
424424
Polarion:
425-
assignee: apagac
425+
assignee: dgaikwad
426426
initialEstimate: 1/8h
427427
casecomponent: Configuration
428428
tags: rbac
@@ -495,7 +495,7 @@ def test_delete_default_user(appliance):
495495
* Try deleting the user
496496
497497
Polarion:
498-
assignee: apagac
498+
assignee: dgaikwad
499499
initialEstimate: 1/8h
500500
casecomponent: Configuration
501501
tags: rbac
@@ -517,7 +517,7 @@ def test_current_user_login_delete(appliance, request):
517517
* Try deleting the user
518518
519519
Polarion:
520-
assignee: apagac
520+
assignee: dgaikwad
521521
initialEstimate: 1/8h
522522
casecomponent: Configuration
523523
tags: rbac
@@ -561,7 +561,7 @@ def test_tagvis_user(user_restricted, check_item_visibility):
561561
def test_group_crud(appliance):
562562
"""
563563
Polarion:
564-
assignee: apagac
564+
assignee: dgaikwad
565565
initialEstimate: 1/8h
566566
casecomponent: Configuration
567567
tags: rbac
@@ -620,7 +620,7 @@ def test_group_duplicate_name(appliance):
620620
""" Verify that two groups can't have the same name
621621
622622
Polarion:
623-
assignee: apagac
623+
assignee: dgaikwad
624624
initialEstimate: 1/8h
625625
tags: rbac
626626
casecomponent: Configuration
@@ -691,7 +691,7 @@ def test_group_remove_tag(appliance):
691691
def test_group_description_required_error_validation(appliance):
692692
"""
693693
Polarion:
694-
assignee: apagac
694+
assignee: dgaikwad
695695
initialEstimate: 1/8h
696696
casecomponent: Configuration
697697
tags: rbac
@@ -716,7 +716,7 @@ def test_delete_default_group(appliance):
716716
* Try deleting the group EvmGroup-adminstrator
717717
718718
Polarion:
719-
assignee: apagac
719+
assignee: dgaikwad
720720
initialEstimate: 1/8h
721721
casecomponent: Configuration
722722
tags: rbac
@@ -733,7 +733,7 @@ def test_delete_group_with_assigned_user(appliance):
733733
"""Test that CFME prevents deletion of a group that has users assigned
734734
735735
Polarion:
736-
assignee: apagac
736+
assignee: dgaikwad
737737
initialEstimate: 1/8h
738738
casecomponent: Configuration
739739
tags: rbac
@@ -756,7 +756,7 @@ def test_edit_default_group(appliance):
756756
* Try editing the group EvmGroup-adminstrator
757757
758758
Polarion:
759-
assignee: apagac
759+
assignee: dgaikwad
760760
initialEstimate: 1/8h
761761
casecomponent: Configuration
762762
tags: rbac
@@ -780,7 +780,7 @@ def test_edit_sequence_usergroups(appliance, request):
780780
* Verify the changed sequence
781781
782782
Polarion:
783-
assignee: apagac
783+
assignee: dgaikwad
784784
casecomponent: Configuration
785785
initialEstimate: 1/8h
786786
tags: rbac
@@ -821,7 +821,7 @@ def test_tagvis_group(user_restricted, group_with_tag, check_item_visibility):
821821
def test_role_crud(appliance):
822822
"""
823823
Polarion:
824-
assignee: apagac
824+
assignee: dgaikwad
825825
initialEstimate: 1/8h
826826
casecomponent: Configuration
827827
tags: rbac
@@ -853,7 +853,7 @@ def test_role_crud(appliance):
853853
def test_rolename_required_error_validation(appliance):
854854
"""
855855
Polarion:
856-
assignee: apagac
856+
assignee: dgaikwad
857857
initialEstimate: 1/8h
858858
casecomponent: Configuration
859859
tags: rbac
@@ -874,7 +874,7 @@ def test_rolename_required_error_validation(appliance):
874874
def test_rolename_duplicate_validation(appliance):
875875
"""
876876
Polarion:
877-
assignee: apagac
877+
assignee: dgaikwad
878878
casecomponent: Configuration
879879
initialEstimate: 1/8h
880880
tags: rbac
@@ -900,7 +900,7 @@ def test_delete_default_roles(appliance):
900900
* Try editing the group EvmRole-approver
901901
902902
Polarion:
903-
assignee: apagac
903+
assignee: dgaikwad
904904
initialEstimate: 1/8h
905905
casecomponent: Configuration
906906
tags: rbac
@@ -921,7 +921,7 @@ def test_edit_default_roles(appliance):
921921
* Try editing the group EvmRole-auditor
922922
923923
Polarion:
924-
assignee: apagac
924+
assignee: dgaikwad
925925
initialEstimate: 1/8h
926926
casecomponent: Configuration
927927
tags: rbac
@@ -938,7 +938,7 @@ def test_edit_default_roles(appliance):
938938
def test_delete_roles_with_assigned_group(appliance):
939939
"""
940940
Polarion:
941-
assignee: apagac
941+
assignee: dgaikwad
942942
initialEstimate: 1/8h
943943
casecomponent: Configuration
944944
tags: rbac
@@ -956,7 +956,7 @@ def test_delete_roles_with_assigned_group(appliance):
956956
def test_assign_user_to_new_group(appliance):
957957
"""
958958
Polarion:
959-
assignee: apagac
959+
assignee: dgaikwad
960960
initialEstimate: 1/8h
961961
casecomponent: Configuration
962962
tags: rbac
@@ -1010,7 +1010,7 @@ def test_permission_edit(appliance, request, product_features):
10101010
action: reference to a function to execute under the test user context
10111011
10121012
Polarion:
1013-
assignee: apagac
1013+
assignee: dgaikwad
10141014
caseimportance: medium
10151015
casecomponent: Configuration
10161016
initialEstimate: 1h
@@ -1120,7 +1120,7 @@ def test_permissions(appliance, product_features, allowed_actions, disallowed_ac
11201120
object: [ { "Action Name": function_reference_action }, ...]
11211121
11221122
Polarion:
1123-
assignee: apagac
1123+
assignee: dgaikwad
11241124
caseimportance: medium
11251125
casecomponent: Configuration
11261126
initialEstimate: 1h
@@ -1175,7 +1175,7 @@ def single_task_permission_test(appliance, product_features, actions):
11751175
def test_permissions_role_crud(appliance):
11761176
"""
11771177
Polarion:
1178-
assignee: apagac
1178+
assignee: dgaikwad
11791179
initialEstimate: 1/5h
11801180
casecomponent: Configuration
11811181
tags: rbac
@@ -1197,7 +1197,7 @@ def test_permissions_role_crud(appliance):
11971197
def test_permissions_vm_provisioning(appliance, provider, setup_provider):
11981198
"""
11991199
Polarion:
1200-
assignee: apagac
1200+
assignee: dgaikwad
12011201
caseimportance: medium
12021202
casecomponent: Configuration
12031203
initialEstimate: 1/5h
@@ -1253,7 +1253,7 @@ def test_permissions_vm_provisioning(appliance, provider, setup_provider):
12531253
def test_user_change_password(appliance, request):
12541254
"""
12551255
Polarion:
1256-
assignee: apagac
1256+
assignee: dgaikwad
12571257
initialEstimate: 1/8h
12581258
casecomponent: Configuration
12591259
tags: rbac
@@ -1288,7 +1288,7 @@ def test_copied_user_password_inheritance(appliance, request):
12881288
empty
12891289
12901290
Polarion:
1291-
assignee: apagac
1291+
assignee: dgaikwad
12921292
casecomponent: WebUI
12931293
caseimportance: high
12941294
initialEstimate: 1/15h
@@ -2345,6 +2345,7 @@ def test_ssui_group_switch():
23452345
pass
23462346

23472347

2348+
@pytest.mark.customer_scenario
23482349
@pytest.mark.manual
23492350
@test_requirements.rbac
23502351
@test_requirements.ssui

cfme/tests/integration/test_auth_manual.py

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

689689

690+
@pytest.mark.customer_scenario
690691
@test_requirements.rbac
691692
@pytest.mark.tier(2)
692693
@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)