cloudstack/test/integration
ernjvr d7e334b1b4 CLOUDSTACK-9599: isdynamicallyscalable field missing in updateTemplate Response (#2383)
Using cloudmonkey, when invoking the update template api call, it does not display the isdynamicallyscalable field as part of its template response.
fix done:
org.apache.cloudstack.api.response.TemplateResponse isdynamicallyscalable field is now populated in the server/src/com/cloud/api/query/dao/TemplateJoinDaoImpl.java.newUpdateResponse method.
Unit test:
the Unit test server/test/com/cloud/api/query/dao/TemplateJoinDaoImplTest.java testNewUpdateResponse() verifies that the TemplateResponse is populated correctly.
Marvin test:
the Marvin nosetest integration/smoke/test_templates.py test_02_edit_template(self) confirms that the template_response.isdynamicallyscalable field gets populated with the correct user data.
Test scenario:
Using cloudmonkey, when invoking the 'update template' API call, it should now display the isdynamicallyscalable field as part of its template response.
2018-01-04 11:03:05 +05:30
..
component CLOUDSTACK-10163: Component tests sanity (#2344) 2018-01-01 16:44:18 +05:30
plugins CLOUDSTACK-10024: Network Migration (#2374) 2018-01-03 13:50:19 +05:30
smoke CLOUDSTACK-9599: isdynamicallyscalable field missing in updateTemplate Response (#2383) 2018-01-04 11:03:05 +05:30
testpaths CLOUDSTACK-8308 automation test for Delta Snapshot 2017-10-10 19:52:49 +02:00
__init__.py apply chip childers licensing patches for the test directory 2012-06-26 11:19:58 -04:00