changed filename of trend graph to support search by pattern
authoritraviv <[email protected]>
Thu, 1 Dec 2016 15:28:37 +0000 (17:28 +0200)
committeritraviv <[email protected]>
Thu, 1 Dec 2016 15:28:50 +0000 (17:28 +0200)
Signed-off-by: itraviv <[email protected]>
doc/TRexDataAnalysis.py
doc/trex_analytics.asciidoc

index f8cefc1..fb855a1 100755 (executable)
@@ -42,7 +42,7 @@ def generate_dframe_arr_and_stats_of_tests_per_setup(date, setup_name, setup_dic
 \r
 \r
 def create_plot_for_dframe_arr(dframe_arr, setup_name, start_date, end_date, show='no', save_path='',\r
-                               file_name='trend_graph'):\r
+                               file_name='_trend_graph'):\r
     dframe_all = pd.concat(dframe_arr, axis=1)\r
     dframe_all = dframe_all.astype(float)\r
     dframe_all.plot()\r
index 72d4876..35c3a3e 100755 (executable)
@@ -42,7 +42,7 @@ include::build/images/trex07_latest_test_runs_stats.csv[]
 
 === Trend: Analysis Over Time
 
-image:images/trex07trend_graph.png[title="trex07trend_graph",align="left",width={p_width}, link="images/trex07trend_graph.png"]
+image:images/trex07_trend_graph.png[title="trex07_trend_graph",align="left",width={p_width}, link="images/trex07_trend_graph.png"]
 
 [format="csv", options="header",halign='center']
 |===
@@ -68,7 +68,7 @@ include::build/images/trex08_latest_test_runs_stats.csv[]
 
 === Trend: Analysis Over Time
 
-image:images/trex08trend_graph.png[title="trex08trend_graph",align="left",width={p_width}, link="images/trex08trend_graph.png"]
+image:images/trex08_trend_graph.png[title="trex08_trend_graph",align="left",width={p_width}, link="images/trex08_trend_graph.png"]
 
 [format="csv", options="header",halign='center']
 |===
@@ -96,7 +96,7 @@ include::build/images/trex09_latest_test_runs_stats.csv[]
 
 === Trend: Analysis Over Time
 
-image:images/trex09trend_graph.png[title="trex09trend_graph",align="left",width={p_width}, link="images/trex09trend_graph.png"]
+image:images/trex09_trend_graph.png[title="trex09_trend_graph",align="left",width={p_width}, link="images/trex09_trend_graph.png"]
 
 [format="csv", options="header",halign='center']
 |===
@@ -120,7 +120,7 @@ include::build/images/trex11_latest_test_runs_stats.csv[]
 
 === Trend: Analysis Over Time
 
-image:images/trex11trend_graph.png[title="trex11trend_graph",align="left",width={p_width}, link="images/trex11trend_graph.png"]
+image:images/trex11_trend_graph.png[title="trex11_trend_graph",align="left",width={p_width}, link="images/trex11_trend_graph.png"]
 
 [format="csv", options="header",halign='center']
 |===
@@ -148,7 +148,7 @@ include::build/images/kiwi02_latest_test_runs_stats.csv[]
 
 === Trend: Analysis Over Time
 
-image:images/kiwi02trend_graph.png[title="kiwi02trend_graph",align="left",width={p_width}, link="images/kiwi02trend_graph.png"]
+image:images/kiwi02_trend_graph.png[title="kiwi02_trend_graph",align="left",width={p_width}, link="images/kiwi02_trend_graph.png"]
 
 [format="csv", options="header",halign='center']
 |===