summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2021-09-16 18:38:15 +0000
committerJohn M. Schanck <jschanck@mozilla.com>2021-09-16 18:38:15 +0000
commit9b560f4f1edd8414d6e59a3d26d272665bdc3d5a (patch)
tree47331a4f9c3adac2b741431f6460f0aa516e8fc0 /tests
parentcc677db0cb3f4b7175390b807cc2e2911657beb9 (diff)
downloadnss-hg-9b560f4f1edd8414d6e59a3d26d272665bdc3d5a.tar.gz
Bug 1667000: respect server requirements of tlsfuzzer/test-tls13-signature-algorithms.py r=nss-reviewers,bbeurdouche
We recently updated tlsfuzzer so that we could enable a test for Bug 1662515. Since that update we've been seeing intermittent failures for tlsfuzzer/test-tls13-signature-algorithms.py, which is a bit surprising as our config labels this test as "exp_pass: false". This patch aligns our selfserv configuration for the tls13-sig-algs test with the requirements of the test, and should fix the issue, but there are clearly some other underlying problems here. Differential Revision: https://phabricator.services.mozilla.com/D124825
Diffstat (limited to 'tests')
-rw-r--r--tests/tlsfuzzer/config.json.in26
1 files changed, 18 insertions, 8 deletions
diff --git a/tests/tlsfuzzer/config.json.in b/tests/tlsfuzzer/config.json.in
index e196121dd..28a7dc015 100644
--- a/tests/tlsfuzzer/config.json.in
+++ b/tests/tlsfuzzer/config.json.in
@@ -120,14 +120,6 @@
]
},
{
- "name" : "test-tls13-signature-algorithms.py",
- "arguments": [
- "-p", "@PORT@"
- ],
- "comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1482386",
- "exp_pass": false
- },
- {
"name" : "test-tls13-unrecognised-groups.py",
"arguments": [
"-p", "@PORT@", "--cookie"
@@ -171,6 +163,24 @@
{
"server_command": [
"@SELFSERV@", "-w", "nss", "-d", "@SERVERDIR@",
+ "-n", "rsa-pss", "-J", "rsa_pss_rsae_sha512", "-p", "@PORT@"
+ ],
+ "server_hostname": "@HOSTADDR@",
+ "server_port": @PORT@,
+ "tests" : [
+ {
+ "name" : "test-tls13-signature-algorithms.py",
+ "comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1482386",
+ "exp_pass": false,
+ "arguments": [
+ "-p", "$PORT@"
+ ]
+ }
+ ]
+ },
+ {
+ "server_command": [
+ "@SELFSERV@", "-w", "nss", "-d", "@SERVERDIR@",
"-V", "tls1.0:", "-H", "1",
"-n", "rsa",
"-c", ":C028",