-
Notifications
You must be signed in to change notification settings - Fork 165
[WIPTEST][NOTEST] Add MA test coverage #10262
base: master
Are you sure you want to change the base?
Conversation
ganeshhubale
commented
Jul 21, 2020
- Removed test case - test_enable_migration_analytics (This feature is by default enabled)
testSteps: | ||
1. Download payload file | ||
expectedResults: | ||
1. Check if below attributes available in file: | ||
"cpu_affinity": null, | ||
"memory_hot_add_enabled": null, | ||
"cpu_hot_add_enabled": null, | ||
"cpu_hot_remove_enabled": null, |
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.
testSteps: | |
1. Download payload file | |
expectedResults: | |
1. Check if below attributes available in file: | |
"cpu_affinity": null, | |
"memory_hot_add_enabled": null, | |
"cpu_hot_add_enabled": null, | |
"cpu_hot_remove_enabled": null, | |
testSteps: | |
1. Download the payload file | |
2. Check if below attributes are available in the file: | |
"cpu_affinity": null, | |
"memory_hot_add_enabled": null, | |
"cpu_hot_add_enabled": null, | |
"cpu_hot_remove_enabled": null, | |
expectedResults: | |
1. File is downloaded successfully. | |
2. All the attributes are available in the file. |
startsin: 5.11 | ||
casecomponent: MigrationAnalytics | ||
setup: | ||
1. Add a file to SSA profile that includes weird characters. |
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 also put a few examples of weird characters?
assignee: ghubale | ||
initialEstimate: 1/4h | ||
startsin: 5.11 | ||
casecomponent: MigrationAnalytics |
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.
testSteps?
"cpu_affinity": null, | ||
"memory_hot_add_enabled": null, | ||
"cpu_hot_add_enabled": null, | ||
"cpu_hot_remove_enabled": null, |
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.
Thoughts on parametrizing these attributes?
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.
These are in payoad json file, No need to parameterize
assignee: ghubale | ||
initialEstimate: 1/4h | ||
startsin: 5.11 | ||
casecomponent: MigrationAnalytics |
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.
testSteps?
Signed-off-by: Ganesh Hubale <[email protected]>
762f72b
to
a212141
Compare