> On July 15, 2013, 1:07 p.m., Prasanna Santhanam wrote: > > This won't apply as it was already resolved in > > b8d876fff806e33e859016c252bd208c1ea28c2d. Is there a new diff on top of > > master? Can you please check?
Hi Prasanna, The commit "b8d876fff806e33e859016c252bd208c1ea28c2d" is absent in branch master-6-17-stable branch. It's present in master. I think we have missed this. Also the change in try_ssh function was absent in above commit, which is present in this diff as it is logically a generic function now. The function try_ssh was earlier reading ip address by reading from object and it is used in two test cases. To avoid confusion I have made it to accept directly ip address. - Gaurav ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12546/#review23147 ----------------------------------------------------------- On July 15, 2013, 12:29 p.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12546/ > ----------------------------------------------------------- > > (Updated July 15, 2013, 12:29 p.m.) > > > Review request for cloudstack and Prasanna Santhanam. > > > Repository: cloudstack-git > > > Description > ------- > > Resolved CLOUDSTACK-3168: Changed try_ssh function defn. Now it directly > accepts ip address as parameter instead of reading it from object l > ater. This resolves object Nonetype issues which were arising due to passing > wrong parameter as ip address > > > Diffs > ----- > > test/integration/smoke/test_network.py 6788dca > > Diff: https://reviews.apache.org/r/12546/diff/ > > > Testing > ------- > > > Thanks, > > Gaurav Aradhye > >