mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【新增】增加API接口测试功能接口 为部分供应商API增加测试功能
This commit is contained in:
@@ -39,3 +39,12 @@ func TestALiOss(t *testing.T) {
|
||||
t.Logf("DeployAliCdn succeeded")
|
||||
}
|
||||
}
|
||||
|
||||
func TestAliyunCdnAPITest(t *testing.T) {
|
||||
result := AliyunCdnAPITest("10")
|
||||
if result != nil {
|
||||
t.Fatalf("SSHAPITest failed: %v", result)
|
||||
} else {
|
||||
t.Log("SSHAPITest success")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user