Comment 19 for bug 1329757

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

Reviewed: https://review.openstack.org/502912
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-openvswitch/commit/?id=e4ccc0dbf1ef96fb506a6cbceb6367efc96248f9
Submitter: Jenkins
Branch: master

commit e4ccc0dbf1ef96fb506a6cbceb6367efc96248f9
Author: zhangyangyang <email address hidden>
Date: Tue Sep 12 16:03:04 2017 +0800

    change assert(Not)Equals to assert(Not)Equal

    According to http://docs.python.org/2/library/unittest.html
    assert(Not)Equals is a deprecated alias of assert(Not)Equal.

    Change-Id: Ifa4bb3a204c7313ca8c24eb97956b150596ddf39
    Closes-Bug: #1329757