I am trying to test saivs with sai challanger I followed this step
- I have sonic-vs setup on my x86 server
- running sonic with default account admin/YourPaSsWoRd
followed the steps to build and sai challanger from clonning it on github
https://github.com/opencomputeproject/SAI-Challenger/blob/main/docs/sonic_usecase.md#prepare-testbed-desciption-file
setup the ip of eth0 as 10.11.12.13/24 and replaced into testbed getting this error in the both sonicvs
`
**70 skipped, 11 warnings, 1177 errors in 19.85s =======================================================================================
ERROR: "docker exec ${TTY} ${CONTAINER} bash -c "${EXEC_CMD}"" command filed with exit code 1.
===========================================
SAI Challenger run options
Docker image type : client
Container name : sc-client-run
Command : pytest -v --testbed=saivs_standalone_vs
===========================================**
`
Is anyone used it earlier?