Add functional test for heat resource AWS::EC2::IAM::AccessKey
Bug #1271999 reported by
Steven Dake
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Test the following properties:
Serial: This is an optional integer property which contains the serial number of the access key and remains unimplemented.
UserName: This is a mandatory string which contains the name of the user that the new key will belong to.
Status: This is an optional string property which is not implemented.
This resource produces no attributes.
The test case should test both YAML and CFN formats.
summary: |
- Add tempest test for heat resource AWS::EC2::IAM::AccessKey + Add functional test for heat resource AWS::EC2::IAM::AccessKey |
tags: |
added: functional-tests removed: tempest |
Changed in heat: | |
assignee: | nobody → Rakesh H S (rh-s) |
Changed in heat: | |
assignee: | Rakesh H S (rh-s) → nobody |
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |
To post a comment you must log in.
We already have at least partial coverage of this resource via the autoscaling scenario test:
https:/ /github. com/openstack/ tempest/ blob/master/ tempest/ scenario/ orchestration/ test_autoscalin g.yaml# L91