commit | 71a73245083f0135aea2fb063fd3dd7332ff08e1 | [log] [tgz] |
---|---|---|
author | Martin Kopec <mkopec@redhat.com> | Wed Jan 17 12:02:24 2024 +0100 |
committer | Martin Kopec <mkopec@redhat.com> | Wed Jan 17 12:09:50 2024 +0100 |
tree | d033aab6373ebec7b893bc09e89e4bab3b9e8f35 | |
parent | 7d950d78a2898977325a737bad8cf890ea0c0075 [diff] |
Fix network sorting in API tests There is a mismatch in some tests because sorted() sorts in ASCII order - digits are followed by uppercase characters and then lowercase characters. That doesn't work if a network's name starts with a capital letter. Closes-Bug: #2049211 Change-Id: I8328d7d8ca7b49b99feb24d77525abdc064aae80