Skip to content

Commit cb7bb0e

Browse files
test methods
1 parent 328aef8 commit cb7bb0e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/vllm/ec2/test_artifacts/test_ec2.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,13 +379,14 @@ def test_vllm_on_ec2(resources, image_uri):
379379

380380
print("EFA tests completed successfully")
381381

382-
test_results["multi_node"] = run_multi_node_test(head_conn, worker_conn, image_uri)
383-
384382
instance_id = list(ec2_connections.keys())[0]
385383
print(f"\n=== Running Single-Node Test on instance: {instance_id} ===")
386384
test_results["single_node"] = run_single_node_test(
387385
ec2_connections[instance_id], image_uri
388386
)
387+
388+
test_results["multi_node"] = run_multi_node_test(head_conn, worker_conn, image_uri)
389+
389390
else:
390391
print("\nSkipping multi-node test: insufficient instances")
391392

test/vllm/ec2/utils/head_node_setup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ tmux new-session -d -s ray_head "docker run \
3333
${IMAGE_URI} \
3434
/bin/bash -c 'ray start --head --block --port=6379'"
3535

36-
docker ps -a
37-
3836
log "Head node started in container: ${CONTAINER_NAME}"
3937

0 commit comments

Comments
 (0)