change data log location to /tmp
Change-Id: I08212841f1ced4e167a6ffbd489f21a5315c5e58
diff --git a/TestON/tests/SCPFflowTp1g/SCPFflowTp1g.py b/TestON/tests/SCPFflowTp1g/SCPFflowTp1g.py
index 6cc65ab..2c00e9c 100644
--- a/TestON/tests/SCPFflowTp1g/SCPFflowTp1g.py
+++ b/TestON/tests/SCPFflowTp1g/SCPFflowTp1g.py
@@ -367,7 +367,7 @@
main.log.info("Average thoughput: " + str(avgTP) + " Kflows/second" )
main.log.info("Standard deviation of throughput: " + str(stdTP) + " Kflows/second")
- resultsLog = open("flowTP1gDB","a")
+ resultsLog = open("/tmp/flowTP1gDB","a")
resultString = ("'" + commit + "',")
resultString += ("'1gig',")
resultString += ((main.params[ 'TEST' ][ 'flows' ]) + ",")
diff --git a/TestON/tests/SCPFintentEventTp/SCPFintentEventTp.py b/TestON/tests/SCPFintentEventTp/SCPFintentEventTp.py
index 053556a..0dcc398 100644
--- a/TestON/tests/SCPFintentEventTp/SCPFintentEventTp.py
+++ b/TestON/tests/SCPFintentEventTp/SCPFintentEventTp.py
@@ -86,7 +86,7 @@
commit = (commit.split(" "))[1]
main.log.step("Creating results file")
- resultsDB = open("IntentEventTPDB", "w+")
+ resultsDB = open("/tmp/IntentEventTPDB", "w+")
resultsDB.close()
# -- END OF INIT SECTION --#
diff --git a/TestON/tests/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py b/TestON/tests/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py
index d9179cf..bf9d825 100644
--- a/TestON/tests/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py
+++ b/TestON/tests/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py
@@ -71,7 +71,7 @@
commit = main.ONOSbench.getVersion()
commit = (commit.split(" "))[1]
- resultsDB = open("IntentInstallWithdrawLatDB", "w+")
+ resultsDB = open("/tmp/IntentInstallWithdrawLatDB", "w+")
resultsDB.close()
# -- END OF INIT SECTION --#
diff --git a/TestON/tests/SCPFintentRerouteLat/SCPFintentRerouteLat.py b/TestON/tests/SCPFintentRerouteLat/SCPFintentRerouteLat.py
index 8bbf003..aede08c 100644
--- a/TestON/tests/SCPFintentRerouteLat/SCPFintentRerouteLat.py
+++ b/TestON/tests/SCPFintentRerouteLat/SCPFintentRerouteLat.py
@@ -72,7 +72,7 @@
commit = main.ONOSbench.getVersion()
commit = (commit.split(" "))[1]
- resultsDB = open("IntentRerouteLatDB", "w+")
+ resultsDB = open("/tmp/IntentRerouteLatDB", "w+")
resultsDB.close()
# -- END OF INIT SECTION --#