This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR] Update the test_db_migrate. #9524
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dajoRH
changed the title
[WIPTEST] Add db with ansible creds to test migrations with
[WIP] Add db with ansible creds to test migrations with
Oct 22, 2019
dajoRH
added
needs-rebase
lint-ok
WIP-testing
WIP
and removed
needs-rebase
WIP-testing
labels
Oct 22, 2019
jarovo
changed the title
[WIP] Add db with ansible creds to test migrations with
[WIPTEST] Add db with ansible creds to test migrations with
Oct 22, 2019
dajoRH
changed the title
[WIPTEST] Add db with ansible creds to test migrations with
[WIP] Add db with ansible creds to test migrations with
Nov 1, 2019
I detected some fixture changes in commit c0bb5161b368ee7f4f9db966428b5ec5c1f7da65 The local fixture
Please, consider creating a PRT run to make sure your fixture changes do not break existing usage 😃 |
jarovo
changed the title
[WIP] Add db with ansible creds to test migrations with
[WIPTEST] Add db with ansible creds to test migrations with
Nov 5, 2019
dajoRH
changed the title
[WIPTEST] Add db with ansible creds to test migrations with
[WIP] Add db with ansible creds to test migrations with
Nov 15, 2019
jarovo
changed the title
[WIP] Add db with ansible creds to test migrations with
[WIPTEST] Add db with ansible creds to test migrations with
Nov 18, 2019
jarovo
changed the title
[WIPTEST] Add db with ansible creds to test migrations with
[RFR] Add db with ansible creds to test migrations with
Dec 10, 2019
dajoRH
changed the title
[RFR] Add db with ansible creds to test migrations with
[WIP] Add db with ansible creds to test migrations with
Jan 7, 2020
jarovo
changed the title
[WIP] Add db with ansible creds to test migrations with
[WIPTEST] Add db with ansible creds to test migrations with
Jan 9, 2020
jarovo
changed the title
[WIPTEST] Add db with ansible creds to test migrations with
[WIPTEST] Update the test_db_migrate.
Jan 14, 2020
jarovo
changed the title
[WIPTEST] Update the test_db_migrate.
[RFR] Update the test_db_migrate.
Jan 27, 2020
jarovo
changed the title
[RFR] Update the test_db_migrate.
[WIPTEST] Update the test_db_migrate.
Jan 29, 2020
as they are not supported when upgrading to CFME 5.10 and higher
This will resolve a problem in here: @Property def _rest_api_server(self): shref = self.appliance.rest_api.server_info['server_href'] logger.info(f'server_href: {shref}') results = self.appliance.rest_api.collections.servers.all logger.info(f'all servers: {results}') > server, = (r for r in results if r.href == shref) E ValueError: not enough values to unpack (expected 1, got 0)
jarovo
changed the title
[WIPTEST] Update the test_db_migrate.
[RFR] Update the test_db_migrate.
Jan 30, 2020
john-dupuy
approved these changes
Jan 31, 2020
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.
Couple of small questions, but LGTM
john-dupuy
changed the title
[RFR] Update the test_db_migrate.
[1LP][WIPTEST] Update the test_db_migrate.
Jan 31, 2020
jarovo
changed the title
[1LP][WIPTEST] Update the test_db_migrate.
[1LP][RFR] Update the test_db_migrate.
Jan 31, 2020
mshriver
approved these changes
Jan 31, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
database.yml
using fixauth when the file was not available.{{pytest: cfme/tests/test_db_migrate.py::test_db_migrate -v}}