This repository was archived by the owner on Apr 7, 2022. It is now read-only.
[WIPTEST] Automating MA test case#9938
Open
ganeshhubale wants to merge 1 commit intoManageIQ:masterfrom
Open
Conversation
43b163e to
33c2079
Compare
33c2079 to
3117226
Compare
… to it 1. test_enable_migration_analytics 2. test_confirm_environment_summary_data Signed-off-by: Ganesh Hubale <[email protected]>
3117226 to
89f182d
Compare
Contributor
|
I detected some fixture changes in commit 89f182d The local fixture
Please, consider creating a PRT run to make sure your fixture changes do not break existing usage 😃 |
dgaikwad
reviewed
Feb 25, 2020
| def enable(is_enable): | ||
| yaml_data = {"prototype": {"migration_analytics": {"enabled": is_enable}}} | ||
| appliance.update_advanced_settings(yaml_data) | ||
| appliance.ssh_client.run_command('systemctl restart evmserverd') |
There was a problem hiding this comment.
Optional: We can use appliance.evmserverd.restart() here.
This file contains hidden or 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
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.
Signed-off-by: Ganesh Hubale [email protected]
Purpose or Intent
test_enable_migration_analyticstest_confirm_environment_summary_dataPRT Run
{{ pytest: cfme/tests/migration_analytics/test_migration_analytics.py -k 'test_enable_migration_analytics or test_confirm_environment_summary_data' --use-template-cache -qsvvv }}