]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
test_misc: Speed up and fix two test bugs
authorZack Cerza <zack@redhat.com>
Thu, 1 Aug 2024 00:45:57 +0000 (18:45 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 8 Aug 2024 00:05:15 +0000 (18:05 -0600)
commite72b81f71ba668f0defc84b3143f0e929a8c21c3
tree2aa304d962eda9536f2f16327ac468f0244deb45
parent312e4bd8acbeae128e3dd0ccaa953e50505abe85
test_misc: Speed up and fix two test bugs

One test had a missing assert; another had a comparison that would never fire
because of an expected exception being raised during the call.

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