So seems like this test is invalid: test_vpc_network. test_01_wait_network_gc and rest of the 2 in that suite needs to be re done as well without the network.gc
> -----Original Message----- > From: Sanjeev Neelarapu [mailto:sanjeev.neelar...@citrix.com] > Sent: Tuesday, September 17, 2013 2:36 PM > To: dev@cloudstack.apache.org > Subject: RE: Should VPC VR go to Stop after all VMs are deleted? > > Vpc router is not stopped even all the instances in a VPC are deleted. Router > will > remain in running state until we explicitly stops/destroys it. > > -----Original Message----- > From: Sowmya Krishnan [mailto:sowmya.krish...@citrix.com] > Sent: Tuesday, September 17, 2013 11:51 AM > To: dev@cloudstack.apache.org > Subject: Should VPC VR go to Stop after all VMs are deleted? > > When all instances in a VPC are deleted, I find the VPC router isn't stopped > unlike > normal isolated networks. Is this expected? > I think it is, since initially when we create a VPC, when no VMs are created > yet, > we still start up the VPC VR. > > But we have a test (test_vpc_network. test_01_wait_network_gc) which checks > for Router to be stopped after stopping all VMs and waits for gc to kick in. > Expected result is that, the router should be stopped. I don't find this > happening. > I am not even sure this is the expected behavior.