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

Commit

Permalink
adding BZ coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaikwad committed Jul 13, 2020
1 parent 4afd979 commit 0ea4deb
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 27 deletions.
27 changes: 0 additions & 27 deletions cfme/tests/automate/test_service_automate.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,33 +357,6 @@ def test_passing_value_between_catalog_items(request, appliance, catalog_item_se
assert provision_request.is_succeeded(method="ui")


@pytest.mark.manual
@pytest.mark.tier(2)
@pytest.mark.meta(coverage=[1748353])
def test_service_retire_automate():
"""
Bugzilla:
1748353
Polarion:
assignee: dgaikwad
initialEstimate: 1/8h
caseposneg: positive
casecomponent: Automate
testSteps:
1. Create email retirement method & add it to automate
2. Provision service with a retirement date
3. Reach retirement date
4. See automation logs
expectedResults:
1.
2.
3.
4. The retirement should not run multiple times at the same time
"""
pass


@pytest.mark.tier(2)
@pytest.mark.meta(automates=[1740796], blockers=[BZ(1740796, forced_streams=["5.10"])])
def test_import_dialog_file_without_selecting_file(appliance, dialog):
Expand Down
70 changes: 70 additions & 0 deletions cfme/tests/configure/test_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -3073,3 +3073,73 @@ def test_ssui_login_http():
2. able to login SSUI
"""
pass


@pytest.mark.manual
@pytest.mark.tier(1)
@pytest.mark.customer_scenario
@pytest.mark.meta(coverage=[1710998])
def test_verify_datastores_list():
"""
Datastore filter should work properly after even delete the datastores
Bugzilla:
1710998
Polarion:
assignee: dgaikwad
casecomponent: Auth
caseimportance: high
initialEstimate: 1/4h
setup:
1. create setup like below
My VMWARE structure:
vcenter-server
|
| -> Datacenter1
| -> Cluster1
|
| -> Datacenter2
| -> Cluster2
|
| -> Datacenter3
| -> Cluster3
testSteps:
1. create a role and group `group1` and assigne filters for only `Cluster3`,
2. created user `user1`, logged in with user `user1` and verified that I can only
see `Cluster3`.
3. delete the 'cluster3'
4. navigate to check cluster list
expectedResults:
1. role and group successfully created
2. able to see only `cluster3`
3. cluster should be deleted successfully
4. There should not be any cluster in the list
"""
pass


@pytest.mark.manual
@pytest.mark.tier(1)
@pytest.mark.meta(coverage=[1854839])
def test_chargeback_report():
"""
Chargeback report should show correct data
Bugzilla:
1854839
Polarion:
assignee: dgaikwad
casecomponent: Auth
caseimportance: medium
initialEstimate: 1/4h
testSteps:
1. create rules (see screen copy): overview -> chargeback -> rates -> compute ->
configuration -> Add new chargeback rate
2. assign this rule to the whole company (see screen copy): overview -> chargeback ->
assignments -> compute : assign previously define rule to enterprise
3. create a report based on these rules: overview -> reports
expectedResults:
1.
2.
3. report generated with correct data
"""
pass

0 comments on commit 0ea4deb

Please sign in to comment.