Skip to content

Commit

Permalink
Show associated devices
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed May 21, 2024
1 parent 91a73bb commit 1873232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ Feature: Testing features of Greengrassv2 basic discovery sample
}
"""
And I deploy the Greengrass deployment configuration
Then the Greengrass deployment is COMPLETED on the device after 180 seconds
Then the Greengrass deployment is COMPLETED on the device after 120 seconds
And the software.amazon.awssdk.sdk-gg-discovery log on the device contains the line "Discovery completed with error code" within 20 seconds
1 change: 1 addition & 0 deletions samples/greengrass/basic_discovery/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Manifests:
Lifecycle:
Run: |
echo "GG core:" {iot:thingName}
aws greengrassv2 list-client-devices-associated-with-core-device --core-device-thing-name {iot:thingName}
python3 {artifacts:path}/run_in_ci.py --runnable_dir {artifacts:path} --file {artifacts:path}/ci_run_discovery_cfg.json

0 comments on commit 1873232

Please sign in to comment.