[
https://issues.apache.org/jira/browse/CLOUDSTACK-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13644214#comment-13644214
]
Girish Shilamkar edited comment on CLOUDSTACK-1758 at 4/29/13 2:43 AM:
-----------------------------------------------------------------------
it is a problem that id_rsa key which the testcases expects to be in
/var/lib/cloud/management/.ssh/id_rsa. We need make sure that the working
id_rsa key which is /usr/share/cloudstack-common/scripts/vm/systemvm/id_rsa.
cloud also available as "/var/lib/cloud/management/.ssh/id_rsa"
We might need to change the path permanently. Cause we added the existing path
specifically for vmware.Or even better should be make it configurable.
was (Author: gpshilamkar):
it is a problem that id_rsa key which the testcases expects to be in
/var/lib/cloud/management/.ssh/id_rsa. We need make sure that the working
id_rsa key which is /usr/share/cloudstack-common/scripts/vm/systemvm/id_rsa.
cloud also available as "/var/lib/cloud/management/.ssh/id_rsa"
We might need to change the path permanently. Cause we added the existing path
specifically for vmware.Or even better should be made configurable.
> SSVM test cases failing in VMware with 4.1 builds
> --------------------------------------------------
>
> Key: CLOUDSTACK-1758
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1758
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Affects Versions: 4.1.0
> Environment: vm ware
> Reporter: Rayees Namathponnan
> Assignee: Girish Shilamkar
> Fix For: 4.1.0
>
>
> SVM test cases failing in VM ware,
> Traceback (most recent call last):
> File
> "/data/Repo2/incubator-cloudstack/test/integration/smoke/test_ssvm.py", line
> 804, in test_08_reboot_cpvm
> self.test_04_cpvm_internals()
> File
> "/data/Repo2/incubator-cloudstack/test/integration/smoke/test_ssvm.py", line
> 481, in test_04_cpvm_internals
> "Check cloud service is running or not"
> AssertionError: Check cloud service is running or not
> I checked the ssvm, i can see cloud server is running
> Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
> permitted by applicable law.
> root@s-3-VM:~# service cloud status
> cloud.com service (type=secstorage) is running: process id: 2751
> root@s-3-VM:~# service cloud status
> cloud.com service (type=secstorage) is running: process id: 2751
> root@s-3-VM:~#
> followed below steps
> > cp /usr/share/cloudstack-common/scripts/vm/systemvm/id_rsa.cloud /tmp
> > chmod 600 /tmp/id_rsa.cloud
> > ssh -i /tmp/id_rsa.cloud -p 3922 [email protected] (private ip)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira