Reviewed: https://review.openstack.org/258885 Committed: https://git.openstack.org/cgit/openstack/networking-cisco/commit/?id=7cc1f5e5b60df55c20f220c4066ba1e5c951732d Submitter: Jenkins Branch: master
commit 7cc1f5e5b60df55c20f220c4066ba1e5c951732d Author: Shuquan Huang <[email protected]> Date: Thu Dec 17 17:05:31 2015 +0800 Replace assertEqual(None, *) with assertIsNone in tests Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: Id7b3df39092d6a5ae3f0c35a5b8d33986e46f73b Closes-bug: #1280522 ** Changed in: networking-cisco Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1280522 Title: Replace assertEqual(None, *) with assertIsNone in tests Status in Anchor: Fix Released Status in Cinder: Fix Released Status in Glance: Fix Released Status in glance_store: Fix Released Status in heat: Fix Released Status in heat-cfntools: In Progress Status in Heat Translator: In Progress Status in OpenStack Dashboard (Horizon): Fix Released Status in Ironic: Fix Released Status in ironic-python-agent: Fix Released Status in OpenStack Identity (keystone): Fix Released Status in Manila: Fix Released Status in networking-cisco: Fix Released Status in OpenStack Compute (nova): Fix Released Status in ooi: In Progress Status in os-client-config: Fix Released Status in python-barbicanclient: In Progress Status in python-ceilometerclient: Fix Released Status in python-cinderclient: Fix Released Status in python-congressclient: In Progress Status in python-cueclient: In Progress Status in python-designateclient: In Progress Status in python-glanceclient: Fix Released Status in python-heatclient: In Progress Status in python-ironicclient: Fix Released Status in python-manilaclient: In Progress Status in python-neutronclient: Fix Released Status in python-openstackclient: In Progress Status in OpenStack SDK: New Status in python-troveclient: Fix Released Status in Python client library for Zaqar: Fix Released Status in refstack: New Status in Sahara: Fix Released Status in Solum: In Progress Status in Stackalytics: New Status in tempest: Fix Released Status in Trove: Fix Released Status in tuskar: Fix Released Status in zaqar: In Progress Bug description: Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. To manage notifications about this bug go to: https://bugs.launchpad.net/anchor/+bug/1280522/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

