[
https://issues.apache.org/jira/browse/CLOUDSTACK-9021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987068#comment-14987068
]
ASF GitHub Bot commented on CLOUDSTACK-9021:
--------------------------------------------
GitHub user wilderrodrigues opened a pull request:
https://github.com/apache/cloudstack/pull/1026
CLOUDSTACK-9021 - Add right interface when test is executed against
HyperV/VMware
The test now check the IP taking into account the right interface for
VMware/HyperV (eth1).
@karuturi could you please have a look? Unfortunately, I do not have
HyperV/VMware test environment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ekholabs/cloudstack
fix/test_ssvm-CLOUDSTACK-9021
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1026.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1026
----
commit 86d1b9632c0aecbc711f8f8243d56e7f515a1364
Author: Wilder Rodrigues <[email protected]>
Date: 2015-11-03T10:18:11Z
CLOUDSTACK-9021 - Add right interface when test is executed against
HyperV/VMware
----
> test_ssvm is failing due to wrong interface check on VMware and HyperV
> ----------------------------------------------------------------------
>
> Key: CLOUDSTACK-9021
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9021
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Test
> Affects Versions: 4.6.0
> Reporter: Wilder Rodrigues
> Assignee: Wilder Rodrigues
>
> In case of VMWare and Hyper-v , linc local is on eth1. So the command in
> all the failed tests to verify link local IP should be modified.
> "cat /var/cache/cloud/cmdline | xargs | sed \"s/ /\\n/g\" | grep eth0ip= |
> sed \"s/\=/ /g\" | awk '{print $2}'",.
> It is using eth0ip. However, it should be eth1ip.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)