From b7e046d775bd51fb1b5eab126a1e1a273d5f0f52 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Fri, 8 Jan 2021 09:53:55 -0800 Subject: [PATCH] [swss test] update setup guide for swss tests (#1582) Signed-off-by: Ying Xie --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index f2b8cfbf9fa..837ae1f93ee 100644 --- a/tests/README.md +++ b/tests/README.md @@ -36,7 +36,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 pip3 install docker pytest flaky redis distro + sudo pip3 install docker pytest flaky redis distro dataclasses fstring ``` If you are running **Ubuntu 18.04** you will need to install this package: