DaanHoogland commented on a change in pull request #3925: Add cache mode param
properly
URL: https://github.com/apache/cloudstack/pull/3925#discussion_r387507603
##########
File path: test/integration/smoke/test_service_offerings.py
##########
@@ -129,6 +129,110 @@ def test_01_create_service_offering(self):
"Check name in createServiceOffering"
)
return
+
+ @attr(
+ tags=[
+ "advanced",
+ "advancedns",
+ "smoke",
+ "basic",
+ "eip",
+ "sg"],
+ required_hardware="false")
+ def test_02_create_service_offering_with_cache_mode_type(self):
Review comment:
again, why not add as test_03 and test_04?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services