commit | 115065a239a8e1ab50b6070a3c6ebfeabd0ad6fc | [log] [tgz] |
---|---|---|
author | yatinkarel <ykarel@redhat.com> | Tue Feb 01 15:19:39 2022 +0530 |
committer | yatinkarel <ykarel@redhat.com> | Wed Feb 02 10:36:55 2022 +0530 |
tree | dc41d151b6a40fa476ea70de49eb1afe81266e12 | |
parent | cae966812a4a5070c3e7f82d16ebe697da57e5c5 [diff] |
Fix TypeError in QoSBandwidthAndPacketRateTests [1] Added random int to flavor name but that resulted into TypeError: can only concatenate str (not "int") to str. Concatenate using % operator to fix it. Also make tempest-full-ussuri-py3 job non-voting temporary to unblock gate, can be reverted once [2] is fixed. [1] https://review.opendev.org/c/openstack/tempest/+/826946 [2] https://launchpad.net/bugs/1959600 Related-Bug: #1959467 Change-Id: I76e15b6b52bb44fec550ead510186c644c4a1c7f