You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Chandan Purushothama (JIRA)" <ji...@apache.org> on 2014/11/07 20:32:34 UTC

[jira] [Created] (CLOUDSTACK-7860) [Automation] Fix the script "test_eip_elb.py" - Hardcoded NetScaler IP Address present in the script

Chandan Purushothama created CLOUDSTACK-7860:
------------------------------------------------

             Summary: [Automation] Fix the script "test_eip_elb.py" - Hardcoded NetScaler IP Address present in the script
                 Key: CLOUDSTACK-7860
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7860
             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: Gaurav Aradhye
            Priority: Critical
             Fix For: 4.5.0



Currently the script uses the following dictionary for netscaler IP Address information:

"netscaler": {
                                       "ipaddress": '10.147.40.100',
                                       "username": 'nsroot',
                                       "password": 'nsroot'
                                },

Script needs to be corrected to query for the Netscaler in the setup using CloudStack API and use the procured netscaler information in the testcases in the script.



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