Gaurav Aradhye
b45fe24e5c
CLOUDSTACK-8062: test_multiple_ip_ranges.py - Fix the test case to avoid using same vlan IP range in each test case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-11 17:54:32 +05:30
Gaurav Aradhye
d773eee39c
CLOUDSTACK:8018: Fix test_redundant_router.test_redundantVR_internals - The SSH to router was being done from wrong host
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-11 17:54:22 +05:30
Gaurav Aradhye
487bf5f57d
CLOUDSTACK:8058: Fix test_reset_ssh_keypair.py for EIP setup
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-11 17:54:00 +05:30
Gaurav Aradhye
ec478c49a6
CLOUDSTACK-8057: test_dedicate_guest_vlan_range.py - Marking a test as invalid
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-10 18:44:25 +05:30
Gaurav Aradhye
345a2f8cdd
CLOUDSTACK-8059: test_host_high_availability.py - Adding necessary code to check the hosts in cluster and update the host with appropriate tags to make it HA enabled
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-10 18:43:20 +05:30
Gaurav Aradhye
c4d383786f
CLOUDSTACK-8053: Fix loop termination - test_vpc_host_maintenance.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-09 19:01:44 +05:30
Gaurav Aradhye
f07c6bce49
CLOUDSTACK-8049: Tagging test cases which cannot be run on simulator accordingly
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-09 19:01:34 +05:30
Gaurav Aradhye
0977140043
CLOUDSTACK-8048: Fix test_ss_limits.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-09 19:01:27 +05:30
Gaurav Aradhye
ca52f15530
CLOUDSTACK-8021: Change test cases to use host information from configurableData section in test_data.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-05 20:13:27 +05:30
Gaurav Aradhye
100e46bf4e
CLOUDSTACK-8018: Improve code quality - test_redundant_router.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-05 18:40:23 +05:30
Gaurav Aradhye
6020053110
CLOUDSTACK-8028: Fix test_data.py - Separate virtual_machine dict having userdata key
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-05 18:37:22 +05:30
Gaurav Aradhye
fe0a55fb57
CLOUDSTACK-8003: test_egress_fw_rules.py - Remove test case dependency on each other and improve cleanup code
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-05 11:18:19 +05:30
Gaurav Aradhye
6f046bd1ab
CLOUDSTACK-8002: test_high_availability.py - Skip test cases if enough hosts are not available
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-05 11:18:19 +05:30
Chandan Purushothama
41b871b6bd
CLOUDSTACK-8007: Fixed the script 'test_vm_passwdenabled.py' - Template created by Admin should have public access to be used for regular User VM Deployment
2014-12-04 13:01:25 -08:00
Ashutosh K
608b0c5a24
CLOUDSTACK-7998: test_escalations_instances.py - Correcting code related to detach volume
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-04 16:38:35 +05:30
Ashutosh K
0a757b0f10
CLOUDSTACK-8020: test_snapshots.py - Fixed cleanup issue
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-04 16:30:50 +05:30
Rohit Yadav
fac7bfc5d5
CLOUDSTACK-8011: Upgrade maven dependencies
...
Changes;
- Upgrades maven-war plugin to 4.5 (faster war packaging)
- Upgrade spring framework to latest minor release
- Upgrade ehcache, jasypt, httpclient, httpcore and other core dependencies
- Upgrade to latest ipv6 library, fix unit test NetUtilsTest
- httpcore and httpclient are sharing same version variable
- commons-httpclient is different that httpclient, the fix gives it a separate var
- Apidocs failed to generate and get stuck with new reflections version, for now
we will continue using 0.9.8
Newer dependencies can be listed using:
mvn versions:display-dependency-updates -Dnoredist -Dsimulator -P developer,systemvm
Testing;
- Tested using Maven 3.2.1
- Local noredist build with unit tests succeeds
- CloudStack mgmt server started, basic business layer tests work
- Observed 10-15% build time improvement using new maven-war plugin
Branch: bugfix/4.5-8011 (commits are squashed in favour of a linear history)
Pull request:
https://github.com/apache/cloudstack/pull/50
This closes #50
TravisCI build summary:
https://travis-ci.org/shapeblue/cloudstack/builds/42902172
- Build passes with unit tests
- Apidocs generates successfully
- Most integration tests pass, some fail due to timeout errors, second re-run
passes some of them
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-04 02:12:51 +05:30
Chandan Purushothama
b0d74ad6fc
CLOUDSTACK-7996: Fixed the script test_tags.py - Tags and Template should belong to the User Account to test the case
2014-12-02 16:48:20 -08:00
Gaurav Aradhye
818957de0c
CLOUDSTACK-7991: test_security_groups.py - Move config data to test_data.py and fix pep8 issues
...
Signed-off-by: Pierre-Luc Dion <pdion891@apache.org>
2014-12-02 09:56:49 -05:00
Gaurav Aradhye
6a2c18a989
CLOUDSTACK-7993: Code enhancement - test_egress_fw_rules.py - Removing unncessary waits
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-02 15:36:13 +05:30
Gaurav Aradhye
2fa1b02e3c
CLOUDSTACK-8001: test_add_remove_network.py - Tag invalid test case as invalid
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-02 15:33:09 +05:30
Chandan Purushothama
d5761ea65b
CLOUDSTACK-7980 : Fixed the script '/maint/test_egress_rules_host_maintenance.py' - Zone Network Type Information should to be passed to VirtualMachine create method
2014-11-26 19:33:23 -08:00
Chandan Purushothama
4f8799315f
CLOUDSTACK-7979 : Fixed the script 'test_security_groups.py' - Zone Network Type Information should to be passed to VirtualMachine create method
2014-11-26 19:33:06 -08:00
Chandan Purushothama
b81cf5eab1
CLOUDSTACK-7978 : Fixed the script 'test_egress_rules.py' - Zone Network Type Information should to be passed to VirtualMachine create method
2014-11-26 19:32:46 -08:00
SrikanteswaraRao Talluri
8cca0b224d
CLOUDSTACK-7865:Wrongly skipping the test if the local storage is enabled.
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 19:22:11 +05:30
Gaurav Aradhye
d0ca2d5d8b
CLOUDSTACK-7933: test_escalations_instances.py - Fixed test_13_vm_nics for Vmware
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:58:00 +05:30
Ashutosh K
2fbef677b0
CLOUDSTACK-7934: Fixed cleanup issues test_escalations_volumes.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:53:51 +05:30
Ashutosh K
30a2ade17a
CLOUDSTACK-7942: Fixing account permission issue in test_template.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:48:53 +05:30
Ashutosh K
6eb4a40afe
CLOUDSTACK-7949: Fixing issue in test_base_image_updation.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:43:07 +05:30
Ashutosh K
50ab04dc0d
CLOUDSTACK-7953: Fixed time wait period for verifying snapshot policy
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:39:43 +05:30
Ashutosh K
1db2d14422
CLOUDSTACK-7963: Fixed test case in test_dedicate_guest_vlan_ranges.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:35:13 +05:30
Gaurav Aradhye
684268f4c3
CLOUDSTACK-7938: Marvin - Create a new section in test_data.py for configurable data and change test cases accordingly
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:30:33 +05:30
Ashutosh K
4f82528829
CLOUDSTACK-7965: Fix script related to force delete domain test case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-25 18:18:16 +05:30
Chandan Purushothama
71bb436c8d
CLOUDSTACK-7955: Fixed the script test_project_limits.py - Register Template in the Project to test the Template limits on the project
2014-11-21 18:25:44 -08:00
Chandan Purushothama
3a6f248e3a
CLOUDSTACK-7956: Fixed the script 'test_project_usage.py' - Register Template in the Project to test the Template limits on the project
2014-11-21 18:24:15 -08:00
Sangeetha Hariharan
50bf7496e3
CLOUDSTACK-7732-[Automation] - Automate organization States Test Cases relating to enabling/disabling of zone,pod,host and cluster.
2014-11-21 12:32:14 -08:00
Chandan Purushothama
20a8852db1
CLOUDSTACK-7928 : Fixed the script 'test_vpc_vm_life_cycle.py' - Removed the Invalid test cases for Stopped VPC VR Scenario
2014-11-18 19:19:44 -08:00
Chandan Purushothama
e712ac78d0
CLOUDSTACK-7810 : Fixed the script 'test_vpc_vm_life_cycle.py'
2014-11-17 17:35:13 -08:00
Gaurav Aradhye
91ffaaa5a2
CLOUDSTACK-7912: Remove hardcoded netscaler info and read it from config file
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-17 15:30:24 +05:30
SrikanteswaraRao Talluri
44663a868b
Merge branch '4.5'
...
* 4.5:
CLOUDSTACK-7355 - test_netscaler_configs.py uses hardcoded NetScaler credentials
2014-11-14 16:58:31 +05:30
Doug Clark
3609f60447
CLOUDSTACK-7355 - test_netscaler_configs.py uses hardcoded NetScaler credentials
...
Refactored code to use test_data instead of hardcoded NetScaler credentials
Refactored code to remove large scale duplication
Fixed some minor logic error in the existing tests
This patch has not added or removed any of the original test-cases.
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-14 16:56:59 +05:30
SrikanteswaraRao Talluri
0fd5475593
Merge branch '4.5'
...
* 4.5:
CLOUDSTACK-7885 : Fixed the script '/maint/test_vpc_host_maintenance.py'
CLOUDSTACK-7860: test_eip_elb.py - Move Netscler info out of the test case. Read it from config. Fix attribute error. Fix pep8 issues. Fix imports.
2014-11-14 16:49:51 +05:30
Chandan Purushothama
f92fa4257a
CLOUDSTACK-7885 : Fixed the script '/maint/test_vpc_host_maintenance.py'
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-14 16:46:37 +05:30
Gaurav Aradhye
2bfddc55b8
CLOUDSTACK-7860: test_eip_elb.py - Move Netscler info out of the test case. Read it from config. Fix attribute error. Fix pep8 issues. Fix imports.
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-14 16:39:55 +05:30
SrikanteswaraRao Talluri
63ff683b89
Merge branch '4.5'
2014-11-13 18:30:12 +05:30
Gaurav Aradhye
b3faab6f42
CLOUDSTACK-7693: test_scale_vm.py - fix pep8 issues
...
CLOUDSTACK-7878: Skip scale VM operation on vmware if vmware tools are not installed
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-13 18:28:13 +05:30
Gaurav Aradhye
46d9f8c6f5
CLOUDSTACK-7879: Skip dynamic scaling on vmware if vmware-tools are not installed
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-13 18:27:48 +05:30
SrikanteswaraRao Talluri
4bfb7f20c1
merging 2c08e30a493cb520eb478795bbc5d5d4935dd59b from 4.5
...
Merge branch '4.5'
2014-11-13 18:11:49 +05:30
Chandan Purushothama
2c08e30a49
CLOUDSTACK-7894 : Fixed the script test_vm_passwdenabled.py - Test Cases failing on Simulator as Testcases try to ssh to the VMs
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-13 18:10:44 +05:30
SrikanteswaraRao Talluri
fa4cc856aa
bringing in bcf328833a84f1d490a774edb63af3e301cf0f5a from 4.5
...
Merge branch '4.5'
2014-11-13 17:58:56 +05:30