----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11297/ -----------------------------------------------------------
(Updated May 22, 2013, 6:19 a.m.) Review request for cloudstack, Abhinandan Prateek and Koushik Das. Changes ------- update the commit message and created a new patch. Description ------- Cloudstack-2548 [Automation] Failed to delete public IP range https://issues.apache.org/jira/browse/CLOUDSTACK-2548 This addresses bug Cloudstack-2548. Diffs (updated) ----- core/src/com/cloud/network/DnsMasqConfigurator.java bbf721d Diff: https://reviews.apache.org/r/11297/diff/ Testing ------- tested on master. ~/workspace/cloudstack/incubator-cloudstack(branch:master) ยป mvn -Pdeveloper,marvin.test -pl :cloud-marvin integration-test -Dmarvin.config=setup/dev/advanced.cfg tsp@banmlcharlesf01 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack marvin 4.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- gmaven-plugin:1.5:execute (setproperty) @ cloud-marvin --- [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (generate-sources) @ cloud-marvin --- [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-marvin --- [INFO] [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-marvin --- [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (integration-test) @ cloud-marvin --- test DeployVM in anti-affinity groups ... ok Test userdata as GET, size > 2k ... ok Test userdata as POST, size > 2k ... ok Test to create disk offering ... ok Test to update existing disk offering ... ok Test to delete disk offering ... ok test update configuration setting at zone level scope ... ok Test guest vlan range dedication ... ok Test to update a physical network and extend its vlan ... ok test_createPortablePublicIPAcquire (integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire) ... ERROR test_createPortablePublicIPRange (integration.smoke.test_portable_publicip.TestPortablePublicIPRange) ... ERROR Test public IP range dedication ... ok Test for create region ... ok Test advanced zone virtual router ... ok Test Deploy Virtual Machine ... ok ====================================================================== ERROR: test_createPortablePublicIPAcquire (integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/tsp/workspace/cloudstack/incubator-cloudstack/test/integration/smoke/test_portable_publicip.py", line 229, in test_createPortablePublicIPAcquire self.portable_ip_range = PortablePublicIpRange.create( NameError: global name 'PortablePublicIpRange' is not defined -------------------- >> begin captured logging << -------------------- testclient.testcase.TestPortablePublicIPAcquire: DEBUG: attempting to create a portable Public IP range --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_createPortablePublicIPRange (integration.smoke.test_portable_publicip.TestPortablePublicIPRange) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/tsp/workspace/cloudstack/incubator-cloudstack/test/integration/smoke/test_portable_publicip.py", line 144, in test_createPortablePublicIPRange self.portable_ip_range = PortablePublicIpRange.create( NameError: global name 'PortablePublicIpRange' is not defined -------------------- >> begin captured logging << -------------------- testclient.testcase.TestPortablePublicIPRange: DEBUG: attempting to create a portable Public IP range --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 15 tests in 109.205s FAILED (errors=2) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:58.130s [INFO] Finished at: Tue May 21 15:12:40 GMT+05:30 2013 [INFO] Final Memory: 23M/81M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (integration-test) on project cloud-marvin: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Thanks, bharat kumar