From 9bf5b98b2f14b5306aff354a7f7219bea5378db9 Mon Sep 17 00:00:00 2001 From: Pavel Shirshov Date: Mon, 18 Dec 2017 13:29:03 -0800 Subject: [PATCH] Tests readme fixes --- tests/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index a18c1d906bb..6d051748630 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