Skip to content

Commit 45ce190

Browse files
authored
[vs tests] Uninstall swss before installing it for dvs test runs (sonic-net#73)
Signed-off-by: Danny Allen <[email protected]>
1 parent 6a11f67 commit 45ce190

File tree

1 file changed

+3
-1
lines changed
  • scripts/vs/sonic-swss-build/docker-sonic-vs

1 file changed

+3
-1
lines changed

scripts/vs/sonic-swss-build/docker-sonic-vs/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ RUN dpkg -i /debs/syncd-vs_1.0.0_amd64.deb
1313
RUN md5sum /debs/swss_1.0.0_amd64.deb
1414
RUN md5sum /usr/bin/buffermgrd
1515
RUN md5sum /usr/bin/orchagent
16-
RUN dpkg -i /debs/swss_1.0.0_amd64.deb
16+
17+
RUN dpkg -i --force-all /debs/swss_1.0.0_amd64.deb
18+
1719
RUN md5sum /debs/swss_1.0.0_amd64.deb
1820
RUN md5sum /usr/bin/buffermgrd
1921
RUN md5sum /usr/bin/orchagent

0 commit comments

Comments
 (0)