Comment 5 for bug 1262785

Revision history for this message
dkehn (dekehn) wrote :

The bug is moving around, do not see the DEAD_VLAN_TAG, but failure stillexists on:
# FIXME (anthony): make xs support security groups
if [ "$VIRT_DRIVER" != "xenserver" -a "$VIRT_DRIVER" != "openvz" ]; then
    # Test we can aren't able to ping our floating ip within ASSOCIATE_TIMEOUT seconds
    ping_check "$PUBLIC_NETWORK_NAME" $FLOATING_IP $ASSOCIATE_TIMEOUT Fail
fi
.
.
-- 172.24.4.4 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.696/0.696/0.696/0.000 ms
+ [[ Fail = \T\r\u\e ]]
+ die 898 '[Fail] Could ping server'
+ local exitcode=1
+ set +o xtrace
[Call Trace]
/opt/stack/new/devstack/exercises/floating_ips.sh:182:ping_check
/opt/stack/new/devstack/functions:1729:_ping_check_neutron
/opt/stack/new/devstack/lib/neutron:898:die
[ERROR] /opt/stack/new/devstack/lib/neutron:898 [Fail] Could ping server