[
https://issues.apache.org/jira/browse/CLOUDSTACK-9218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228097#comment-15228097
]
ASF GitHub Bot commented on CLOUDSTACK-9218:
--------------------------------------------
Github user sanju1010 commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1323#discussion_r58686721
--- 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 --
@DaanHoogland , I have modified the method name as per your review comment.
Can you please review it?
> 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)