From a534f4920b6297eece3255846b513718a21bfd08 Mon Sep 17 00:00:00 2001 From: Michael Abel <75477722+abelikt@users.noreply.github.com> Date: Mon, 22 Nov 2021 13:44:02 +0100 Subject: [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 --- .github/workflows/system-test-offsite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/system-test-offsite.yml') 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 }} -- cgit v1.2.3