Skip to content

Commit

Permalink
Modified response payload state from RUNNING to COMPLETED.
Browse files Browse the repository at this point in the history
Signed-off-by: Nathalie Jonathan <[email protected]>
  • Loading branch information
nathaliellenaa committed Jan 9, 2025
1 parent 5d536df commit 7fa9b34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/models/load.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ epilogues:
response:
status: 200
payload:
state: RUNNING
state: COMPLETED
output:
model_id: payload.model_id
- path: /_plugins/_ml/models/{model_id}/_undeploy
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/models/predict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ prologues:
response:
status: 200
payload:
state: RUNNING
state: COMPLETED
output:
model_id: payload.model_id
epilogues:
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/models/undeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ prologues:
response:
status: 200
payload:
state: RUNNING
state: COMPLETED
output:
node_id: payload.worker_node[0]
model_id: payload.model_id
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/models/unload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ prologues:
response:
status: 200
payload:
state: RUNNING
state: COMPLETED
output:
node_id: payload.worker_node[0]
model_id: payload.model_id
Expand Down

0 comments on commit 7fa9b34

Please sign in to comment.