Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ SWSS Integration tests runs on docker-sonic-vs which runs on top of SAI virtual
sudo pip install --system pytest==3.3.0
```
- Compile and install swss common library
````
```
cd sonic-swss-common
./autogen.sh
dpkg-buildpackage -us -uc -b
dpkg -i ../libswsscommon_1.0.0_amd64.deb
dpkg -i ../python-swsscommon_1.0.0_amd64.deb
Expand Down