Santhosh Kumar Edukulla created CLOUDSTACK-6794:
---------------------------------------------------
Summary: [Automation]: test_iso suite is failing because of iso
retrieval path
Key: CLOUDSTACK-6794
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6794
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Automation
Reporter: Santhosh Kumar Edukulla
>From the environment, where bvt is running, the path to download iso was not
>reachable, below url "http://people.apache.org/~tsp/dummy.iso", was used for
>downloading iso and the setup either need to have access to the this url or
>url path for local share has to be used, still otherwise these suites will
>fail.
"iso": {
"displaytext": "Test ISO",
"name": "ISO",
"url": "http://people.apache.org/~tsp/dummy.iso",
"bootable": False,
"ispublic": False,
"ostype": "CentOS 5.6 (64-bit)",
},
"iso1": {
"displaytext": "Test ISO 1",
"name": "ISO 1",
"url": "http://people.apache.org/~tsp/dummy.iso",
"isextractable": True,
"isfeatured": True,
"ispublic": True,
"ostype": "CentOS 5.6 (64-bit)",
},
"iso2": {
"displaytext": "Test ISO 2",
"name": "ISO 2",
"url": "http://people.apache.org/~tsp/dummy.iso",
"isextractable": True,
"isfeatured": True,
"ispublic": True,
"ostype": "CentOS 5.6 (64-bit)",
"mode": 'HTTP_DOWNLOAD',
--
This message was sent by Atlassian JIRA
(v6.2#6252)