diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-15 23:41:16 +0100 |
---|---|---|
committer | Marcin Przybysz <marcin.przybysz@nokia.com> | 2021-02-26 14:06:55 +0000 |
commit | aadaad68888217c76e06adf633a4d8b97d39779e (patch) | |
tree | 07ce01704e2744c10eb47f4f8c22de00411d4fa5 /test/mocks/datafilecollector-testharness/simulator-group/setup-http-files-for-image.sh | |
parent | c0b6b6cfc2448e9c513107940fba7b46fc6362ed (diff) |
Add JWT support in HTTP/HTTPS based locations - integration
Issue-ID: DCAEGEN2-2536
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I334c66c025e1f3ef59393c3a0fe69493d4a3b5fa
Diffstat (limited to 'test/mocks/datafilecollector-testharness/simulator-group/setup-http-files-for-image.sh')
-rwxr-xr-x | test/mocks/datafilecollector-testharness/simulator-group/setup-http-files-for-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/datafilecollector-testharness/simulator-group/setup-http-files-for-image.sh b/test/mocks/datafilecollector-testharness/simulator-group/setup-http-files-for-image.sh index 9d54bc3ef..1a83dd143 100755 --- a/test/mocks/datafilecollector-testharness/simulator-group/setup-http-files-for-image.sh +++ b/test/mocks/datafilecollector-testharness/simulator-group/setup-http-files-for-image.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # Script to create files for the HTTP server to return upon request. # The file names matches the files names in the events polled from the MR simulator. |