aws-ia / taskcat

Test all the CloudFormation things! (with TaskCat)
https://aws-ia.github.io/taskcat/
Apache License 2.0
1.16k stars 213 forks source link

Incorrect test name displayed in CloudFormation Stack tags deployed using taskcat test run. #823

Open praveenis opened 3 months ago

praveenis commented 3 months ago

Describe the bug Incorrect test name displayed in CloudFormation Stack tags deployed using taskcat test run.

To Reproduce Steps to reproduce the behavior:

  1. Are you testing a QuickStart or Custom template? Custom template
  2. Attach or link a copy of the template if possible (remove any sensitive info)

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

  1. Provide the parameters that you passed. (remove any sensitive info)

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:

  1. How did you install taskcat? (docker or pip3)

taskcat test run

  1. Are you using a profile, an instance role or access keys to run taskcat? profile
  2. Is your AWS environment configured via aws configure? yes

Expected behavior correct test name should be displayed in CloudFormation Stack tags.

Screenshots

image

**Version (Please make sure you are running the latest version of taskcat)

Note: both version should match

Additional context Some time multiple tags are displayed under deployed cloudformation stack

image