On 05/30/2016 04:10 AM, archus(a)linux.vnet.ibm.com wrote:
From: Archana Singh <archus(a)linux.vnet.ibm.com>
Wok level config file to have 'sections' required for functional verification
test common across plugins.
Signed-off-by: Archana Singh <archus(a)linux.vnet.ibm.com>
---
tests/fvt/config | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 tests/fvt/config
diff --git a/tests/fvt/config b/tests/fvt/config
new file mode 100644
index 0000000..13acc0b
--- /dev/null
+++ b/tests/fvt/config
@@ -0,0 +1,7 @@
+[Session]
+user :
+passwd :
It is not good to have passwd in a text configuration file.
Any other possibility on that?
+host : localhost
+port : 8001
+logfile : wok-api-test-suite.log
+loglevel : DEBUG
It is good to list the valid values. So user can proper change the
configuration for his/her needs.