Comment 16 for bug 1580648

Revision history for this message
Ann Taraday (akamyshnikova) wrote :

The same steps as mentioned in bug description.
1) I put pdb.stack_trace() in https://github.com/openstack/neutron/blob/master/neutron/tests/functional/agent/l3/test_ha_router.py#L324
2) run tox -e dsvm-functional -- test_ha_router_failover
3) in pdb check router1.ha_state, router2.ha_state they both were master.

And now it also does not reproduce for me as well.
(Pdb) router1.ha_state, router2.ha_state
('master', 'backup')