-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from PelionIoT/release-2.6
Release 2.6
- Loading branch information
Showing
23 changed files
with
520 additions
and
1,001 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Shellcheck | ||
run-name: ${{ github.actor }} PR checker | ||
on: | ||
push: | ||
paths: | ||
- '**.sh' | ||
|
||
# This allows a subsequently queued workflow run to interrupt previous runs | ||
concurrency: | ||
group: perts-'${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' | ||
cancel-in-progress: true | ||
jobs: | ||
run-shellcheck: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- run: shellcheck --version | ||
- run: shellcheck scripts/*.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# Pelion Edge ready test suite | ||
# Izuma Edge ready test suite | ||
|
||
For documentation about the Pelion Edge ready test suite, please see the [Pelion Edge documentation](https://developer.pelion.com/docs/device-management-edge/latest/testing/pelion-edge-ready-test-suite.html). | ||
For a more thorough documentation about the Izuma Edge ready test suite, please see the [Izuma Edge documentation](https://developer.izumanetworks.com/docs/device-management-edge/latest/testing/izuma-edge-ready-test-suite.html). | ||
|
||
# Quick start | ||
|
||
Run the [`script/perts.sh -a <access-key> -c <config-file-template>`](scripts/perts.sh). | ||
- [`test-configs`](test-configs) - folder has multiple template scripts. | ||
- The script will create a `test-config.json` file which is used as the configuration file for the test. | ||
- It will automatically populate the device ID and account ID based on the information it gets via `curl localhost:<port>/status`. | ||
|
||
**NOTE! KaaS tests require that the account has Edge KaaS features enabled. By default KaaS features are not enabled. Contact [Izuma Networks](https://www.izumanetworks.com/) to enable it.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.