-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR] Adding stack bundle retire test #9989
Conversation
f353166
to
c456808
Compare
stack_data): | ||
""" | ||
|
||
Bugzilla: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove blank line
|
||
@pytest.mark.meta(automates=[1684092]) | ||
@pytest.mark.meta(blockers=[BZ(1754543)]) | ||
@pytest.mark.customer_scenario |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add both In oneline.
@pytest.mark.meta(automates=[1684092])
@pytest.mark.meta(blockers=[BZ(1754543)])```
c456808
to
f79a42d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice PR 👍
just one comment
f'Provisioning Service [{catalog_bundle.name}] from [{catalog_bundle.name}]' | ||
) | ||
|
||
provision_request = appliance.collections.requests.instantiate(request_description) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm suspect why you need to instantiate this provisioning request? As per my info order
method itself returning this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@digitronik to get the last message(provisioned service name) from the service request table.
Last Message
[EVM] Service [cat_bundle_z69K-20200325-025939] Provisioned Successfully
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made changes as per your suggestion
f79a42d
to
a298bf3
Compare
Purpose or Intent
PRT Run
{{pytest: cfme/tests/services/test_provision_stack.py::test_retire_catalog_bundle_service_orchestration_item --long-running --use-provider ec2west -vvvv }}
It fails on 5.11. we have open bz: 1754543