Skip to content

Commit

Permalink
chore: remove IDT tag from ML and streammanager tests (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Apr 25, 2024
1 parent 1deac73 commit d20ff3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Greengrass V2 Machine Learning
Given my device is registered as a Thing
And my device is running Greengrass

@ML @DLR @MQTT @IDT
@ML @DLR @MQTT
Scenario: I can receive inference results on an MQTT topic after installing aws.greengrass.DLRImageClassification
Given I subscribe to the following IoT MQTT topics
| image/classification |
Expand Down Expand Up @@ -33,7 +33,7 @@ Feature: Greengrass V2 Machine Learning
And I receive messages on the following IoT MQTT topics after 30 seconds
| image/classification | image-classification
@ML @DLR @Log @IDT
@ML @DLR @Log
Scenario: I can install and run aws.greengrass.DLRImageClassification on my device
When I create a Greengrass deployment with components
| aws.greengrass.DLRImageClassification | LATEST |
Expand All @@ -59,7 +59,7 @@ Feature: Greengrass V2 Machine Learning
Then the Greengrass deployment is COMPLETED on the device after 5 minutes
And the aws.greengrass.DLRImageClassification log on the device contains the line "image-classification" within 30 seconds

@ML @TensorFlow @MQTT @IDT
@ML @TensorFlow @MQTT
Scenario: I can receive inference results on an MQTT topic after installing aws.greengrass.TensorFlowLiteImageClassification
Given I subscribe to the following IoT MQTT topics
| image/classification |
Expand Down Expand Up @@ -88,7 +88,7 @@ Feature: Greengrass V2 Machine Learning
And I receive messages on the following IoT MQTT topics after 30 seconds
| image/classification | image-classification
@ML @TensorFlow @Log @IDT
@ML @TensorFlow @Log
Scenario: I can install and run aws.greengrass.TensorFlowLiteImageClassification on my device
When I create a Greengrass deployment with components
| aws.greengrass.TensorFlowLiteImageClassification | LATEST |
Expand All @@ -114,7 +114,7 @@ Feature: Greengrass V2 Machine Learning
Then the Greengrass deployment is COMPLETED on the device after 5 minutes
And the aws.greengrass.TensorFlowLiteImageClassification log on the device contains the line "image-classification" within 30 seconds

@ML @SageMakerEdgeManager @IDT
@ML @SageMakerEdgeManager
Scenario: I can install SageMaker Edge Manager agent using aws.greengrass.SageMakerEdgeManager component
When I create a Greengrass deployment with components
| aws.greengrass.SageMakerEdgeManager | LATEST |
Expand All @@ -131,4 +131,4 @@ Feature: Greengrass V2 Machine Learning
And I deploy the Greengrass deployment configuration
Then the Greengrass deployment is COMPLETED on the device after 5 minutes
And the aws.greengrass.SageMakerEdgeManager log on the device contains the line "Server listening on unix:///tmp/aws.greengrass.SageMakerEdgeManager" within 60 seconds
And the aws.greengrass.SageMakerEdgeManager log on the device not contains the line "GetBucketLocation failed"
And the aws.greengrass.SageMakerEdgeManager log on the device not contains the line "GetBucketLocation failed"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Greengrass V2 Stream Manager
Given my device is registered as a Thing
And my device is running Greengrass

@StreamManager @IDT @OTFStable
@StreamManager @OTFStable
Scenario: I can install and run aws.greengrass.StreamManager on my device
Given I create a random file that is 500KB large, named streammanager-input.log
When I create an S3 bucket for testing
Expand All @@ -26,4 +26,4 @@ Feature: Greengrass V2 Stream Manager
And I deploy the Greengrass deployment configuration
Then the Greengrass deployment is COMPLETED on the device after 2 minutes
And the aws.greengrass.StreamManager log on the device contains the line "Stream Manager reporting the state: RUNNING" within 30 seconds
And the S3 bucket contains the key export/streammanager-input.log within 30 seconds
And the S3 bucket contains the key export/streammanager-input.log within 30 seconds

0 comments on commit d20ff3b

Please sign in to comment.