Add test cases for running with SigningTable and no KeyTable

This commit is contained in:
Scott Kitterman
2019-10-22 20:43:53 -04:00
parent f93dbeb966
commit accabcf217
2 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -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