summaryrefslogtreecommitdiffstats
path: root/ci/ci_run_all_plugin_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ci_run_all_plugin_tests.sh')
-rwxr-xr-xci/ci_run_all_plugin_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/ci_run_all_plugin_tests.sh b/ci/ci_run_all_plugin_tests.sh
index 1f9e0962..0775a7d0 100755
--- a/ci/ci_run_all_plugin_tests.sh
+++ b/ci/ci_run_all_plugin_tests.sh
@@ -8,8 +8,6 @@
# C8YUSERNAME : Cumolocity username
# C8YTENANT : Cumolocity tenant
# C8YDEVICE : The device name
-# C8YDEVICEID : The device ID in Cumolocity
-# TIMEZONE : Your timezone (temporary)
# TEBASEDIR : Base directory for the Thin-Edge repo
# EXAMPLEDIR : The direcory of the sawtooth example
# C8YURL : e.g. https://thin-edge-io.eu-latest.cumulocity.com
@@ -26,6 +24,8 @@ dpkg -s mosquitto-clients
python3 -m venv ~/env-pysys
source ~/env-pysys/bin/activate
pip3 install -r tests/requirements.txt
+export C8YDEVICEID=$(python3 ./ci/find_device_id.py --tenant $C8YTENANT --user $C8YUSERNAME --device $C8YDEVICE --url $C8YURL)
+
cd tests/PySys/
sudo tedge config set software.plugin.default apt