GPT
GPT
2>
3>
4>
5>
6>
7>
8>
9>
10>
""""""""1. Validate KF Serving job is getting created for each model using MLPaas
SCM framework""""""""
verify_creation_of_isvc_with_svcctrl
[Documentation] Validate the functionality of ondemand training
[Timeout] 5 minutes
${full_name} ${std_err} ${std_rc}= Execute Command kubectl get po -
n ricxapp | grep "ricxapp-mimomuting-inference" | awk '{print $1}' | head -n1
return_stdout=True return_stderr=True return_rc=True
Log "Logs for service name: "${full_name}
${log_out} ${std_err} ${std_rc}= Execute Command kubectl logs $
{full_name} -n ricxapp --all-containers return_stdout=True return_stderr=True
return_rc=True
Log ${log_out}
Should Contain ${log_out} /servicectrl/inference/create
grep "ricxapp-mimomuting-inference" this has tobe changed, also try keeping it like
argument and give it from Validate_KF_Serving_Job_Creation