alicloud-ai-cloud-call-center-test

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Category: test
分类:测试

AI CLOUD CALL CENTER Smoke Test

阿里云AI云呼叫中心冒烟测试

Prerequisites

前置条件

  • Configure credentials with least privilege (
    ALICLOUD_ACCESS_KEY_ID
    /
    ALICLOUD_ACCESS_KEY_SECRET
    / optional
    ALICLOUD_REGION_ID
    ).
  • Target skill:
    skills/ai/service/alicloud-ai-cloud-call-center/
    .
  • 配置最小权限的凭证(
    ALICLOUD_ACCESS_KEY_ID
    /
    ALICLOUD_ACCESS_KEY_SECRET
    / 可选
    ALICLOUD_REGION_ID
    )。
  • 目标skill:
    skills/ai/service/alicloud-ai-cloud-call-center/

Test Steps

测试步骤

  1. Run offline script compilation check (no network needed):
bash
python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/ai/service/alicloud-ai-cloud-call-center \
  --output output/alicloud-ai-cloud-call-center-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-ai-cloud-call-center-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/ai/service/alicloud-ai-cloud-call-center \
  --output output/alicloud-ai-cloud-call-center-test/compile-check.json
  1. 阅读目标skill的
    SKILL.md
    文档,找出一个风险最低的只读API(例如
    Describe*
    /
    List*
    /
    Get*
    类型的接口)。
  2. 执行一次范围受限的最小调用(限定区域 + 页大小/返回数量限制)。
  3. 将请求摘要、响应摘要和原始输出保存到
    output/alicloud-ai-cloud-call-center-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-ai-cloud-call-center-test/
    with timestamp and parameters.
  • 脚本编译检查通过(
    compile-check.json.status=pass
    )。
  • 选中的只读API调用成功,且返回合法的响应结构。
  • output/alicloud-ai-cloud-call-center-test/
    目录下存在带时间戳和参数的证据文件。

Result Template

结果模板

  • Date: YYYY-MM-DD
  • Skill: skills/ai/service/alicloud-ai-cloud-call-center
  • Conclusion: pass / fail
  • Notes:
  • 日期:YYYY-MM-DD
  • Skill:skills/ai/service/alicloud-ai-cloud-call-center
  • 结论:pass / fail
  • 备注: