-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR][NOTEST] Add tests for resolved bugs #9786
Conversation
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.
Some small changes for the manual cases
Bugzilla: | ||
1674055 | ||
""" | ||
|
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.
Though not functionally necessary, we always have pass
in manual case definitions
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.
done
cfme/tests/test_db_migrate.py
Outdated
1. Get CFME VMs of preupdate and target version. | ||
2. Make sure the ansible is enabled and create an ansible playbook | ||
service (for testing the 1735114). | ||
2. Turn off the evmserverd processes on both. |
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.
Small typo, I think this should be step 3.
caseimportance: critical | ||
initialEstimate: 1/3h | ||
startsin: 5.11 | ||
testSteps: |
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.
Can you add expectedResults
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.
done
caseimportance: high | ||
casecomponent: Appliance | ||
initialEstimate: 1/4h | ||
testSteps: |
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.
Can you add expectedResults
?
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.
done
@@ -137,6 +137,27 @@ def test_update_yum(appliance_preupdate, appliance): | |||
assert result.output in appliance.version | |||
|
|||
|
|||
@pytest.mark.manual() |
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.
()
not necessary
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.
Some changes required.
@@ -384,7 +384,7 @@ def copy_domains(original_request_class, domain): | |||
|
|||
|
|||
# Not collected for EC2 in generate_tests above | |||
@pytest.mark.meta(blockers=[BZ(1713632)]) | |||
@pytest.mark.meta(automates=[BZ(1713632)]) | |||
@pytest.mark.parametrize("disks", [1, 2]) |
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.
💯
1. Settings > Advanced | ||
2. Change web_services worker to 1.5.gigabytes or 2.gigabytes | ||
|
||
expectedResults: |
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.
- Remove extra line(357)
- Also we do not have step 3 then expectedResults should be of step 2
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.
done
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.
Thanks Ganesh.
1. Settings > Advanced | ||
2. Change web_services worker to 1.5.gigabytes or 2.gigabytes | ||
|
||
expectedResults: |
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.
done
* Add tests for resolved upgrade bugs * Addressed review comments * Add test for BZ 1715633 * Change blocker to automates for BZ 1713632 * Address review comments * Fix problem with test_upgrade_single_sidebyside not accepting db_url param * Add test for 1625788 * Add coverage of 1655794. * Add blocker for BZ 1787350 and coverage for BZ 1658373 * Add automates for BZ 1740515 * Add automates for BZ 1633573
Just another bit to decrease the count of BZs with
qa_tests_coverage?
flag.