alicloud-compute-fc-serverless-devs-test

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Category: test
分类:test

COMPUTE FC SERVERLESS DEVS Smoke Test

COMPUTE FC SERVERLESS DEVS 冒烟测试

Prerequisites

前置条件

  • Configure credentials with least privilege (
    ALICLOUD_ACCESS_KEY_ID
    /
    ALICLOUD_ACCESS_KEY_SECRET
    / optional
    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

测试步骤

  1. 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
  1. Read the target skill
    SKILL.md
    and identify one lowest-risk read-only API (for example
    Describe*
    /
    List*
    /
    Get*
    ).
  2. Execute one minimal call with bounded scope (region + page size / limit).
  3. Save request summary, response summary, and raw output under
    output/alicloud-compute-fc-serverless-devs-test/
    .
  4. If the call fails, record exact error code/message without guessing.
  1. 运行离线脚本编译检查(无需网络):
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
  1. 读取目标Skill的
    SKILL.md
    文件,找出一个风险最低的只读API(例如
    Describe*
    /
    List*
    /
    Get*
    类接口)。
  2. 执行一次范围受限的最小调用(指定区域 + 页大小/限制参数)。
  3. 将请求摘要、响应摘要和原始输出保存到
    output/alicloud-compute-fc-serverless-devs-test/
    目录下。
  4. 如果调用失败,准确记录错误码/错误信息,请勿主观猜测。

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
    output/alicloud-compute-fc-serverless-devs-test/
    with timestamp and parameters.
  • 脚本编译检查通过(
    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
  • 备注: