<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 27, 2014 at 10:34 AM, Brian Haley <span dir="ltr"><<a href="mailto:brian.haley@hp.com" target="_blank">brian.haley@hp.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">Ok, part of this is my kernel background, where true=1 like it should be :)<br>
</div>
So there's a -EUSERERROR there.<br></blockquote><div><br></div><div>Right.  This is Bourne/POSIX shell, forget everything logical. ;)</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
That call to 'ip netns exec...' should be:<br>
<br>
sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ip netns exec...<br>
<br>
Perhaps there's something up with this test - exercises/floating_ips.sh - I'll<br>
try running it by hand.</blockquote><div><br></div><div>There is a problem in two of DevStack's exercises, floating_ips.sh and volume.sh, where lib/neutron is not set up properly to handle the ping_check() function calls.  That is what leads to what you see.  <a href="https://review.openstack.org/#/c/76867/">https://review.openstack.org/#/c/76867/</a> fixes the problem in the exercises.</div>
<div><br></div><div>As you know, the actual issue is that Q_RR_COMMAND is not set.  Which is because 'is_service_enabled neutron' check appears to be failing.  Note that is not the one you found in the logs as the one in question isn't actually logged.  I've just re-submitted the above review with that logging turned on.</div>
<div><br></div><div>The changes to is_service_enabled() are (so far) backward-compatible in that if is_neutron_enabled() is not declared (as is the case now) the old check in is_service_enabled for 'neutron' should still catch it.  That happens everywhere else and in the DevStack test scripts, so I'm baffled and awaiting the current gate check on 76867.</div>
<div><br></div><div>dt</div><div><br></div></div>-- <br><br>Dean Troyer<br><a href="mailto:dtroyer@gmail.com">dtroyer@gmail.com</a><br>
</div></div>