test: 添加两个完整的单元测试.

本次提交添加(补充) GroovyTriggerProvider 和 SshAuthInfoSerializer 的完整单元测试类.
This commit is contained in:
2021-08-20 02:30:56 +08:00
parent 4609e146d9
commit 616179c00a
18 changed files with 383 additions and 21 deletions

View File

@ -0,0 +1,9 @@
{
"username": "opc",
"authType": "Public_Key",
"serverKey": {
"msg": "badServerKeyField"
},
"privateKeyPath": "~/.ssh/id_rsa",
"keyPassword": "123456"
}