Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test-02-create-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wait_for_session_stable 5 60

# Snapshot metrics baseline before sending message (to calculate delta later)
METRICS_BASELINE=$(snapshot_baseline)
TEST_WORKER_RUNTIME="${HICLAW_DEFAULT_WORKER_RUNTIME:-openclaw}"
TEST_WORKER_RUNTIME="${AGENTTEAMS_DEFAULT_WORKER_RUNTIME:-${HICLAW_DEFAULT_WORKER_RUNTIME:-openclaw}}"

# Send create worker request.
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test-06-multi-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
# Alice is running from previous tests; bob will be created below (offset=0 is correct for new workers)
wait_for_worker_container "alice" 60
METRICS_BASELINE=$(snapshot_baseline "alice" "bob")
TEST_WORKER_RUNTIME="${HICLAW_DEFAULT_WORKER_RUNTIME:-openclaw}"
TEST_WORKER_RUNTIME="${AGENTTEAMS_DEFAULT_WORKER_RUNTIME:-${HICLAW_DEFAULT_WORKER_RUNTIME:-openclaw}}"
# worker-management/SKILL.md tells Manager to ask admin for FOUR inputs
# (name / runtime / SOUL / skills) before running `hiclaw create worker`
# and not to invent defaults. A vague prompt that only names the worker is
Expand Down
2 changes: 1 addition & 1 deletion tests/test-15-import-worker-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ WORK_DIR="/tmp/agentteams-test-${TEST_WORKER}"
# defaults to openclaw on the controller side (defaultRuntime("") returns
# RuntimeOpenClaw), which makes the "copaw shard" run a hidden openclaw
# worker -- defeating the point of the matrix expansion.
TEST_WORKER_RUNTIME="${HICLAW_DEFAULT_WORKER_RUNTIME:-openclaw}"
TEST_WORKER_RUNTIME="${AGENTTEAMS_DEFAULT_WORKER_RUNTIME:-${HICLAW_DEFAULT_WORKER_RUNTIME:-openclaw}}"

exec_in_manager bash -c "
mkdir -p ${WORK_DIR}/package/config ${WORK_DIR}/package/skills/test-skill
Expand Down
Loading