CLOUDSTACK-8579: Fix cleanup operation in few test cases #511
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.
Cleanup list should be declared before returning from setUpClass() so that tearDownClass() works properly.
Currently the test cases are failing with "Class does not have cleanup attribute".
Tested with passing LXC as hypervisor and test cases skipped successfully without giving any error.
Test the timing issue of root disk data sync ... SKIP: Template creation from root volume is not supported in LXC
TS_BUG_009-Test the size of template created from root disk ... SKIP: Template creation from root volume is not supported in LXC
TS_BUG_010-Test check size of snapshot and template ... SKIP: Template creation from root volume is not supported in LXC
TS_BUG_011-Test Reusing deleted template name ... SKIP: Template creation from root volume is not supported in LXC
Ran 4 tests in 28.247s
OK (SKIP=4)
Test Create/Delete a manual snap shot and verify ... SKIP: Snapshots are not supported on LXC
Test Create/delete a volume and verify correct usage is recorded ... SKIP
Ran 2 tests in 10.303s
OK (SKIP=2)