diff --git a/examples/rrsa/oss-python3-sdk/test.sh b/examples/rrsa/oss-python3-sdk/test.sh index b68e7d65..95b3c0ca 100644 --- a/examples/rrsa/oss-python3-sdk/test.sh +++ b/examples/rrsa/oss-python3-sdk/test.sh @@ -5,7 +5,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" CLUSTER_ID="$1" KUBECONFIG_PATH="${SCRIPT_DIR}/kubeconfig" NAMESPACE="rrsa-demo-oss-python3-sdk" -ROLE_NAME="oss-list-buckets" +ROLE_NAME="test-rrsa-demo" POLICY_NAME="test-cs-describe-clusters" trap cleanup EXIT