Skip to content

Commit

Permalink
[vs tests] Uninstall swss before installing it for dvs test runs (son…
Browse files Browse the repository at this point in the history
…ic-net#73)

Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall committed Feb 5, 2020
1 parent 6a11f67 commit 45ce190
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/vs/sonic-swss-build/docker-sonic-vs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ RUN dpkg -i /debs/syncd-vs_1.0.0_amd64.deb
RUN md5sum /debs/swss_1.0.0_amd64.deb
RUN md5sum /usr/bin/buffermgrd
RUN md5sum /usr/bin/orchagent
RUN dpkg -i /debs/swss_1.0.0_amd64.deb

RUN dpkg -i --force-all /debs/swss_1.0.0_amd64.deb

RUN md5sum /debs/swss_1.0.0_amd64.deb
RUN md5sum /usr/bin/buffermgrd
RUN md5sum /usr/bin/orchagent
Expand Down

0 comments on commit 45ce190

Please sign in to comment.