CONFIG: VSPERF Config-file Generation Wizard. 37/68037/2
authorSridhar K. N. Rao <sridhar.rao@spirent.com>
Tue, 11 Jun 2019 07:58:09 +0000 (13:28 +0530)
committerSridhar K. N. Rao <sridhar.rao@spirent.com>
Wed, 12 Jun 2019 14:51:16 +0000 (20:21 +0530)
commitc517a273b59b874ef22dc93c84407f5a04e2918a
tree51438981d3bb362c350f597cb577aa0bcb355534
parent589639d313c24104b2a27ef16baf716d1d274108
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 <sridhar.rao@spirent.com>
requirements.txt
tools/confgenwizard/__init__.py [new file with mode: 0644]
tools/confgenwizard/nicinfo.py [new file with mode: 0644]
tools/confgenwizard/vsperfwiz.py [new file with mode: 0644]