aboutsummaryrefslogtreecommitdiffstats
path: root/vsperf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-06-09 07:30:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-09 07:30:44 +0000
commit5fe9089057bf23fd7ff312779d928cc9932fd38b (patch)
treea065807fae088fff9e1089611b37f882eb07d3fb /vsperf
parent80c9f96f5e60ee6a2a93494a0aae82014c2311b6 (diff)
parentde6fc4b670fc42fc96f27f375fbcf7a099629434 (diff)
Merge "tests: Improvement of step driven testcases"
Diffstat (limited to 'vsperf')
-rwxr-xr-xvsperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsperf b/vsperf
index 6618bed5..bb0e199b 100755
--- a/vsperf
+++ b/vsperf
@@ -701,7 +701,7 @@ def main():
'installer': installer_name,
'pkg_list': pkg_list,
'db_url': opnfv_url}
- if settings.getValue('VSWITCH').endswith('Vanilla'):
+ if str(settings.getValue('VSWITCH')).endswith('Vanilla'):
int_data['vanilla'] = True
opnfvdashboard.results2opnfv_dashboard(results_path, int_data)