You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/04 23:48:24 UTC

[jira] [Commented] (CLOUDSTACK-7448) [Automation] test_delete_account and test_releaseIP failing in advanced zone

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

ASF subversion and git services commented on CLOUDSTACK-7448:
-------------------------------------------------------------

Commit 06b96d1ccf85455587d5098402de14c2930328f0 in cloudstack's branch refs/heads/master from [~alexbre]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=06b96d1 ]

CLOUDSTACK-7448 Fix test_delete_account and test_releaseIP

CLOUDSTACK-4840 changed test_data.py to make the lbrule publicport be 22,
instead of 2222. In doing so, this caused the following tests to fail, as they
hit a problem where they tried to use port 22 for both the lbrule and for other
purposes:
integration.smoke.test_network.TestDeleteAccount.test_delete_account
integration.smoke.test_network.TestReleaseIP.test_releaseIP

The reason the change appears to have been made was that in
test_lb_secondary_ip.py, despite setting up the load balancer using lbrule, the
tests then used the SSH port from natrule to try and access the VM. By changing
lbrule to use port 22 (the same as natrule) this avoided the problem.

This patch updates test_lb_secondary_ip.py to use the SSH port in lbrule where
necessary to access the VMs, and reverts the change to test_data.py


> [Automation] test_delete_account and test_releaseIP failing in advanced zone
> ----------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7448
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7448
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: 4.5.0
>            Reporter: Alex Brett
>            Assignee: Alex Brett
>             Fix For: 4.5.0
>
>
> Advanced zone BVTs are currently seeing two test failures:
> integration.smoke.test_network.TestDeleteAccount.test_delete_account
> integration.smoke.test_network.TestReleaseIP.test_releaseIP
> In both cases the failure is:
> {noformat}
> Execute cmd: createloadbalancerrule failed, due to: errorCode: 537, errorText:The range specified, 22-22, conflicts with rule 55 which has 22-22
> {noformat}
> This appears to be due to this commit from CLOUDSTACK-4840, which changed test_data.py to specify the publicport for the lbrule as 22 and not 2222: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=134a868



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)