Skip to content

Commit

Permalink
chore: remove IDT tag from multiplatform component feature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-kevinrickard committed Apr 2, 2024
1 parent c6a7f7f commit 1385d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Feature: Testing Cloud component in Greengrass
Then the Greengrass deployment is COMPLETED on the device after 180 seconds
And the com.aws.HelloWorld log on the device contains the line "Hello World Updated!!" within 20 seconds

@CloudDeployment @IDT @OTFStable
@CloudDeployment @OTFStable
Scenario: As a developer, I can create a multi-platform component in Cloud and deploy it on my device
When I create a Greengrass deployment with components
| com.aws.HelloWorldMultiplatform | classpath:/greengrass/components/recipes/hello_world_recipe_multiplatform.yaml |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feature: Testing local deployment using CLI in Greengrass
Then the local Greengrass deployment is SUCCEEDED on the device after 120 seconds
And the aws.greengrass.LocalHelloWorld log on the device contains the line "Hello World!!" within 20 seconds

@LocalDeployment @IDT @OTFStable
@LocalDeployment @OTFStable
Scenario: A multi-platform component is deployed locally using CLI
When I create a Greengrass deployment with components
| aws.greengrass.Cli | GG_CLI_VERSION |
Expand Down

0 comments on commit 1385d3f

Please sign in to comment.