Comment 8 for bug 1569507

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/307398
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d87b37876abdb89b89b40aeefba0fcae86efde41
Submitter: Jenkins
Branch: master

commit d87b37876abdb89b89b40aeefba0fcae86efde41
Author: Henry Gessau <email address hidden>
Date: Mon Apr 18 14:05:42 2016 -0400

    Move class properties to instances for dhcp/test_agent.py

    Using class properties for tests always carries the risk of
    conflicting use between test cases when tests are run in parallel.

    Change-Id: I41034001a8674ad208c57f2f60266769390f924b
    Related-Bug: #1569507