Skip to content

Commit

Permalink
update test result
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Oct 31, 2023
1 parent 3631892 commit 0522560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/seldon/model/test-rabbit-models
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMPUTE_NAMESPACE=seldon-regression-test

RABBITMQ_USER=$(kubectl -n rabbitmq get secret rabbitmq-cluster-default-user -o jsonpath="{.data.username}" | base64 --decode)
RABBITMQ_PASSWORD=$(kubectl -n rabbitmq get secret rabbitmq-cluster-default-user -o jsonpath="{.data.password}" | base64 --decode)
EXPECTED_IRIS_RESULT_PAYLOAD='{"data":{"names":["t:0","t:1","t:2"],"ndarray":[[0.0006985194531162835,0.00366803903943666,0.995633441507447]]},"meta":{"requestPath":{"classifier":"seldonio/sklearnserver:1.14.1"}}}'
EXPECTED_IRIS_RESULT_PAYLOAD='{"data":{"names":["t:0","t:1","t:2"],"ndarray":[[0.0006985194531162835,0.00366803903943666,0.995633441507447]]},"meta":{"requestPath":{"classifier":"seldonio/sklearnserver:1.17.1"}}}'
EXPECTED_CIFAR10_RESULT_PAYLOAD='1.45e-08,1.25e-09,1.63e-07,1.15e-01,1.74e-07,6.19e-06,8.85e-01,6.07e-09,7.44e-08,4.73e-09,'

echo ">>> Sending predict message to iris rabbitmq model input queue..."
Expand Down

0 comments on commit 0522560

Please sign in to comment.