Add test cases for running with SigningTable and no KeyTable
This commit is contained in:
@@ -69,7 +69,7 @@ function connect_and_send (sockname, headers, body)
|
||||
return conn
|
||||
end
|
||||
|
||||
for _, keytype in ipairs({"ed25519", "rsa", "ed25519.table", "rsa.table"}) do
|
||||
for _, keytype in ipairs({"ed25519", "rsa", "ed25519.stable", "rsa.stable", "ed25519.table", "rsa.table"}) do
|
||||
mt.echo("testing "..keytype)
|
||||
signing = connect_and_send("unix:"..keytype..".signing.sock", msg.headers, msg.body)
|
||||
-- verify that a test header field got added
|
||||
|
||||
Reference in New Issue
Block a user