Skip to content

Commit

Permalink
Expand blacklisting of tst_qsslkey to cover all versions of RHELs
Browse files Browse the repository at this point in the history
Previous blacklisting 5c4e503 only
covered RHEL 6.6 and RHEL 7.4. The problem however exists in all
6.x and 7.x distros as they have the same openssl.

This however leaves us the problem with future RHEL 8. This will
keep blacklisting these tests there as well. We need a way to blacklist
versions with a wildcard so that we could say RHEL-7.*

Task-number: QTBUG-46203
Change-Id: I2cc52ba2eac949214ecaa02e19d9e623d5befc49
Reviewed-by: Timur Pocheptsov <[email protected]>
  • Loading branch information
Tony Sarajärvi committed Mar 10, 2019
1 parent 3cdf3ae commit 912bcf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/auto/network/ssl/qsslkey/BLACKLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
redhatenterpriselinuxworkstation-6.6
rhel-7.4
redhatenterpriselinuxworkstation
rhel

0 comments on commit 912bcf0

Please sign in to comment.