aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_CPTA.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-03-28 16:58:13 +0200
committerTibor Frank <tifrank@cisco.com>2018-03-28 16:58:13 +0200
commit3cb8eed46e9cb31f4692387d236156be4dece8d5 (patch)
treebd2f1c2d18b4a677aea050b4a266518efb1370c1 /resources/tools/presentation/generator_CPTA.py
parent4eda23fc4270aa7db20b0f4579b10370e76593df (diff)
PAL Trending: Data in txt table in Mpps
Change-Id: I3b27f95c899e2a904fe806de24f7a0d5440cb4ff Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_CPTA.py')
-rw-r--r--resources/tools/presentation/generator_CPTA.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py
index 2e9abde13c..a1921fad9d 100644
--- a/resources/tools/presentation/generator_CPTA.py
+++ b/resources/tools/presentation/generator_CPTA.py
@@ -443,7 +443,7 @@ def _generate_all_charts(spec, input_data):
file_handler.writelines(csv_table)
txt_table = None
- with open("{0}.csv".format("cpta-trending"), 'rb') as csv_file:
+ with open("{0}.csv".format(file_name), 'rb') as csv_file:
csv_content = csv.reader(csv_file, delimiter=',', quotechar='"')
header = True
for row in csv_content:
@@ -459,7 +459,7 @@ def _generate_all_charts(spec, input_data):
pass
txt_table.add_row(row)
txt_table.align["Build Number:"] = "l"
- with open("{0}.txt".format("cpta-trending"), "w") as txt_file:
+ with open("{0}.txt".format(file_name), "w") as txt_file:
txt_file.write(str(txt_table))
# Evaluate result: