Gaurav Aradhye
fab0054782
CLOUDSTACK-8068: Fixing test script issue in test_ps_project_limits.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-12 18:55:48 +05:30
Gaurav Aradhye
d2ed5fb9a3
CLOUDSTACK-8055: Tagging test cases which can't be run on simulator accordingly
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-12 18:31:45 +05:30
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 2c08e30a49 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 bcf328833a from 4.5
...
Merge branch '4.5'
2014-11-13 17:58:56 +05:30
Chandan Purushothama
bcf328833a
CLOUDSTACK-7895 : Fixed the script test_security_groups.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 17:56:20 +05:30
Chandan Purushothama
a02864ab8b
CLOUDSTACK-7897 : Fixed the script test_reset_ssh_keypair.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 17:50:14 +05:30
Chandan Purushothama
765443e7d5
CLOUDSTACK-7897 : Fixed the script test_reset_ssh_keypair.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 17:49:22 +05:30
Chandan Purushothama
81e03c4c31
CLOUDSTACK-7788: Fixed the script 'test_dynamic_compute_offering.py' to be run only on hardware
2014-11-12 18:36:07 -08:00
Chandan Purushothama
57f6642234
CLOUDSTACK-7787: Fixed the script 'test_lb_secondary_ip.py' to be run only on hardware
2014-11-12 18:35:33 -08:00
Chandan Purushothama
540687c392
CLOUDSTACK-7786: Fixed the script 'test_haproxy.py' to be run only on hardware
2014-11-12 18:29:50 -08:00
Chandan Purushothama
172a0b7ee0
CLOUDSTACK-7811: Fixed the script 'test_persistent_networks.py' - Test Cases failing on Simulator due to hardware resources requirement for test execution
2014-11-12 18:26:56 -08:00
Chandan Purushothama
f416c82f01
CLOUDSTACK-7812: Fixed the script 'maint/test_redundant_router_network_rules.py' - Test Cases failing on Simulator due to hardware resources requirement for test execution
2014-11-12 18:26:18 -08:00
Sangeetha Hariharan
b12207cf25
CLOUDSTACK-7891 - Fix failure in integration.component.test_escalations_instances.TestInstances/test_15_revert_vm_to_snapshot
2014-11-12 17:11:44 -08:00
Chandan Purushothama
76ef987e7c
CLOUDSTACK-7876 - Fixed the script 'test_vpc_vm_life_cycle.py' - Destruction of VM before it can be recovered needs to be prevented
2014-11-12 16:04:55 -08:00
SrikanteswaraRao Talluri
7efc4c388f
CLOUDSTACK-7865: fixed pep8 errors and errors in wrong references
...
to the variables
2014-11-11 19:21:38 +05:30
SrikanteswaraRao Talluri
5759857ffc
CLOUDSTACK-7865: fixed pep8 errors and errors in wrong references
...
to the variables
2014-11-11 19:18:59 +05:30
Gaurav Aradhye
46802557e8
CLOUDSTACK-7818: Fixing test_escalations_instances.py, Removing dependency of test cases on each other
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 17:22:12 +05:30
Gaurav Aradhye
85ac979f72
CLOUDSTACK-7818: Fixing test_escalations_instances.py, Removing dependency of test cases on each other
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 17:20:35 +05:30
Gaurav Aradhye
53694133d8
CLOUDSTACK-7823: test_snapshots.py - remove test case dependency on each other
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 17:17:32 +05:30
Gaurav Aradhye
d4d8326a31
CLOUDSTACK-7823: test_snapshots.py - remove test case dependency on each other
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 17:14:08 +05:30
Gaurav Aradhye
a3d08aebb7
CLOUDSTACK-7856: test_vpc_network_pf_rules.py - Check if httpd service is running or not, if not, start it
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 17:10:11 +05:30
Gaurav Aradhye
23df5f22ac
CLOUDSTACK-7856: test_vpc_network_pf_rules.py - Check if httpd service is running or not, if not, start it
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 17:07:46 +05:30
Chandan Purushothama
2f7959d219
CLOUDSTACK-7862: Fixed the script 'maint/test_high_availability.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 16:37:02 +05:30
Chandan Purushothama
fa8f0a43c3
CLOUDSTACK-7862: Fixed the script 'maint/test_high_availability.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 16:34:30 +05:30
Chandan Purushothama
aed6e95e5d
CLOUDSTACK-7863: Fix the script 'test_vpc_vms_deployment.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 16:32:39 +05:30
Chandan Purushothama
f78defda0f
CLOUDSTACK-7863: Fix the script 'test_vpc_vms_deployment.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 16:31:31 +05:30
Gaurav Aradhye
3e00f99c53
CLOUDSTACK-7866: Passing type value to list_hosts method so as to avoid listing SSVM and CPVM
...
Correcting hostid attribute
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 16:29:39 +05:30
Gaurav Aradhye
b00f144c20
CLOUDSTACK-7866: Passing type value to list_hosts method so as to avoid listing SSVM and CPVM
...
Correcting hostid attribute
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-10 16:28:02 +05:30
Gaurav Aradhye
2cd4ad201a
CLOUDSTACK-7800: Correcting code related to unplug NIC on VMware
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-05 12:57:40 +05:30
Gaurav Aradhye
fce9f96399
CLOUDSTACK-7800: Correcting code related to unplug NIC on VMware
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-05 12:57:00 +05:30
Gaurav Aradhye
8b636bd41e
CLOUDSTACK-7800: VMware - Hot plug/unplug NIC to/from VM only when vmware tools are installed, else assert for exception
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:59:50 +05:30
Gaurav Aradhye
0d6e3e48ba
CLOUDSTACK-7805: test_vpc_vms_deployment.py - Removing invalid steps from test case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:58:23 +05:30
Gaurav Aradhye
d5316d0572
CLOUDSTACK-7685: Fixed copy template method call in test_escalations_template.py. Removed unbound method of the same name as bound method from base library and changed method call accordingly
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:55:52 +05:30
Gaurav Aradhye
6d7666b135
CLOUDSTACK-7801: test_volumes.py - Fixed import and pep8 issues
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:54:40 +05:30
Gaurav Aradhye
7b48b69763
CLOUDSTACK-7802: test_vpc_network.py - Increasing polling period for network state check
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:53:59 +05:30
Gaurav Aradhye
883123630c
CLOUDSTACK-7682: Fixed usage event issue. Used api client of account for which we are checking the usage
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:53:27 +05:30
Gaurav Aradhye
1f7ffb2618
CLOUDSTACK-7684: Fixed Exception not raised issue in secondary storage limits test suite test_ss_max_limits.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:52:41 +05:30
Gaurav Aradhye
bf7ce74c93
CLOUDSTACK-7691: Fixed 'Exception not raised' issue in test_project_limits.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:52:03 +05:30
Gaurav Aradhye
5d37f37436
CLOUDSTACK-7692: Fixed template register issue in test_project_usage.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:23:01 +05:30
Gaurav Aradhye
b277b1abd8
CLOUDSTACK-7728: Test script to identify product issue
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:22:07 +05:30
Prashant Kumar Mishra
9e37a51bde
CLOUDSTACK-7632:Automation for volume life cycle testPath
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-04 11:12:16 +05:30
Hugo Trippaers
1681b02279
CLOUDSTACK-7646 Move the nuage test out of smoke as it depends on noredist components
...
(cherry picked from commit 779cd60a70 )
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2014-10-30 16:49:05 +01:00
Hugo Trippaers
779cd60a70
CLOUDSTACK-7646 Move the nuage test out of smoke as it depends on noredist components
2014-10-30 16:45:41 +01:00
Prashant Kumar Mishra
a69950f6a9
CLOUDSTACK-7632:Automation for volume life cycle testPath
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This closes #32
2014-10-30 18:30:25 +05:30
Gaurav Aradhye
aa1e260812
CLOUDSTACK-7728: Test script to identify product issue
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:35:32 +05:30
Gaurav Aradhye
4f297efef5
CLOUDSTACK-7692: Fixed template register issue in test_project_usage.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:33:37 +05:30
Gaurav Aradhye
e2ba1b614c
CLOUDSTACK-7691: Fixed 'Exception not raised' issue in test_project_limits.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:32:24 +05:30
Gaurav Aradhye
dc4b04fbe8
CLOUDSTACK-7684: Fixed Exception not raised issue in secondary storage limits test suite test_ss_max_limits.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:31:19 +05:30
Gaurav Aradhye
b9fed951ef
CLOUDSTACK-7682: Fixed usage event issue. Used api client of account for which we are checking the usage
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:28:39 +05:30
Gaurav Aradhye
a1e7feead9
CLOUDSTACK-7685: Fixed copy template method call in test_escalations_template.py. Removed unbound method of the same name as bound method from base library and changed method call accordingly
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:15:52 +05:30
Gaurav Aradhye
b1ab888bf0
CLOUDSTACK-7801: test_volumes.py - Fixed import and pep8 issues
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:07:52 +05:30
Gaurav Aradhye
af510eb656
CLOUDSTACK-7802: test_vpc_network.py - Increasing polling period for network state check
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:06:46 +05:30
Gaurav Aradhye
a4174d3e91
CLOUDSTACK-7805: test_vpc_vms_deployment.py - Removing invalid steps from test case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 15:01:31 +05:30
Hugo Trippaers
4ebaf0a583
Bump master version to 4.6.0-SNAPSHOT after branching 4.5.0-SNAPSHOT
2014-10-29 14:54:23 +01:00
Gaurav Aradhye
070e689c4f
CLOUDSTACK-7800: VMware - Hot plug/unplug NIC to/from VM only when vmware tools are installed, else assert for exception
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-29 15:06:08 +05:30
Chandan Purushothama
b10f0a7990
CLOUDSTACK-7769 - Fixed test_ssvm.py script
2014-10-22 15:55:37 -07:00
Sangeetha Hariharan
f510ef995b
CLOUDSTACK-7762 -[Automation] - Fix test failure for test_02_revert_vm_snapshots in smoke/test_vm_snapshots.py
2014-10-21 18:35:53 -07:00
sanjeev
a1b913db2a
Adding new test which would verify the fix for issue "The ISO/Template is automatically deleted after URL expires"
...
Signed-off-by: sanjeev <sanjeev@apache.org>
2014-10-17 18:04:35 +05:30
Daan Hoogland
1de0cb7094
restore barematel work after merge
2014-10-17 10:24:01 +02:00
Rohit Yadav
7072d8d701
PR: #23 Merge 4.5 back into master from 'DaanHoogland/merge-master'
...
Fixes #23
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-10-16 18:54:06 +05:30
Alex Brett
20d3cf1acc
CLOUDSTACK-7727 Skip various BVT tests on LXC
...
A number of BVT tests are not valid for LXC (e.g. migrating a VM), so this patch
ensures they skip if LXC is in use.
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-16 17:23:04 +05:30
Alex Brett
d081efc647
CLOUDSTACK-7727 Skip various BVT tests on LXC
...
A number of BVT tests are not valid for LXC (e.g. migrating a VM), so this patch
ensures they skip if LXC is in use.
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-16 17:21:44 +05:30
Daan Hoogland
148efbb73f
Merge remote-tracking branch 'origin/4.5' into merge-master
...
Conflicts:
engine/schema/src/com/cloud/upgrade/dao/Upgrade441to450.java
plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalManagerImpl.java
plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalVlanManager.java
plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalVlanManagerImpl.java
plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BaremetalKickStartServiceImpl.java
plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
setup/db/db/schema-441to450.sql
test/integration/component/test_deploy_vgpu_vm.py
tools/marvin/marvin/config/test_data.py
2014-10-16 12:29:37 +02:00
Gaurav Aradhye
bd9d57e20c
CLOUDSTACK-7690: Added missing unittest import to test_escalations_volumes.py
...
fixed pep8 issues
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-15 11:02:33 +05:30
Gaurav Aradhye
ac820a3230
CLOUDSTACK-7690: Added missing unittest import to test_escalations_volumes.py
...
fixed pep8 issues
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-15 11:01:39 +05:30
Gaurav Aradhye
159a372fdd
CLOUDSTACK-7693: Fixing pep8 issues
...
pep8 fixes for test_routers.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-15 10:58:15 +05:30
Gaurav Aradhye
35e05a69a5
CLOUDSTACK-7693: Fixing pep8 issues
...
pep8 fixes for test_routers.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-15 10:56:55 +05:30
sailajamada
58cfbcdf98
vGPU VMSnapshot Test Automation
2014-10-15 10:32:34 +05:30
Prashant Kumar Mishra
372ad94368
CLOUDSTACK-7632:Automation for volume life cycle testPath
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 679f945074 )
2014-10-13 00:34:54 -04:00
Gaurav Aradhye
f3196d6518
CLOUDSTACK-7646: test_nuage_vsp.py - Fixed basic indentation issues, list index issues, marked it as invalid because the test cases needs attention by the original author as it does not pass even after fixing the issues. Also moving it to smoke folder as clearly it is a Basic Validation test
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 5408e0b8d1 )
2014-10-13 00:33:06 -04:00
Gaurav Aradhye
f583dcb463
CLOUDSTACK-7644: test_persistent_networks.py - SSH failure in case of LB rule due to port mismatch
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit cd672709c3 )
2014-10-13 00:32:41 -04:00
Gaurav Aradhye
54a2bb0a7e
CLOUDSTACK-7649: test_lb_secondary_ip.py - Removed SSH trying step after Destroying and Recovering VM because secondary IP information does not retain on VM after destroying it and SSH will not be successful in that case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 69bd2d3c7c )
2014-10-13 00:32:19 -04:00
VinayV
c90db15ade
CLOUDSTACK-6282-Added hyper-v hypervisor checks for automated tests
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
(cherry picked from commit d7dea70e89 )
2014-10-13 00:29:38 -04:00
sailajamada
2116f7dbb7
Additional Guest OS support for vGPU Test Automation
...
(cherry picked from commit 402a3323f8 )
2014-10-13 00:04:44 -04:00
sanjeev
285cdae773
Test script to verify vm deployment with two networks in SG enabled advanced zone
...
Test data to deploy new data center and execute test using the deployed zone
Signed-off-by: sanjeev <sanjeev@apache.org>
Incorporated review comments provided in RR 25097
Fixed review comments mentioned in RR25293
Conflicts:
tools/marvin/marvin/config/test_data.py
(cherry picked from commit 9e5da759b3 )
2014-10-13 00:04:04 -04:00
Gaurav Aradhye
d6970d4514
CLOUDSTACK-7616: Fixed test_escalations_ipaddress.py - test suite should use its own vpc offering
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 0b9938ce40 )
2014-10-13 00:03:29 -04:00
Gaurav Aradhye
f22b0cf76a
CLOUDSTACK-7603: Fixed test_escalations_network.py - test suite should use its own vpc offering
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit e5efa702bb )
2014-10-13 00:03:18 -04:00
Ashutosh K
20a0763b04
CLOUDSTACK-7499: Adding test cases for VMLC test path
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 05913e3cbd )
2014-10-13 00:02:44 -04:00
sailajamada
09420dd0b1
List ISO's test to verify default ISO's are listed always
...
(cherry picked from commit d19a78ddf7 )
2014-10-13 00:00:59 -04:00
Gaurav Aradhye
059633d09a
CLOUDSTACK-7617: Removed hard coded VM names and skipped test cases according to the hypervisor support
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit f4ef836309 )
2014-10-13 00:00:38 -04:00
Chandan Purushothama
89736d011e
CLOUDSTACK-7555 - Fixed the test_usage script - Template now belongs to the Regular Account to test TEMPLATE.CREATE Event
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit f3252db797 )
2014-10-12 23:55:01 -04:00
sanjeev
5c2094eec1
CLOUDSTACK-6172: Adding new test case to verify this fix
...
Conflicts:
test/integration/component/test_volumes.py
Signed-off-by: sanjeev <sanjeev@apache.org>
CLOUDSTACK-6172: Fixed review comments provided in RR 25771
(cherry picked from commit 2d19bcb46a )
2014-10-12 23:47:05 -04:00
sanjeev
4076d87038
Creating custom disk does not work as expected
...
(cherry picked from commit 0d5a435f76 )
2014-10-12 23:45:27 -04:00
Sangeetha Hariharan
8f4e8a4d79
CLOUDSTACK-7587 - Automation - Add simulator_only attribute to acl related test cases.
...
(cherry picked from commit 7877f3f960 )
2014-10-12 23:38:53 -04:00
Prashant Kumar Mishra
679f945074
CLOUDSTACK-7632:Automation for volume life cycle testPath
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-08 17:50:25 +05:30
Gaurav Aradhye
5408e0b8d1
CLOUDSTACK-7646: test_nuage_vsp.py - Fixed basic indentation issues, list index issues, marked it as invalid because the test cases needs attention by the original author as it does not pass even after fixing the issues. Also moving it to smoke folder as clearly it is a Basic Validation test
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-07 17:17:31 +05:30
Gaurav Aradhye
cd672709c3
CLOUDSTACK-7644: test_persistent_networks.py - SSH failure in case of LB rule due to port mismatch
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-07 17:15:38 +05:30
Gaurav Aradhye
69bd2d3c7c
CLOUDSTACK-7649: test_lb_secondary_ip.py - Removed SSH trying step after Destroying and Recovering VM because secondary IP information does not retain on VM after destroying it and SSH will not be successful in that case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-07 16:59:08 +05:30
VinayV
d7dea70e89
CLOUDSTACK-6282-Added hyper-v hypervisor checks for automated tests
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
2014-10-07 10:09:33 +05:30
sailajamada
402a3323f8
Additional Guest OS support for vGPU Test Automation
2014-09-26 17:12:41 +05:30
sanjeev
9e5da759b3
Test script to verify vm deployment with two networks in SG enabled advanced zone
...
Test data to deploy new data center and execute test using the deployed zone
Signed-off-by: sanjeev <sanjeev@apache.org>
Incorporated review comments provided in RR 25097
Fixed review comments mentioned in RR25293
Conflicts:
tools/marvin/marvin/config/test_data.py
2014-09-26 16:08:58 +05:30
Gaurav Aradhye
e5efa702bb
CLOUDSTACK-7603: Fixed test_escalations_network.py - test suite should use its own vpc offering
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-26 14:46:43 +05:30
Gaurav Aradhye
0b9938ce40
CLOUDSTACK-7616: Fixed test_escalations_ipaddress.py - test suite should use its own vpc offering
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-26 14:43:50 +05:30
Ashutosh K
05913e3cbd
CLOUDSTACK-7499: Adding test cases for VMLC test path
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-26 14:37:26 +05:30
sailajamada
d19a78ddf7
List ISO's test to verify default ISO's are listed always
2014-09-26 12:50:18 +05:30
Gaurav Aradhye
f4ef836309
CLOUDSTACK-7617: Removed hard coded VM names and skipped test cases according to the hypervisor support
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-26 12:09:07 +05:30
Chandan Purushothama
f3252db797
CLOUDSTACK-7555 - Fixed the test_usage script - Template now belongs to the Regular Account to test TEMPLATE.CREATE Event
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-25 12:04:16 +05:30
Sheng Yang
d2fbe5ccd3
CLOUDSTACK-7436: Fix automation test on RvR status detection
...
Everytime when checking the RvR status, you must wait some time for RvR to
update it's status. The polling thread would update the status only every 30
seconds by default.
2014-09-23 16:50:04 -07:00
sanjeev
5fb2b3a0d2
Test to verify fix for issue "Exception when attaching data disk to RHEL vm on vSphere
...
Added Rhel6 template details to test_data.py
Signed-off-by: sanjeev <sanjeev@apache.org>
Fixed review comments provided in RR 25536
2014-09-23 17:17:16 +05:30
sanjeev
2d19bcb46a
CLOUDSTACK-6172: Adding new test case to verify this fix
...
Conflicts:
test/integration/component/test_volumes.py
Signed-off-by: sanjeev <sanjeev@apache.org>
CLOUDSTACK-6172: Fixed review comments provided in RR 25771
2014-09-23 16:08:26 +05:30
sanjeev
0d5a435f76
Creating custom disk does not work as expected
2014-09-23 14:15:39 +05:30
Sangeetha Hariharan
7877f3f960
CLOUDSTACK-7587 - Automation - Add simulator_only attribute to acl related test cases.
2014-09-19 16:00:00 -07:00