Skip to content

Commit

Permalink
[vstest] Extend the list of required external dependencies (sonic-net…
Browse files Browse the repository at this point in the history
…#2795)

- What I did
Extend the list of required external dependencies with bridge-utils

- Why I did it
To fix the issue of missing brctl command

- How I verified it
Run test_fabric.py test

Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
  • Loading branch information
nazariig authored May 28, 2023
1 parent c260d60 commit 19145f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SWSS, Redis, and all the other required components run inside a virtual switch D

```
sudo modprobe team
sudo apt install python3-pip net-tools ethtool vlan libnl-nf-3-200 libnl-cli-3-200
sudo apt install python3-pip net-tools bridge-utils ethtool vlan libnl-nf-3-200 libnl-cli-3-200
sudo pip3 install docker pytest flaky redis distro dataclasses fstring
```

Expand Down

0 comments on commit 19145f7

Please sign in to comment.