From c517a273b59b874ef22dc93c84407f5a04e2918a Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Tue, 11 Jun 2019 13:28:09 +0530 Subject: CONFIG: VSPERF Config-file Generation Wizard. This patch adds a tool create config file. When run, the wizard asks user a set of questions. A config file, named vsperf.conf, will be created. Fix some pylint Issues. JIRA: VSPERF-603 Change-Id: I1b800d8384cb3c0883b7f3859a9df77bb874b7b8 Signed-off-by: Sridhar K. N. Rao --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index cb5a0d89..03049fdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,5 @@ matplotlib==2.2.2 numpy pycrypto tabulate +pypsi +paramiko -- cgit 1.2.3-korg