harikrishna-patnala commented on code in PR #6546:
URL: https://github.com/apache/cloudstack/pull/6546#discussion_r925169683
##########
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:
Moved this to smoke tests, I see some tests require hardware.
--
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]