LISP: Fix plots to show all graphs 66/38366/2
authorLorand Jakab <lojakab@cisco.com>
Wed, 4 May 2016 11:12:39 +0000 (14:12 +0300)
committerVratko Polák <vrpolak@cisco.com>
Thu, 5 May 2016 13:46:07 +0000 (13:46 +0000)
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 <lojakab@cisco.com>
csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot

index a5562e0f33c3efac08a533634ae61573b9bab342..63719a04c803ee2b763ffc4e444a4db98beae6d8 100644 (file)
@@ -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}