You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Girish Shilamkar (JIRA)" <ji...@apache.org> on 2013/04/05 10:50:16 UTC

[jira] [Commented] (CLOUDSTACK-1758) CloudPlatform CS-17541 SSVM test cases failing in VMware with 4.1 builds

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

Girish Shilamkar commented on CLOUDSTACK-1758:
----------------------------------------------

The problem is ssvm cannot be ssh'd from mgt server:
2013-04-04 18:47:51,505 - DEBUG - testclient.testcase.TestSSVMs - Cloud Process status: ["Warning: Permanently added '[10.223.250.175]:3922' (RSA) to the list of known hosts.", 'Permission denied (publickey).']

I tried it manually from management server and it failed:
[root@auto_ms2 ~]# ssh -i /var/lib/cloud/management/.ssh/id_rsa -ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.223.250.175
Warning: Permanently added '[10.223.250.175]:3922' (RSA) to the list of known hosts.
Permission denied (publickey).
[root@auto_ms2 ~]#
                
>  CloudPlatform CS-17541 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: Test Lab
>    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 root@10.223.250.122 (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