Add suite name to the testtool log file name 14/34914/3
authorJozef Behran <jbehran@cisco.com>
Thu, 18 Feb 2016 16:03:29 +0000 (17:03 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 19 Feb 2016 12:03:15 +0000 (12:03 +0000)
commit5b6c3589c60b49fcc90aaae388ac4a5b34d363ea
tree2ede394f9401fd7f177ce114af1c2f15ba5db306
parentb577eff1b5f03863c8fbaece0324f1422a9ed9ff
Add suite name to the testtool log file name

To prevent suites using the test tool overwriting the log
file of the test tool(s) they use, add the name of the
suite to the name of the log file produced by the test
tool. This currently affects suites using the "testtool"
tool (CRUD and scaling suites). The core code in this change
was packaged into the keyword Utils.Get_Log_File_Name because
the functionality is going to be needed in the RestPerfClient
suite as well.

Change-Id: Idf5fbed8baf4b150d66e91c95c2bcaa6dbeab90b
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/libraries/NetconfKeywords.robot
csit/libraries/Utils.robot