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 13:57:52 UTC

[jira] [Commented] (CLOUDSTACK-7388) [Automation] Fix the script "test_redundant_router.py" - Script is hardcoded to use "password" as Host's password

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

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

Commit 3d369de6fe3bc415c5bda5dffecc79e02ca58993 in cloudstack's branch refs/heads/master from SrikanteswaraRao Talluri
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3d369de ]

CLOUDSTACK-7388: removed host credentials in the services dict.


> [Automation] Fix the script "test_redundant_router.py" - Script is hardcoded to use "password" as Host's password
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7388
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7388
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation, Test
>    Affects Versions: 4.5.0
>            Reporter: Chandan Purushothama
>            Assignee: Srikanteswararao Talluri
>            Priority: Critical
>             Fix For: 4.5.0
>
>
> Script is at: component/maint/.
> Observe the below code in test_redundant_router.py script:
> {code}
> ...
> .
> .
>                         },
>                         "host": {
>                                  "username": "root",
>                                  "password": "password",
>                                  "publicport": 22,
>                         },
>                         "network": {
> .....
> .
> .
> .
>     @attr(tags=["advanced", "advancedns", "ssh"])
>     def test_redundantVR_internals(self):
>         """Test redundant router internals
>         """
> .
> .
> .
>         else:
>             result = get_process_status(
>                                 backup_host.ipaddress,
>                                 self.services['host']["publicport"],
>                                 self.services['host']["username"],
>                                 self.services['host']["password"],
>                                 backup_router.linklocalip,
>                                 'ip addr show eth2',
>                                 )
>         res = str(result)
> .
> .
> .
> {code}
> The above code should be changed to use the host information from configuration file outside this script.



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