Comment 2 for bug 1829475

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

Reviewed: https://review.opendev.org/659601
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=5511ea02037abc02cd7e91d3a7a2ea712de7be1e
Submitter: Zuul
Branch: master

commit 5511ea02037abc02cd7e91d3a7a2ea712de7be1e
Author: Martin Kopec <email address hidden>
Date: Thu May 16 15:24:00 2019 +0000

    Fix mismatch error due to map in python3

    When executed by python3 the test failed on a mismatch_error
    caused by the fact that map function works differently in
    python3.
    The review fixes the issue by rewriting the line filtering
    extensions to list comprehension.

    Closes-Bug: #1829475

    Change-Id: Ic2db882e505e7992192767acbe12a153b2d879e9