Comment 1 for bug 1261593

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

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

commit e5939c32100ad42bfcf97f7373dfc06bc171e90e
Author: Isaku Yamahata <email address hidden>
Date: Tue Dec 17 12:00:22 2013 +0900

    ml2/type_gre: Adds missing clear_db to test_type_gre.py

    GreTypeTest.setUp() in test_type_gre.py should have
    self.addCleanup(db.clear_db). This patch adds it.

    Change-Id: I1f2ac5d2cae47812591fc5b50099053a4ad9ba85
    Closes-Bug: #1261593