Bug 1040987

Summary: [RFE][nova]: replace assertEquals with assertEqual
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: hateya, markmc, sgordon, yeylon
Target Milestone: Upstream M1Keywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/assertequal
Whiteboard: upstream_milestone_icehouse-1 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-17 01:10:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 13:21:09 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/assertequal.

Description:

In Python 3, failUnlessEqual and are explicitly deprecated.

Method Name	Deprecated alias(es)
assertEqual()	failUnlessEqual, assertEquals

http://docs.python.org/3/library/unittest.html

There will be 2 phases:
1. cleanup of the code
2. automatic enforcement

No DocImpact

Specification URL (additional information):

None