summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Abel <info@abel-ikt.de>2022-03-04 11:44:21 +0100
committerMichael Abel <info@abel-ikt.de>2022-03-04 11:44:21 +0100
commit09c5805cf42af445f3d9e8275b397b5f5c4900e2 (patch)
tree7c8c780354acd4059a194a793f7165fd7f9f8476 /tests
parentc865c0e2292edb9cdde22ea0b9b8d0fbaa8522cd (diff)
Update test documentation from test code
Diffstat (limited to 'tests')
-rw-r--r--tests/PySys/tedge/tedge_software_update/run.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/PySys/tedge/tedge_software_update/run.py b/tests/PySys/tedge/tedge_software_update/run.py
index 1adfa2c6..583d23d0 100644
--- a/tests/PySys/tedge/tedge_software_update/run.py
+++ b/tests/PySys/tedge/tedge_software_update/run.py
@@ -1,7 +1,12 @@
from environments.environment_c8y import EnvironmentC8y
"""
-TODO : Update this tests docu
+Test if alternate download path setting works
+
+When we configure an alternate download path
+When we trigger a software installation with a custom binary
+Then we find the newly downloaded binary in the alternate path
+Then we find the string of the new location in the output of tedge config
"""
TEDGE_DOWNLOAD_DIR = "/tedge_download_dir"