[
https://issues.apache.org/jira/browse/CLOUDSTACK-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15054189#comment-15054189
]
ASF GitHub Bot commented on CLOUDSTACK-9135:
--------------------------------------------
Github user wilderrodrigues commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1221#discussion_r47429990
--- Diff: test/integration/smoke/test_internal_lb.py ---
@@ -286,9 +302,12 @@ def setUpClass(cls):
%s" % (cls.account.name,
cls.account.id))
- cls.cleanup = [cls.template, cls.account, cls.compute_offering]
+ cls._cleanup = [cls.template, cls.account, cls.compute_offering]
--- End diff --
Hi @borisroman
I added a setUp() and tearDown() methods that are called before/after each
test. By doing so, we make sure that each test is done in isolation.
The tearDown() method uses the cleanup list, whilst the tearDownClass()
method uses the _cleanup list.
The tearDownClass() is called only when all the tests are done.
:)
> As a Developer I want the test_internal_lb.py to test Redundant VPCs
> --------------------------------------------------------------------
>
> Key: CLOUDSTACK-9135
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9135
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.6.0, 4.6.1
> Reporter: Wilder Rodrigues
> Assignee: Wilder Rodrigues
> Fix For: 4.7.0
>
>
> The current test covers only single VPCs, we have to extend it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)