alicloud-network-alb-test

cinience/alicloud-skills · updated Apr 8, 2026

$npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-network-alb-test
0 commentsdiscussion
summary

Category: test

skill.md

Category: test

ALB Smoke Test

Prerequisites

  • AK/SK configured via environment variables (ALIBABACLOUD_ACCESS_KEY_ID / ALIBABACLOUD_ACCESS_KEY_SECRET).
  • SDK installed: pip install alibabacloud_alb20200616 alibabacloud_tea_openapi alibabacloud_credentials.
  • Target skill: skills/network/slb/alicloud-network-alb/.

Test Steps

1. Script compilation check (offline, no credentials needed)

python tests/network/slb/alicloud-network-alb-test/scripts/smoke_test_alb.py --compile-only

Pass criteria: exits 0, all 28 scripts compile successfully.

2. Full smoke test (requires credentials and region)

python tests/network/slb/alicloud-network-alb-test/scripts/smoke_test_alb.py \
  --region cn-hangzhou

Pass criteria:

  • status=pass in JSON output.
  • Output file output/alicloud-network-alb-test/smoke-test-result.json exists.
  • list_instances returns valid JSON (even if empty).
  • list_server_groups returns valid JSON (even if empty).
  • list_acls returns valid JSON (even if empty).

3. Instance-specific test (requires a running ALB)

python tests/network/slb/alicloud-network-alb-test/scripts/smoke_test_alb.py \
  --region cn-hangzhou --lb-id alb-xxx

Additional pass criteria:

  • get_instance_status returns tree output.
  • list_listeners returns valid response.
  • check_health_status returns health data.

Result Template

  • Date: YYYY-MM-DD
  • Skill: skills/network/slb/alicloud-network-alb
  • Conclusion: pass / fail
  • Notes:

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.661 reviews
  • Valentina Li· Dec 28, 2024

    Solid pick for teams standardizing on skills: alicloud-network-alb-test is focused, and the summary matches what you get after install.

  • Sakura Anderson· Dec 24, 2024

    Registry listing for alicloud-network-alb-test matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sofia Shah· Dec 20, 2024

    alicloud-network-alb-test fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Shikha Mishra· Dec 4, 2024

    alicloud-network-alb-test reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ren Shah· Dec 4, 2024

    Registry listing for alicloud-network-alb-test matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Yash Thakker· Nov 23, 2024

    I recommend alicloud-network-alb-test for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Arya Malhotra· Nov 23, 2024

    Useful defaults in alicloud-network-alb-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Mateo Lopez· Nov 19, 2024

    We added alicloud-network-alb-test from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Ren Brown· Nov 15, 2024

    Keeps context tight: alicloud-network-alb-test is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Arjun Dixit· Nov 15, 2024

    Useful defaults in alicloud-network-alb-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 61

1 / 7