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] Automate: test_created_on_time_report_field #9896
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
valaparthvi
added
the
test-automation
To be applied on PR's which are automating existing manual cases
label
Feb 3, 2020
valaparthvi
changed the title
[WIPTEST] Automate: test_created_on_time_report_field
[RFR] Automate: test_created_on_time_report_field
Feb 3, 2020
ganeshhubale
suggested changes
Feb 3, 2020
ganeshhubale
changed the title
[RFR] Automate: test_created_on_time_report_field
[WIPTEST] Automate: test_created_on_time_report_field
Feb 3, 2020
valaparthvi
force-pushed
the
createed_time_vm
branch
from
February 4, 2020 06:03
43eec67
to
bde1871
Compare
valaparthvi
changed the title
[WIPTEST] Automate: test_created_on_time_report_field
[RFR] Automate: test_created_on_time_report_field
Feb 4, 2020
Please have a look at PRT failures :) |
ganeshhubale
changed the title
[RFR] Automate: test_created_on_time_report_field
[WIPTEST] Automate: test_created_on_time_report_field
Feb 4, 2020
valaparthvi
changed the title
[WIPTEST] Automate: test_created_on_time_report_field
[RFR] Automate: test_created_on_time_report_field
Feb 4, 2020
They are unrelated to the changes made by this PR. |
ganeshhubale
approved these changes
Feb 4, 2020
ganeshhubale
changed the title
[RFR] Automate: test_created_on_time_report_field
[1LP][RFR] Automate: test_created_on_time_report_field
Feb 4, 2020
digitronik
approved these changes
Feb 11, 2020
@@ -770,7 +771,38 @@ def test_reports_generate_custom_conditional_filter_report( | |||
1. Report must be generated successfully. | |||
""" | |||
service, vm = edit_service_name | |||
report = get_report("vm_service_report", "VM Service") | |||
saved_report = report.queue(wait_for_finish=True) | |||
saved_report = get_report("vm_service_report", "VM Service").queue(wait_for_finish=True) |
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.
:)
Failures are not directly related to code change. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.
Purpose or Intent
test_created_on_time_report_field
test_notification_url_parallel_requests
andtest_ui_pinning_after_relog
cases as "manualonly"test_reports_generate_custom_conditional_filter_report
PRT Run
{{ pytest: cfme/tests/intelligence/reports/test_reports.py -k "test_created_on_time_report_field"
-vvv }}