chore(backend): finalize backend baseline and frontend handoff contract
freeze the current backend contract for frontend integration document the stabilized backend surface and handoff expectations mark the current state as the baseline for further frontend work
This commit is contained in:
@@ -14,13 +14,25 @@ echo
|
||||
echo "===== smoke version lifecycle ====="
|
||||
bash "${SCRIPT_DIR}/smoke_version_lifecycle.sh"
|
||||
|
||||
echo
|
||||
echo "===== smoke lifecycle negative ====="
|
||||
bash "${SCRIPT_DIR}/smoke_lifecycle_negative.sh"
|
||||
|
||||
echo
|
||||
echo "===== smoke admin ops ====="
|
||||
bash "${SCRIPT_DIR}/smoke_admin_ops.sh"
|
||||
|
||||
echo
|
||||
echo "===== smoke authz admin ops ====="
|
||||
bash "${SCRIPT_DIR}/smoke_authz_admin_ops.sh"
|
||||
echo "===== smoke authz admin all ====="
|
||||
bash "${SCRIPT_DIR}/smoke_authz_admin_all.sh"
|
||||
|
||||
echo
|
||||
echo "===== smoke auth negative ====="
|
||||
bash "${SCRIPT_DIR}/smoke_auth_negative.sh"
|
||||
|
||||
echo
|
||||
echo "===== smoke artifact corruption ====="
|
||||
bash "${SCRIPT_DIR}/smoke_artifact_corruption.sh"
|
||||
|
||||
echo
|
||||
echo "===== smoke upload negative ====="
|
||||
|
||||
Reference in New Issue
Block a user