From c3f9162254b32cf257e2956ed49493193a0464d6 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Wed, 4 May 2016 14:12:39 +0300 Subject: [PATCH] LISP: Fix plots to show all graphs The CSV file contained two columns with identical headings, so only the last one showed up in the plots. Change-Id: I9c796a216907bf2be62c4845db44815f4bc2ffd5 Signed-off-by: Lorand Jakab --- .../lispflowmapping/performance/010_Southbound_MapRequest.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot b/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot index a5562e0f33..63719a04c8 100644 --- a/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot +++ b/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot @@ -117,7 +117,7 @@ Get Control Message Stats Prepare Environment Create File ${RPCS_RESULTS_FILE} store/s\n - Create File ${PPS_RESULTS_FILE} replies/s,notifies/s,notifies/s\n + Create File ${PPS_RESULTS_FILE} replies/s,notifies/s,auth_notifies/s\n Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS} Run Process With Logging And Status Check wget -P ${TOOLS_DIR} ${LISP_SCAPY} Run Process With Logging And Status Check ${PCAP_CREATOR} --requests ${MAPPINGS} -- 2.36.6