summaryrefslogtreecommitdiffstats
path: root/.github/workflows/system-test-offsite.yml
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-11-22 13:44:02 +0100
committerGitHub <noreply@github.com>2021-11-22 13:44:02 +0100
commita534f4920b6297eece3255846b513718a21bfd08 (patch)
treead361db05fe66415494efe60a58d8e57db0afb0b /.github/workflows/system-test-offsite.yml
parent7e67ebda4485dad5da927f43fef4b65961a1c28b (diff)
[CIT-455] Finalize azure roundtrip (#581)
* Checkout changes from CI branch * Fix typos and switch to main repo * Add forgotten file * Add device name to topic * Add secret to workflow * Ignore Azure for now * Extract settings to GH Secrets * Revert "Ignore Azure for now" This reverts commit 92b5ec93a437e33ecfb9d027355a080129f447be. * Use more pythonic way of accessing the environment * Further review comments and improvements * Bugfix + run black * Rename c8y smoketest * Rewrite get_auth_token * Rewrite generate_sas_token
Diffstat (limited to '.github/workflows/system-test-offsite.yml')
-rw-r--r--.github/workflows/system-test-offsite.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/system-test-offsite.yml b/.github/workflows/system-test-offsite.yml
index 9357ec78..e4dc8727 100644
--- a/.github/workflows/system-test-offsite.yml
+++ b/.github/workflows/system-test-offsite.yml
@@ -86,7 +86,7 @@ jobs:
run: chmod +x /home/pi/tedge_dummy_plugin/tedge_dummy_plugin
- name: Run Smoke Test
- run: ./ci/ci_smoke_test.sh
+ run: ./ci/ci_smoke_test_c8y.sh
env:
C8YPASS: ${{ secrets.SECRET_C8YPASS }}
C8YUSERNAME: ${{ secrets.SECRET_C8YUSERNAME }}