Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1878#discussion_r105679910 --- Diff: plugins/hypervisors/vmware/test/com/cloud/hypervisor/vmware/resource/VmwareResourceTest.java --- @@ -216,6 +216,20 @@ public void testScaleVMF1() throws Exception { } @Test + public void testReplaceNicsMacSequenceInBootArgs() throws Exception { --- End diff -- Do you need this `throws Exception` here? It does not seem o be required by any of the method calls you have here.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---