You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by SrikanteswaraRao Talluri <sr...@citrix.com> on 2013/05/03 14:20:58 UTC

Review Request: fix test scripts to conform with library changes

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

Review request for cloudstack and Prasanna Santhanam.


Description
-------

Modified account.account.* to account.*
Modified ipaddress.ipaddress to ipaddress.ipaddress in all the scripts to conform with library changes in base.py 


This addresses bug CLOUDSTACK-2323.


Diffs
-----

  test/integration/component/test_accounts.py 459cfb3 
  test/integration/component/test_blocker_bugs.py bfd1c13 
  test/integration/component/test_egress_rules.py 7972aa5 
  test/integration/component/test_eip_elb.py c1ad505 
  test/integration/component/test_multiple_ip_ranges.py 489e7ca 
  test/integration/component/test_network_offering.py 8b12525 
  test/integration/component/test_project_configs.py f1469f2 
  test/integration/component/test_project_limits.py ab13238 
  test/integration/component/test_project_resources.py 191ceb5 
  test/integration/component/test_project_usage.py 03c42fd 
  test/integration/component/test_projects.py 95df5bf 
  test/integration/component/test_resource_limits.py 641825b 
  test/integration/component/test_routers.py 452c034 
  test/integration/component/test_security_groups.py 7459d2a 
  test/integration/component/test_snapshots.py 5567917 
  test/integration/component/test_storage_motion.py b893b8b 
  test/integration/component/test_templates.py a743bf7 
  test/integration/component/test_usage.py 39228ba 
  test/integration/component/test_vm_passwdenabled.py e3bcf67 
  test/integration/component/test_volumes.py f50113b 
  test/integration/component/test_vpn_users.py e18c538 
  test/integration/smoke/test_iso.py 0b7d276 
  test/integration/smoke/test_network.py df89eaa 
  test/integration/smoke/test_nic.py ad30122 
  test/integration/smoke/test_routers.py 7785576 
  test/integration/smoke/test_scale_vm.py 64fe4dc 
  test/integration/smoke/test_templates.py a648098 
  test/integration/smoke/test_volumes.py 750f985 

Diff: https://reviews.apache.org/r/10915/diff/


Testing
-------

Tested smoke scripts and component scripts testing is in progress


Thanks,

SrikanteswaraRao Talluri


Re: Review Request: fix test scripts to conform with library changes

Posted by Prasanna Santhanam <ts...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10915/#review20185
-----------------------------------------------------------

Ship it!


commit f0749ce62552bdd9c92b371d7c34e2c9bb5a8a28
Author: Talluri <Sr...@citrix.com>
Date:   Fri May 3 23:11:56 2013 +0530

    CLOUDSTACK-2323: fix test scripts to conform with library changes
    
    Signed-off-by: Prasanna Santhanam <ts...@apache.org>



- Prasanna Santhanam


On May 3, 2013, 12:21 p.m., SrikanteswaraRao Talluri wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/10915/
> -----------------------------------------------------------
> 
> (Updated May 3, 2013, 12:21 p.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Description
> -------
> 
> Modified account.account.* to account.*
> Modified ipaddress.ipaddress to ipaddress in all the scripts to conform with library changes in base.py 
> 
> 
> This addresses bug CLOUDSTACK-2323.
> 
> 
> Diffs
> -----
> 
>   test/integration/component/test_accounts.py 459cfb3 
>   test/integration/component/test_blocker_bugs.py bfd1c13 
>   test/integration/component/test_egress_rules.py 7972aa5 
>   test/integration/component/test_eip_elb.py c1ad505 
>   test/integration/component/test_multiple_ip_ranges.py 489e7ca 
>   test/integration/component/test_network_offering.py 8b12525 
>   test/integration/component/test_project_configs.py f1469f2 
>   test/integration/component/test_project_limits.py ab13238 
>   test/integration/component/test_project_resources.py 191ceb5 
>   test/integration/component/test_project_usage.py 03c42fd 
>   test/integration/component/test_projects.py 95df5bf 
>   test/integration/component/test_resource_limits.py 641825b 
>   test/integration/component/test_routers.py 452c034 
>   test/integration/component/test_security_groups.py 7459d2a 
>   test/integration/component/test_snapshots.py 5567917 
>   test/integration/component/test_storage_motion.py b893b8b 
>   test/integration/component/test_templates.py a743bf7 
>   test/integration/component/test_usage.py 39228ba 
>   test/integration/component/test_vm_passwdenabled.py e3bcf67 
>   test/integration/component/test_volumes.py f50113b 
>   test/integration/component/test_vpn_users.py e18c538 
>   test/integration/smoke/test_iso.py 0b7d276 
>   test/integration/smoke/test_network.py df89eaa 
>   test/integration/smoke/test_nic.py ad30122 
>   test/integration/smoke/test_routers.py 7785576 
>   test/integration/smoke/test_scale_vm.py 64fe4dc 
>   test/integration/smoke/test_templates.py a648098 
>   test/integration/smoke/test_volumes.py 750f985 
> 
> Diff: https://reviews.apache.org/r/10915/diff/
> 
> 
> Testing
> -------
> 
> Tested smoke scripts and component scripts testing is in progress
> 
> 
> Thanks,
> 
> SrikanteswaraRao Talluri
> 
>


Re: Review Request: fix test scripts to conform with library changes

Posted by SrikanteswaraRao Talluri <sr...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10915/
-----------------------------------------------------------

(Updated May 3, 2013, 12:21 p.m.)


Review request for cloudstack and Prasanna Santhanam.


Description (updated)
-------

Modified account.account.* to account.*
Modified ipaddress.ipaddress to ipaddress in all the scripts to conform with library changes in base.py 


This addresses bug CLOUDSTACK-2323.


Diffs
-----

  test/integration/component/test_accounts.py 459cfb3 
  test/integration/component/test_blocker_bugs.py bfd1c13 
  test/integration/component/test_egress_rules.py 7972aa5 
  test/integration/component/test_eip_elb.py c1ad505 
  test/integration/component/test_multiple_ip_ranges.py 489e7ca 
  test/integration/component/test_network_offering.py 8b12525 
  test/integration/component/test_project_configs.py f1469f2 
  test/integration/component/test_project_limits.py ab13238 
  test/integration/component/test_project_resources.py 191ceb5 
  test/integration/component/test_project_usage.py 03c42fd 
  test/integration/component/test_projects.py 95df5bf 
  test/integration/component/test_resource_limits.py 641825b 
  test/integration/component/test_routers.py 452c034 
  test/integration/component/test_security_groups.py 7459d2a 
  test/integration/component/test_snapshots.py 5567917 
  test/integration/component/test_storage_motion.py b893b8b 
  test/integration/component/test_templates.py a743bf7 
  test/integration/component/test_usage.py 39228ba 
  test/integration/component/test_vm_passwdenabled.py e3bcf67 
  test/integration/component/test_volumes.py f50113b 
  test/integration/component/test_vpn_users.py e18c538 
  test/integration/smoke/test_iso.py 0b7d276 
  test/integration/smoke/test_network.py df89eaa 
  test/integration/smoke/test_nic.py ad30122 
  test/integration/smoke/test_routers.py 7785576 
  test/integration/smoke/test_scale_vm.py 64fe4dc 
  test/integration/smoke/test_templates.py a648098 
  test/integration/smoke/test_volumes.py 750f985 

Diff: https://reviews.apache.org/r/10915/diff/


Testing
-------

Tested smoke scripts and component scripts testing is in progress


Thanks,

SrikanteswaraRao Talluri