Thanks for the details, Sanjeev. Fixing the test now. PR to follow.
Cheers, Wilder > On 03 Nov 2015, at 10:26, Sanjeev N <sanj...@apache.org> wrote: > > 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. > > On Tue, Nov 3, 2015 at 12:25 PM, Wilder Rodrigues < > wrodrig...@schubergphilis.com> wrote: > >> Thanks , Raja! >> >> Will fix it today! >> >> Cheers, >> Wilder >> >> Sent from my iPhone >> >> On 02 Nov 2015, at 14:11, Raja Pullela <raja.pull...@citrix.com<mailto: >> raja.pull...@citrix.com>> wrote: >> >> Hi wilder, missed your earlier email.. sorry, here are the details. Let >> me know if you need any further details. I believe for Hyperv/Vmware the >> ips come from the pod cidr and the validation should be skipped. >> >> Raja >> Error Message >> >> The cached Link Local should be the same as the current Link Local IP, but >> they are different! Current ==> 10.71.153.33; Cached ==> 169.254.1.130 >> Logs available at <location deleted> >> >> Stacktrace >> >> File "/usr/lib/python2.7/unittest/case.py", line 329, in run >> testMethod() >> File "/root/cloudstack/test/integration/smoke/test_ssvm.py", line 518, >> in test_03_ssvm_internals >> "The cached Link Local should be the same as the current Link Local >> IP, but they are different! Current ==> %s; Cached ==> %s " % >> (linklocal_ip, res) >> File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual >> assertion_func(first, second, msg=msg) >> File "/usr/lib/python2.7/unittest/case.py", line 924, in >> assertMultiLineEqual >> self.fail(self._formatMessage(msg, standardMsg)) >> File "/usr/lib/python2.7/unittest/case.py", line 410, in fail >> raise self.failureException(msg) >> 'The cached Link Local should be the same as the current Link Local IP, >> but they are different! Current ==> 10.71.153.33; Cached ==> 169.254.1.130 >> \n >> >> ________________________________ >> >> From: Wilder Rodrigues <wrodrig...@schubergphilis.com<mailto: >> wrodrig...@schubergphilis.com>> >> Date: November 2, 2015 at 4:04:31 PM GMT+5:30 >> To: Rajani Karuturi <raj...@apache.org<mailto:raj...@apache.org>>, Remi >> Bergsma <rberg...@schubergphilis.com<mailto:rberg...@schubergphilis.com>>, >> Raja Pullela <raja.pull...@citrix.com<mailto:raja.pull...@citrix.com>>, >> dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org> < >> dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>> >> Subject: Re: CloudStack-8933 changes regressed HyperV and VMware BVTs - 8 >> tests in test_ssvm.py >> >> Hi Raja, >> >> We don't have vmware/hyperv test environment. Could you please print the >> whole error message? I'm missing the bit that says: >> >> Current ==> %s; Cached ==> %s >> >> Without the full message I cannot look further into it. >> >> Cheers, >> Wilder >> >> >> >>> On 30 Oct 2015, at 17:03, Raja Pullela <raja.pull...@citrix.com<mailto: >> raja.pull...@citrix.com>> wrote: >>> >>> Hi Wilder >>> >>> The changes from this commit are failing the HyperV and VMware BVTs. >>> >>> Can you please let me know if these tests were passing in your >> environment- VMware, Hyperv? >>> >>> Raja >>> >>> Error - "the cached link local should be same current local ip, but they >> are different!" >>> >> >>