From 43e6827cf6875ea699c272f33139eaef4d4e044a Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Sun, 19 Feb 2023 18:56:00 -0800 Subject: [PATCH] Update path to sairedis tests (#747) The path to the sairedis test binary (for `setcap`) has changed after sonic-net/sonic-sairedis#1197. Update the path here. Signed-off-by: Saikrishna Arcot --- .azure-pipelines/build-sairedis-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/build-sairedis-template.yml b/.azure-pipelines/build-sairedis-template.yml index d4efadef..8cf21e12 100644 --- a/.azure-pipelines/build-sairedis-template.yml +++ b/.azure-pipelines/build-sairedis-template.yml @@ -131,7 +131,7 @@ jobs: ./autogen.sh DEB_BUILD_OPTIONS=nocheck fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc) # Add SYS_TIME capability for settimeofday ok in syncd test - sudo setcap "cap_sys_time=eip" syncd/.libs/tests + sudo setcap "cap_sys_time=eip" syncd/.libs/syncd_tests make check mv ../*.deb . displayName: "Compile sonic sairedis"