aliyun-alb-manage-test
Installation
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/aliyun-alb-manage/.
Test Steps
1. Script compilation check (offline, no credentials needed)
python tests/network/slb/aliyun-alb-manage-test/scripts/smoke_test_alb.py --compile-only
Pass criteria: exits 0, all 28 scripts compile successfully.