Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove IDT tag from multiplatform component feature tests #238

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading