Update "indentify" to "identify" in comments

Change-Id: I03d53ec4da681c1a4dc97fa4a636bf54a3150e2e
This commit is contained in:
luke.li 2017-09-20 15:20:07 +08:00
parent f9065c4d97
commit 2829ace9e1

View File

@ -90,7 +90,7 @@ def cleanup_test_name(name, strip_tags=True, strip_scenarios=False):
Make it possible to strip out the testscenarios information (not to
be confused with tempest scenarios) however that's often needed to
indentify generated negative tests.
identify generated negative tests.
"""
if strip_tags:
tags_start = name.find('[')