]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
qa: correct line processing logic 1762/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 6 Jun 2022 18:12:09 +0000 (14:12 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 6 Jun 2022 18:18:24 +0000 (14:18 -0400)
commit8ac77c4a1c9cf62fe7d9e4c4a7dd50fbf1500a0b
tree5b1e0e0bd18e2d3b00da66c349eef50a97353c1a
parent53fc7fef6ccaf21fabe4a23a38668920f3ae41b8
qa: correct line processing logic

Most runs don't use --no-nested-subset and for those that used --subset,
the if conditions would correctly pickup "seed" (when it mattered).
However, when --subset was not specified in the original run, the "seed"
was not correctly picked up. Therefore, the result of inserting the "if
no_nested_subset is None:" before the "elif seed is None:" caused it to
never read the seed for most folks teuthology runs.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/report.py