You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Girish Shilamkar (JIRA)" <ji...@apache.org> on 2013/10/08 06:48:45 UTC

[jira] [Commented] (CLOUDSTACK-4820) TestVPCNetworkGc.test_01_wait_network_gc netacls are not cleared

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788904#comment-13788904 ] 

Girish Shilamkar commented on CLOUDSTACK-4820:
----------------------------------------------

======================================================================
FAIL: test_01_wait_network_gc (test_vpc_network.TestVPCNetworkGc)
Test network gc after shutdown of vms in the network
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/girish-1/test_vpc_network.py", line 2382, in test_01_wait_network_gc
    self.assertEqual(netacls, None, "Netacls were not cleared after network GC thread is run")
AssertionError: Netacls were not cleared after network GC thread is run

----------------------------------------------------------------------
Ran 20 tests in 1693.418s

FAILED (failures=1, skipped=19)


[root@autoclient1 girish-1]# cat result.log
test_01_create_network (test_vpc_network.TestVPCNetwork)
Test create network in VPC ... skipped 'Skip'
test_02_create_network_fail (test_vpc_network.TestVPCNetwork)
Test create network in VPC mismatched services (Should fail) ... skipped 'Skip'
test_03_create_network_netscaler (test_vpc_network.TestVPCNetwork)
Test create network using netscaler for LB ... skipped 'Skip'
test_04_create_multiple_networks_with_lb (test_vpc_network.TestVPCNetwork)
Test create multiple networks with LB service (Should fail) ... skipped 'Skip'
test_05_create_network_ext_LB (test_vpc_network.TestVPCNetwork)
Test create network with external LB devices ... skipped 'Skip'
test_06_create_network_with_rvr (test_vpc_network.TestVPCNetwork)
Test create network with redundant router capability ... skipped 'Skip'
test_07_create_network_unsupported_services (test_vpc_network.TestVPCNetwork)
Test create network services not supported by VPC (Should fail) ... skipped 'Skip'
test_08_create_network_without_sourceNAT (test_vpc_network.TestVPCNetwork)
Test create network without sourceNAT service in VPC (should fail) ... skipped 'Skip'
test_09_create_network_shared_nwoff (test_vpc_network.TestVPCNetwork)
Test create network with shared network offering ... skipped 'Skip'
test_10_create_network_with_conserve_mode (test_vpc_network.TestVPCNetwork)
Test create network with conserve mode ON ... [root@autoclient1 girish-1]# tailf client.log 
2013-10-07 02:06:03,055 - DEBUG - test_01_wait_network_gc (test_vpc_network.TestVPCNetworkGc) - Waiting for network garbage collection thread to run
2013-10-07 02:26:04,657 - DEBUG - test_01_wait_network_gc (test_vpc_network.TestVPCNetworkGc) - List of NetACLS [{protocol : u'icmp', aclid : u'a6fbdb8e-049c-480e-8e3f-dd96f0b376dd', tags : [], cidrlist : u'0.0.0.0/0', number : 2, icmptype : -1, traffictype : u'Egress', state : u'Active', action : u'Allow', icmpcode : -1, id : u'681485ea-c5e7-4638-8685-256c590b506f'}, {startport : u'22', endport : u'2222', aclid : u'a6fbdb8e-049c-480e-8e3f-dd96f0b376dd', tags : [], cidrlist : u'0.0.0.0/0', number : 1, traffictype : u'Ingress', state : u'Active', action : u'Allow', protocol : u'tcp', id : u'd1bcd64c-c522-4be1-9b8c-99b0eaa432f6'}]

> TestVPCNetworkGc.test_01_wait_network_gc netacls are not cleared
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-4820
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4820
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Girish Shilamkar
>         Attachments: management-server.tgz
>
>
> While updating the testcase TestVPCNetworkGc.test_01_wait_network_gc
> it was found that even after waiting for network garbage collector to run, the netacls are not cleared.



--
This message was sent by Atlassian JIRA
(v6.1#6144)