summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qethernet.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qethernet.py')
-rw-r--r--test-cli/test/tests/qethernet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-cli/test/tests/qethernet.py b/test-cli/test/tests/qethernet.py
index 3b2f197..d38de34 100644
--- a/test-cli/test/tests/qethernet.py
+++ b/test-cli/test/tests/qethernet.py
@@ -52,13 +52,13 @@ class Qethernet(unittest.TestCase):
data = json.loads(p.stdout.decode('ascii'))
self.__bwreal = float(data['end']['sum_received']['bits_per_second'])/1024/1024
# save result file
- with open('/tmp/station/ethernet-iperf3.json', 'w') as outfile:
+ with open('/mnt/station_ramdisk/ethernet-iperf3.json', 'w') as outfile:
json.dump(data, outfile, indent=4)
outfile.close()
self.__resultlist.append(
{
"description": "iperf3 output",
- "filepath": "/tmp/station/ethernet-iperf3.json",
+ "filepath": "/mnt/station_ramdisk/ethernet-iperf3.json",
"mimetype": "application/json"
}
)