-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR] Transfer tests to jhenner. #9984
Conversation
cfme/test_requirements.py
Outdated
ha_proxy = pytest.mark.requirement( | ||
"Database HA proxy", | ||
description='Databse HA proxy and replication', | ||
assignee_id='jhenner', | ||
) |
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.
@JaryN Should we also remove the replication
test requirement? Or are there still tests using the replication
requirement?
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.
All tests that are left with replication marker should be mdnadeems. I am sending him a request for renaming/updating the description to say these are centralized-admin tests.
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.
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.
@JaryN Databse HA proxy and replication are two different focus area. I think you can remove replication
string from ha_proxy
description.
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.
@JaryN Databse HA proxy and replication are two different focus area. I think you can remove
replication
string fromha_proxy
description.
@dgaikwad For HA you need to have data replicated (https://access.redhat.com/documentation/en-us/red_hat_cloudforms/5.0/html-single/high_availability_guide/index#configuring_primary_db). But by my understanding it is quite different kind of replication than that is done in your focus area which I believe should be named Centralized administration (https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.7/html-single/deployment_planning_guide/index#central-administration)
Some replication is done in both focus areas.
cfme/test_requirements.py
Outdated
@@ -189,6 +189,12 @@ def test_quota_alert(): | |||
assignee_id='pvala', | |||
) | |||
|
|||
ha_proxy = pytest.mark.requirement( | |||
"Database HA proxy", | |||
description='Databse HA proxy and replication', |
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.
typo, missing an a in Databse
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.
fixed
@@ -131,6 +131,7 @@ docstrings: | |||
- Provisioning | |||
- Quota | |||
- Replication | |||
- HAProxy |
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.
I have added this casecomponent to Polarion, please don't change this string.
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.
OK
There is naming clash of centralized control (at the moment also often called Replication) with HA tests, marked as Replication as well. I belive these are very different features. So I've: * Created new polarion marker for the Ha proxy tests. * Set polarion markers have been set on the tests. * Set the casecomponent to HAProxy on HA proxy related tests.
There is naming clash of centralized control (at the moment also
often called Replication) with HA tests, marked as Replication as well.
I belive these are very different features. So I've: