-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12197/
-----------------------------------------------------------
Review request for cloudstack, Girish Shilamkar and Prasanna Santhanam.
Repository: cloudstack-git
Description
-------
VPC test cases using high percentage of resources, it effects other test cases
64 "service_offering": {
65 "name": "Tiny Instance",
66 "displaytext": "Tiny Instance",
67 "cpunumber": 1,
68 "cpuspeed": 1000,
69 "memory": 512,
70 },
Reduced to
64 "service_offering": {
65 "name": "Tiny Instance",
66 "displaytext": "Tiny Instance",
67 "cpunumber": 1,
68 "cpuspeed": 100,
69 "memory": 128,
70 },
Diffs
-----
test/integration/component/test_vpc_network_lbrules.py b0357fa
test/integration/component/test_vpc_network_pfrules.py b478b6a
test/integration/component/test_vpc_network_staticnatrule.py c5d9e57
test/integration/component/test_vpc_routers.py a8559e5
Diff: https://reviews.apache.org/r/12197/diff/
Testing
-------
Tested
Thanks,
Rayees Namathponnan