alicloud-compute-fc-serverless-devs-test
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCategory: test
分类:test
COMPUTE FC SERVERLESS DEVS Smoke Test
COMPUTE FC SERVERLESS DEVS 冒烟测试
Prerequisites
前置条件
- Configure credentials with least privilege (/
ALICLOUD_ACCESS_KEY_ID/ optionalALICLOUD_ACCESS_KEY_SECRET).ALICLOUD_REGION_ID - Target skill: .
skills/compute/fc/alicloud-compute-fc-serverless-devs/
- 使用最小权限配置凭证(/
ALICLOUD_ACCESS_KEY_ID/ 可选配置ALICLOUD_ACCESS_KEY_SECRET)。ALICLOUD_REGION_ID - 目标Skill:。
skills/compute/fc/alicloud-compute-fc-serverless-devs/
Test Steps
测试步骤
- Run offline script compilation check (no network needed):
bash
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/compute/fc/alicloud-compute-fc-serverless-devs \
--output output/alicloud-compute-fc-serverless-devs-test/compile-check.json- Read the target skill and identify one lowest-risk read-only API (for example
SKILL.md/Describe*/List*).Get* - Execute one minimal call with bounded scope (region + page size / limit).
- Save request summary, response summary, and raw output under .
output/alicloud-compute-fc-serverless-devs-test/ - If the call fails, record exact error code/message without guessing.
- 运行离线脚本编译检查(无需网络):
bash
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/compute/fc/alicloud-compute-fc-serverless-devs \
--output output/alicloud-compute-fc-serverless-devs-test/compile-check.json- 读取目标Skill的文件,找出一个风险最低的只读API(例如
SKILL.md/Describe*/List*类接口)。Get* - 执行一次范围受限的最小调用(指定区域 + 页大小/限制参数)。
- 将请求摘要、响应摘要和原始输出保存到目录下。
output/alicloud-compute-fc-serverless-devs-test/ - 如果调用失败,准确记录错误码/错误信息,请勿主观猜测。
Pass Criteria
通过标准
- Script compilation check passes ().
compile-check.json.status=pass - The selected read-only API call succeeds and returns valid response structure.
- Evidence files exist in with timestamp and parameters.
output/alicloud-compute-fc-serverless-devs-test/
- 脚本编译检查通过()。
compile-check.json.status=pass - 选中的只读API调用成功,且返回结构有效的响应。
- 目录下存在带时间戳和参数的证据文件。
output/alicloud-compute-fc-serverless-devs-test/
Result Template
结果模板
- Date: YYYY-MM-DD
- Skill: skills/compute/fc/alicloud-compute-fc-serverless-devs
- Conclusion: pass / fail
- Notes:
- 日期:YYYY-MM-DD
- Skill:skills/compute/fc/alicloud-compute-fc-serverless-devs
- 结论:pass / fail
- 备注: