bidirectional value: Fix inconsistency for bidir param 01/12501/4
authorChristian Trautman <ctrautma@redhat.com>
Wed, 20 Apr 2016 19:30:42 +0000 (15:30 -0400)
committerChristian Trautman <ctrautma@redhat.com>
Wed, 4 May 2016 13:10:46 +0000 (09:10 -0400)
commit47875a6f01fa9dc1738d4c4a29ad75e12e251077
treecc53a18eb151cafb200493057b0bfc89c870c44d
parent25969600ac9508ecc54a25d7b0f628e0713a82a2
bidirectional value: Fix inconsistency for bidir param

Fixes bi-directional param and enforces string type in
testcase configuration. Modifies all instance where bi
directional value is used to string.

 * Changes documentation to specify value type as needed
 * Changes traffic defaults to use string for bidir value
 * Fixes testcases configuration files to use bidir as str
 * Change testcase conf documentation to note enforcement
   of string type
 * Sets bidir to title format to keep consitency in traffic
   profile when passed to traffic generators
 * Fix pvp/pvvp check for bidir value
 * Raise exception if testcase configuration is not set
   as str for bidir value
 * Change Xena bi-dir check to string compare instead of
   typecasting to boolean to compare.

JIRA: VSPERF-282

Change-Id: I7c91fcd7333a1d1e1371bfd31700c01d7da268b5
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
conf/01_testcases.conf
conf/integration/01_testcases.conf
core/vswitch_controller_pvp.py
core/vswitch_controller_pvvp.py
testcases/testcase.py
tools/pkt_gen/trafficgen/trafficgenhelper.py
tools/pkt_gen/xena/xena.py
vsperf