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

[1LP][RFR][NOTEST] Add tests for resolved bugs #9786

Merged
merged 11 commits into from
Jan 7, 2020
Merged

[1LP][RFR][NOTEST] Add tests for resolved bugs #9786

merged 11 commits into from
Jan 7, 2020

Conversation

jarovo
Copy link
Contributor

@jarovo jarovo commented Dec 18, 2019

Just another bit to decrease the count of BZs with qa_tests_coverage? flag.

@jarovo jarovo changed the title [RFR NOTEST] Add tests for resolved upgrade bugs [RFR][NOTEST] Add tests for resolved upgrade bugs Dec 18, 2019
@dajoRH dajoRH added the lint-ok label Dec 18, 2019
Copy link
Contributor

@john-dupuy john-dupuy left a 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
"""

Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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.
Copy link
Contributor

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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add expectedResults

Copy link
Contributor Author

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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add expectedResults?

Copy link
Contributor Author

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()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

() not necessary

@john-dupuy john-dupuy changed the title [RFR][NOTEST] Add tests for resolved upgrade bugs [WIPTEST][NOTEST] Add tests for resolved upgrade bugs Dec 19, 2019
@john-dupuy john-dupuy added the manual For things concerning manual test definitions label Dec 19, 2019
@jarovo jarovo changed the title [WIPTEST][NOTEST] Add tests for resolved upgrade bugs [RFR][NOTEST] Add tests for resolved upgrade bugs Dec 20, 2019
@jarovo jarovo changed the title [RFR][NOTEST] Add tests for resolved upgrade bugs [RFR][NOTEST] Add tests for resolved bugs Dec 20, 2019
Copy link
Member

@ganeshhubale ganeshhubale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes required.

cfme/tests/cli/test_appliance_update.py Show resolved Hide resolved
@@ -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])
Copy link
Member

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:
Copy link
Member

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

Copy link
Contributor Author

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 Show resolved Hide resolved
@ganeshhubale ganeshhubale changed the title [RFR][NOTEST] Add tests for resolved bugs [WIPTEST][NOTEST] Add tests for resolved bugs Dec 24, 2019
@jarovo jarovo changed the title [WIPTEST][NOTEST] Add tests for resolved bugs [RFR][NOTEST] Add tests for resolved bugs Jan 2, 2020
@dajoRH dajoRH removed the WIP-testing label Jan 2, 2020
Copy link
Contributor Author

@jarovo jarovo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Ganesh.

cfme/tests/test_db_migrate.py Show resolved Hide resolved
1. Settings > Advanced
2. Change web_services worker to 1.5.gigabytes or 2.gigabytes

expectedResults:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

cfme/tests/cli/test_appliance_update.py Show resolved Hide resolved
@ganeshhubale ganeshhubale changed the title [RFR][NOTEST] Add tests for resolved bugs [1LP][RFR][NOTEST] Add tests for resolved bugs Jan 3, 2020
@mshriver mshriver merged commit c4be9e7 into ManageIQ:master Jan 7, 2020
spusateri pushed a commit to spusateri/integration_tests that referenced this pull request Jan 27, 2020
* 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lint-ok manual For things concerning manual test definitions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants