← Back to list

run-e2e-tests
by openshift-online
Maestro Service Repo
⭐ 16🍴 30📅 Jan 23, 2026
SKILL.md
name: run-e2e-tests description: Runs end-to-end or upgrade tests on existing long-running Maestro clusters deployed in Azure AKS category: Testing tags: [azure, aks, maestro, e2e, testing, upgrade, kubernetes]
Run E2E Tests on Long-Running Cluster
Runs end-to-end or upgrade tests on existing long-running Maestro clusters deployed in Azure AKS.
Prerequisites:
- Azure CLI, kubectl, kubelogin, jq must be installed
- Logged into Azure with cluster access
- Long-running clusters must be already deployed
- Required environment variables:
SVC_RESOURCE_GROUP: Resource group for service clusterSVC_CLUSTER_NAME: Name of service clusterMGMT_RESOURCE_GROUP: Resource group for management clusterMGMT_CLUSTER_NAME: Name of management cluster
Usage:
/run-e2e-tests [test-type]
Where test-type can be:
upgrade: Run upgrade tests (default)e2e: Run standard E2E tests with Istioall: Run both upgrade and e2e tests
Example:
export SVC_RESOURCE_GROUP="hcp-underlay-<cluster-id>-svc"
export SVC_CLUSTER_NAME="<cluster-id>-svc"
export MGMT_RESOURCE_GROUP="hcp-underlay-<cluster-id>-mgmt-1"
export MGMT_CLUSTER_NAME="<cluster-id>-mgmt-1"
/run-e2e-tests upgrade
#!/bin/bash
# Execute the E2E test script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/scripts/run-tests.sh" "$@"
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon