From 78a4866a83d8ab2bedc060808003c9c681c26a69 Mon Sep 17 00:00:00 2001 From: pavel-shirshov Date: Mon, 18 Dec 2017 13:57:59 -0800 Subject: [PATCH] Tests readme fixes (#419) --- tests/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index a18c1d906bb9..6d051748630f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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