]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
test_sh_progress(): Simplify caplog logic
authorZack Cerza <zack@redhat.com>
Tue, 26 May 2020 20:33:00 +0000 (14:33 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 27 May 2020 19:39:17 +0000 (13:39 -0600)
commitc261c3a5ce835fd910ef96fbd08bc4b88bb25f9b
tree67ac797670bd92c040806d28d85592842627bdfd
parent662bdabb1f24481eaa554d8f4131a56824f6296c
test_sh_progress(): Simplify caplog logic

The use of the asctime attribute appeared to be causing problems in
python3 - let's use the captured attribute, which is exactly what we
want anyway.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/test/test_misc.py