Comment 5 for bug 1513777

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-qa (master)

Reviewed: https://review.openstack.org/250673
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=6cae33f50a5d4b3decf7e128687732d813846015
Submitter: Jenkins
Branch: master

commit 6cae33f50a5d4b3decf7e128687732d813846015
Author: Alexey Stepanov <email address hidden>
Date: Fri Nov 27 11:35:52 2015 +0300

    Fis mistypes with affect on API

    1. screnarios -> scenarios
    2. spended_time -> spent time (used only at 1 place)
    3. rename few test methods (not groups)
    4. removed unused code (
          assign element of dictionary before return of this element only,
          redundant parenthesis - again,
          comeback of mutable defaults - again,
          variable, which redefined on the next line in if-else)

    Change-Id: I68ffdc85c2d1289d7ab6ef6a7f4084c19e7afcf9
    Related-Bug: #1513777