We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Incorrect test name displayed in CloudFormation Stack tags deployed using taskcat test run.
To Reproduce Steps to reproduce the behavior:
Description: '(SO0101) - The AWS CloudFormation hub template for Solutions Engineering Test Solution, Version: v1.0.0' Resources: RandomBucket: Type: 'AWS::S3::Bucket' DeletionPolicy: Delete Properties: BucketName: !Join - '-' - - 'nightswatch-testing-bucket-prrjaa' - !Ref AWS::Region Outputs: S3BucketName: Value: !Ref RandomBucket Export: Name: S3BucketName
No Input parameters
taskcat.yml
general: auth: default: TEST_ACCOUNT project: name: s3 shorten_stack_name: true template: s3testing.template tests: s3-t1: parameters: {} regions: - us-east-2 s3-t2: parameters: {} regions: - us-west-2 s3-t3: parameters: {} regions: - eu-west-1 s3-t4: parameters: {} regions: - ap-southeast-1 s3-t5: parameters: {} regions: - ca-central-1 s3-t6: parameters: {} regions: - sa-east-1
taskcat test run
aws configure
Expected behavior correct test name should be displayed in CloudFormation Stack tags.
Screenshots
**Version (Please make sure you are running the latest version of taskcat)
Note: Python Version 3.10.12
Note: both version should match
Additional context Some time multiple tags are displayed under deployed cloudformation stack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Incorrect test name displayed in CloudFormation Stack tags deployed using taskcat test run.
To Reproduce
Steps to reproduce the behavior:
Description: '(SO0101) - The AWS CloudFormation hub template for Solutions Engineering Test Solution, Version: v1.0.0'
Resources:
RandomBucket:
Type: 'AWS::S3::Bucket'
DeletionPolicy: Delete
Properties:
BucketName: !Join
- '-'
- - 'nightswatch-testing-bucket-prrjaa'
- !Ref AWS::Region
Outputs:
S3BucketName:
Value: !Ref RandomBucket
Export:
Name: S3BucketName
No Input parameters
taskcat.yml
general:
auth:
default: TEST_ACCOUNT
project:
name: s3
shorten_stack_name: true
template: s3testing.template
tests:
s3-t1:
parameters: {}
regions:
- us-east-2
s3-t2:
parameters: {}
regions:
- us-west-2
s3-t3:
parameters: {}
regions:
- eu-west-1
s3-t4:
parameters: {}
regions:
- ap-southeast-1
s3-t5:
parameters: {}
regions:
- ca-central-1
s3-t6:
parameters: {}
regions:
- sa-east-1
taskcat test run
aws configure
? yesExpected behavior
correct test name should be displayed in CloudFormation Stack tags.
Screenshots
**Version (Please make sure you are running the latest version of taskcat)
Note: Python Version 3.10.12
Note: both version should match
Additional context
Some time multiple tags are displayed under deployed cloudformation stack
The text was updated successfully, but these errors were encountered: