[
https://issues.apache.org/jira/browse/CLOUDSTACK-9218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091063#comment-15091063
]
ASF GitHub Bot commented on CLOUDSTACK-9218:
--------------------------------------------
Github user DaanHoogland commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1323#discussion_r49276570
--- Diff: test/integration/component/test_redundant_router_cleanups.py ---
@@ -666,3 +667,156 @@ def test_network_gc(self):
"Router should be in stopped state"
)
return
+
+ @attr(tags=["advanced", "advancedns"], required_hardware="false")
+ def test_restart_ntwk_MVR_destroyed(self):
--- End diff --
can you lengthen the method name to be completely descriptive and not
acronym like (ntwk_MVR).
> Test to verify restart network after master VR destroyed
> --------------------------------------------------------
>
> Key: CLOUDSTACK-9218
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9218
> Project: CloudStack
> Issue Type: Test
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Sanjeev N
> Assignee: Sanjeev N
>
> Adding new marvin test to verify restarting network after destroying master
> router in RVR
> Steps followed:
> ============
> 1.Create network offering with RVR enabled
> 2.Create an isolated network and deploy guest vm in it
> 3.Destory(stop and destroy) master VR
> 4.Verify that backup VR switches to master
> 5.Restart network without cleanup
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)