rohityadavcloud commented on code in PR #6546:
URL: https://github.com/apache/cloudstack/pull/6546#discussion_r919893745


##########
test/integration/component/test_network_permissions.py:
##########
@@ -758,3 +758,24 @@ def 
test_04_deploy_vm_for_other_user_and_test_vm_operations(self):
         command = """self.reset_network_permission({apiclient}, 
self.user_network, expected=True)"""
         self.exec_command("self.otheruser_apiclient", command, expected=False)
         self.exec_command("self.user_apiclient", command, expected=True)
+
+    @attr(tags=["advanced"], required_hardware="false")
+    def test_05_list_networks_under_project(self):

Review Comment:
   - is this test run against simulator (check travis yml)
   - if not, can we move some sort of quick validation tests to smoke/



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to