> On May 21, 2013, 8:53 a.m., Prasanna Santhanam wrote:
> > Please add 
> > 
> > BUG-ID: Fix summary
> > 
> > Detail 
> > 
> > This enables the commit to go against the JIRA ticket through git2jira. 
> > Plus it also helps explain the fix better than 'bvt-fix'
> > 
> >
> 
> Prasanna Santhanam wrote:
>     I'd run the checkin tests for this one:
>     
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Marvin+-+Testing+with+Python#Marvin-TestingwithPython-

I ran the tests this time - but please write a better git summary.

You can attach the output for the checkin test run as I have.

So test_public_ip_range.py has indeed passed now:
Test public IP range dedication ... ok


- Prasanna


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11297/#review20832
-----------------------------------------------------------


On May 21, 2013, 9:44 a.m., bharat kumar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11297/
> -----------------------------------------------------------
> 
> (Updated May 21, 2013, 9:44 a.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Koushik Das.
> 
> 
> Description
> -------
> 
> Cloudstack-2548 [Automation] Failed to delete public IP range
> https://issues.apache.org/jira/browse/CLOUDSTACK-2548
> 
> 
> This addresses bug Cloudstack-2548.
> 
> 
> Diffs
> -----
> 
>   server/src/com/cloud/configuration/ConfigurationManagerImpl.java 47c5482 
> 
> 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
> 
>

Reply via email to