Commit Graph

1046 Commits

Author SHA1 Message Date
Gaurav Aradhye 12b6cf1be5 CLOUDSTACK-1466: Automation - Priamary Storage Limits
(cherry picked from commit a0f19d4bd5)
2014-07-28 23:12:49 +02:00
Girish Shilamkar f75327239d CLOUDSTACK-6861: Fixing nfs mount path
(cherry picked from commit a5415d93eb)
2014-07-28 23:12:48 +02:00
Santhosh Edukulla 45db2348de CLOUDSTACK-6914: Fixed the Issue
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
(cherry picked from commit 54e4c07528)
2014-07-28 23:12:47 +02:00
VinayV 63feb4519a CLOUDSTACK-6282: Modified IPAddress tests to fix the failures. Modified Instances, snapshots, templates tests to handle KVM Hypervisor
(cherry picked from commit 89c35abb4d)
2014-07-28 23:12:47 +02:00
Girish Shilamkar b518d61203 CLOUDSTACK-6888: Read postable IP configuration from config
(cherry picked from commit 49467f2954)
2014-07-28 23:12:47 +02:00
Gaurav Aradhye ed77cf84f2 CLOUDSTACK-6764: Marvin - Accomodating networkid parameter while deploying VM in advanced zone and account contains mor than one network
(cherry picked from commit 50d4963d53)
2014-07-28 23:12:44 +02:00
Gaurav Aradhye 5cb6f7375e Fixing syntax error in base library
(cherry picked from commit 2cf16e5147)
2014-07-28 23:12:43 +02:00
vinayvarmav 19cad0d9b6 CLOUDSTACK-6282-Added Automated testes for Networks and VPC API's
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
(cherry picked from commit 7dc0fca2e9)
2014-07-28 23:12:43 +02:00
santhosh e75b1acf05 CLOUDSTACK-6736: Added version informatoin, fixed data corruption, regression issues.
Signed-off-by: Jayapal <jayapal@apache.org>
(cherry picked from commit e5de1cb7c2)
2014-07-28 23:12:42 +02:00
vinayvarmav b38fcfeea8 CLOUDSTACK-6282 - Divided test_escalations.py into individual files based on functionality and added automed tests for Public IP Addresses
(cherry picked from commit 378e1da42c)
2014-07-28 23:12:41 +02:00
Girish Shilamkar 7107c737f1 CLOUDSTACK-6655: Fixing cleanup issues with portable IP test cases
(cherry picked from commit 4e10b80293)
2014-07-28 23:12:40 +02:00
Gaurav Aradhye 8d211fa27b CLOUDSTACK-6687: Fixed IP reservation test case failures with code re-factoring
(cherry picked from commit 77460e9556)
2014-07-28 23:12:40 +02:00
Gaurav Aradhye 2ec0b8fa4a CLOUDSTACK-6612: Resolved DB connection issue related to passing correct password
(cherry picked from commit 14968daeaa)
2014-07-28 23:12:39 +02:00
santhosh 0e188e7bec Fixed CLOUDSTACK-6648
vm_ha cases were failing because of improper zone
and test data passed. Fixed them now.

Signed-off-by: santhosh <santhosh.edukulla@gmail.com>
Signed-off-by: Koushik Das <koushik@apache.org>
(cherry picked from commit 900415b1d8)
2014-07-28 23:12:39 +02:00
Girish Shilamkar 2ed6b9d439 While listing Public IP listall should always be true
(cherry picked from commit 0c40adfc4a)
2014-07-28 23:12:39 +02:00
santhoshe 268a1aab61 Added few exception changes,test suite name generation for information collected post run, fixed pep8 issues
Signed-off-by: santhoshe <santhosh.edukulla@gmail.com>
(cherry picked from commit 7a0fa6b458)
2014-07-28 23:12:38 +02:00
Girish Shilamkar f7ff16cad4 Adding missing changes to test suits and configs before merging to 4.4-forward
(cherry picked from commit 87205f9555)
2014-07-28 23:12:37 +02:00
SrikanteswaraRao Talluri 6259772144 1. list* calls are modified to take listall=True when
account and domainid is passed to conform to recent IAM
related changes in 4.4-forward
2. fixed typo passd to passwd in cloudstackTestClient.py
3. added few missing data required for tests in test_data.py
4. removed config.cfg

mend

(cherry picked from commit 948b81fb51)
2014-07-28 23:12:36 +02:00
SrikanteswaraRao Talluri ee9613b650 1. More fixes for smoke and component tests
2. Removed test_data.cfg file
3. Fixes to marvin libraries

(cherry picked from commit 9bba24812e)
2014-07-28 23:11:07 +02:00
SrikanteswaraRao Talluri 4a99cf8519 CLOUDSTACK-5674:Fixed pep8 errors in python files in marvin folder
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>

(cherry picked from commit 4f1f182cba)

Conflicts:
	tools/marvin/marvin/lib/base.py
2014-07-28 23:10:31 +02:00
John Dilley 2fdf789a28 CLOUDSTACK-6909 - fix marvin's handling of SMB credentials for storage
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit 477a812a6f)
(cherry picked from commit 2498f65683)
2014-07-28 17:43:39 +02:00
Gaurav Aradhye 79eae73add CLOUDSTACK-5342: Fix for failure in adding network to VM
(cherry picked from commit 24ef79aef8)
2014-07-28 17:43:27 +02:00
Gaurav Aradhye e51a9f1320 Fixed issues in regression suite project cpu limits
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
(cherry picked from commit c3c8096476)
2014-07-28 17:43:25 +02:00
Gaurav Aradhye 247377c4cf CLOUDSTACK-6612: Resolved issue with sshClient.py
(cherry picked from commit f2ebfe019e)
2014-07-28 17:43:21 +02:00
Gaurav Aradhye d560391c50 Fixed config issue related to Persistent Networks
(cherry picked from commit 149cd4b564)
2014-07-28 17:43:20 +02:00
Gaurav Aradhye 38ef939efd Fixing few issues in Multiple IPs test cases
(cherry picked from commit 4466ed1ce1)
2014-07-28 17:43:19 +02:00
santhosh acf70dad96 Fixed few issues for userapiclient and port issue
Signed-off-by: santhosh <santhosh.edukulla@gmail.com>
Signed-off-by: Koushik Das <koushik@apache.org>
(cherry picked from commit 7734ece8f1)
2014-07-28 17:43:18 +02:00
Gaurav Aradhye e8e8bed948 CLOUDSTACK-6580: Adding listall parameter while listing Account in createUserApiClient
(cherry picked from commit c013813426)
2014-07-28 17:43:18 +02:00
santhoshe b8824d09cb Fixed Few cases running on invalid zone,domain Fixed creating client on user passed port Fixed other misc issues
Signed-off-by: jayapal <jayapal@apache.org>
(cherry picked from commit 081ab78525)
2014-07-28 17:43:17 +02:00
Gaurav Aradhye 5e18332118 CLOUDSTACK-6257: Adding function to check the VM state
(cherry picked from commit 6598167bed)
2014-07-28 17:43:16 +02:00
Santhosh Edukulla a606277e20 Fix few issues seen in run.
Signed-off-by: Santhosh Edukulla <Santhosh.Edukulla@citrix.com>
(cherry picked from commit 80121f6be7)
2014-07-28 17:43:14 +02:00
SrikanteswaraRao Talluri 5efb635980 Fixes for BVT and Regression run failures against 4.4 CS
(cherry picked from commit db153062db)
2014-07-28 17:43:13 +02:00
SrikanteswaraRao Talluri 04cac3f9bd CLOUDSTACK-5674:Fixes for BVT and Regression test failures.
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>

(cherry picked from commit dcd3ce5ce0)
2014-07-28 17:43:13 +02:00
SrikanteswaraRao Talluri 798a6aa2e3 Marvin + test changes from master Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 404ac549bf)

Conflicts:
	test/integration/smoke/test_vm_iam.py
	tools/marvin/marvin/deployDataCenter.py
	tools/marvin/marvin/lib/base.py
2014-07-28 17:40:56 +02:00
Girish Shilamkar dc0650c6fd CLOUDSTACK-6559: Added listall=True to list vm API
(cherry picked from commit 9f314c69a0)
2014-07-28 16:02:03 +02:00
Koushik Das 25b4159723 CLOUDSTACK-6445: Simulator enhancements
Refer FS - https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simulator+enhancements

(cherry picked from commit 617826d16b)
2014-07-28 13:58:55 +02:00
Daan Hoogland 19eb06bd3e version to 4.4.1 on remaining modules 2014-07-26 20:35:31 +02:00
Daan Hoogland 3dae39fb00 checkstyle version 2014-07-26 07:05:53 +02:00
Daan Hoogland c9383c441e Updating pom.xml version numbers for release 4.4.1-SNAPSHOT
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-07-23 16:55:31 +02:00
Daan Hoogland 58a4c7a891 xapi release version dep 2014-07-16 13:48:52 +02:00
Daan Hoogland 332836746d add checkstyle to version upgrade 2014-07-01 21:58:47 +02:00
Daan Hoogland 3142bb7f3a edit checkstyle pom on rc creation 2014-06-30 17:53:17 +02:00
Joris van Lieshout 1e35431dec By preloading some modules we fix two things. 1. Some sysctl settings like ip_conntrack_max are not set during boot because the module is not loaded at that time. 2. Passive ftp does not work through iptables without these modules.
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit bfccf439cf)
(cherry picked from commit af4e868547)
2014-06-10 16:28:22 +02:00
Daan Hoogland c6e00c6825 release branch fix 2014-06-04 15:03:36 +02:00
rayeesn b4021284b8 CLOUDSTACK-6392: system template always create with name master instead of specific branch
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-05-30 09:45:38 +02:00
Ian Duffy ec28b2bc27 Resolve issue with build script for systemvm hanging due to libssl waiting on a input prompt caused by apt-get update 2014-05-23 10:16:13 +02:00
ynojima b44266a3f4 bugfix: systemvm template build failed
since newer vboxmanage generates $appliance-$branch-vmware-disk3.vmdk
2014-05-22 10:18:45 +02:00
ynojima 866e73df66 CLOUDSTACK-6614 bugfix: systemvm template build failed because of src iso link is broken 2014-05-14 09:20:37 +02:00
Sachchidanand Vaidya b6b25b1ec6 - Created new devcloud advanced networking config file (devcloud-advanced_juniper-contrail.cfg). - Modification to deployDataCenter script, to enable "JuniperContrailRouter" & "JuniperContrailVpcRouter" providers.
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-05-04 21:19:11 +02:00
Min Chen 62b210b583 CLOUDSTACK-6502:Remove trailing whitespaces. 2014-05-01 10:28:09 +02:00
Min Chen e811e61ded CLOUDSTACK-6502:IAMGroup.list and IAMPolicy.list in marvin base.py are
not working.
2014-04-25 21:26:55 +02:00
rayeesn a5261cee3f CLOUDSTACK-6390: System vm failed to build with openssl installation error provided fix to skip interactive installation 2014-04-11 11:02:08 -07:00
Ashutosh K 35b2bd50e0 CLOUDSTACK-6147: Adding automation tests for Dynamic Compute
Offering
2014-04-09 15:15:19 +05:30
Ashutosh K 15aeaf25de CLOUDSTACK-2266: Adding automation tests for IP reservation feature
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-04-02 10:53:36 +05:30
Milamber 685d664909 Add 4.4 UI resources files on Transifex 2014-04-01 19:30:24 +01:00
Marcus Sorensen 5fe568d5cf now fix MY root resize test, which passes 0 in one test... 2014-03-14 07:40:56 -06:00
Marcus Sorensen 4901cc535f Change newly added details map for deployVirtualMachine to an empty
map, instead of passing all possible keys as empty values
2014-03-14 07:14:30 -06:00
Marcus Sorensen e9e2ee3ac5 CLOUDSTACK-6181: Merge of resize root feature (resize-root branch) 2014-03-14 03:40:08 -06:00
Murali Reddy 015b667c6a integration tests for VPC's enabled for distributed routing 2014-03-14 16:56:38 +05:30
Min Chen 99bdc8d875 Merge branch 'master' into rbac. 2014-03-13 11:05:03 -07:00
SrikanteswaraRao Talluri 991e1eb6b1 CLOUDSTACK-6222: Fix the marvin config generator scripts to include
new syntax changes in marvin code and fix the logFolderPath
2014-03-11 16:09:01 +05:30
Sanjay Tripathi c7d31fe288 CLOUDSTACK-4760 : Enabling GPU support for XenServer.
CLOUDSTACK-4762 : Enabling VGPU support for XenServer.

This feature is to enable the GPU-passthrough and vGPU functionality,
with the help of this feature, admins/users will be able to leverage
the GPU graphics unit power by deploying a virtul machine with GPU or
vGPU support or by changing the service offering of an existing VM
at any later point of time. There GPU/vGPU enabled VMs are able to run
graphical applications.
For now, this feature is only supported with XenServer hypervisor but
can be extended to add the support of other hypervisors.
2014-03-11 15:44:51 +05:30
sanjeevneelarapu 4eece72eb1 Bug-Id: CS-19455 Add support for Hyper-v in regression test test_routers.py
Signed-off-by: sanjeevneelarapu <sanjeev.neelarapu@citrix.com>
2014-03-10 18:12:21 +05:30
Gaurav Aradhye 3f7b628c70 CLOUDSTACK-6147: Adding first set of test caess for Dynamic Compute Offering feature
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-10 11:20:44 +05:30
Gaurav Aradhye 3b3ae02459 CLOUDSTACK-5626: Simplifying VM Migrate code
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-10 11:18:26 +05:30
Min Chen 48e08fe676 Merge branch 'master' into rbac. 2014-03-06 14:02:20 -08:00
vetrivelc 182c31899b Externalized the hardcodedstrings from UI JAVASCRIPT files. 2014-03-05 14:11:51 -08:00
Min Chen 91882e26bf List VM marvin test fix. 2014-03-03 17:26:16 -08:00
Min Chen ae9be657e4 Fix IAM VM marvin test. 2014-02-28 17:33:10 -08:00
Daan Hoogland 9b26ca20fc build recent systemvm[64]templates 2014-02-27 17:48:18 +01:00
Daan Hoogland c1aa3a3f1a strip leading spaces from path 2014-02-27 16:11:52 +01:00
Min Chen 9f47466fea Fix some issues in renaming iam api, also fix marvin library. 2014-02-26 17:30:34 -08:00
Min Chen b78cb2284a Add marvin integration test for list VM. 2014-02-21 15:35:48 -08:00
Hugo Trippaers ac00ab0087 Cleanup all mysql dependencies and set all to provided. 2014-02-21 14:55:11 +01:00
Ashutosh K 2091211c28 CLOUDSTACK-2232: Adding automation test cases for Persistent Networks feature 2014-02-21 17:46:14 +05:30
Hugo Trippaers 5e717cbb89 Fixed on master for jenkins buildslave 2014-02-19 16:21:43 +01:00
Hugo Trippaers fefddc0624 Dynamically detect the current branch and remove the build date from the systemvm name. This makes it easier to push them to the download location automagically. 2014-02-19 09:36:03 +01:00
Ashutosh K 860b020950 CLOUDSTACK-4840: Adding first set of test cases for Multiple IPs per NIC feature 2014-02-18 15:51:57 +05:30
Marcus Sorensen ce6539bd43 add new devcloud-kvm config 2014-02-09 00:20:01 -07:00
Marcus Sorensen df77c4310a CLOUDSTACK-6103: Pass VM iso information along with
PrepareForMigrationCommand, so that destination hypervisor can
mount pool. This further exposed an issue for KVM where iso
was not getting cleaned up upon successful migration, fixed as well.
2014-02-14 00:34:48 -07:00
Ashutosh K 899ad17393 CLOUDSTACK-5978: Changes in get_template function to make it
independent of ostype passed through test case
2014-02-10 12:38:09 +05:30
Gaurav Aradhye d44c850445 CLOUDSTACK-5959: Fixed cascading failures in portable IP test cases 2014-02-10 12:34:17 +05:30
Min Chen 3b58a45e04 Merge branch 'master' into rbac. 2014-02-07 13:43:36 -08:00
Hugo Trippaers 28ac2f758e Every tar has it's own way of doing things 2014-02-05 11:48:53 +01:00
Hugo Trippaers 3df97bd663 Sync systemvm and systemvm64 build instructions 2014-02-05 11:21:23 +01:00
Hugo Trippaers 0ce488849d CLOUDSTACK-5932: update the definitions with the new debian version 2014-02-05 10:52:36 +01:00
Abhinandan Prateek 18191ce79a CLOUDSTACK-5932: updated script with the valid iso download urls 2014-02-05 10:38:26 +01:00
Prachi Damle f84375442e Merge branch 'master' into rbac
Conflicts:
	api/src/org/apache/cloudstack/api/command/user/autoscale/ListAutoScaleVmProfilesCmd.java
	api/src/org/apache/cloudstack/api/command/user/volume/ResizeVolumeCmd.java
	plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/network/contrail/management/MockAccountManager.java
	server/src/com/cloud/api/ApiServer.java
	server/src/com/cloud/api/query/QueryManagerImpl.java
	server/src/com/cloud/template/TemplateAdapterBase.java
	setup/db/db/schema-430to440.sql
	tools/apidoc/gen_toc.py
2014-02-04 12:07:32 -08:00
Abhinandan Prateek d578d7ef85 update packages list before getting jre 7
(cherry picked from commit 5121f8cd4e)
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2014-01-31 09:42:31 +01:00
Abhinandan Prateek 0685371179 updating the jre to version 7 on system vms
(cherry picked from commit fc2e7ec70a)
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2014-01-31 09:41:41 +01:00
Alena Prokharchyk 13e6c2fe72 Fixed API doc that got broken by adding new commands for stratosphere ssp plugin
Conflicts:
	tools/apidoc/gen_toc.py
2014-01-30 11:01:03 -08:00
Hugo Trippaers c2da280347 Add a zipped version of the hyperv image that we can store in the archives on the jenkins server 2014-01-23 09:06:33 +01:00
Min Chen 33cd1ab921 Merge branch 'master' into rbac 2014-01-22 11:23:51 -08:00
Min Chen 929fbabaa2 Merge branch 'master' into rbac. 2014-01-17 14:37:08 -08:00
Hugo Trippaers ecf57c368a Adjust values for this version of vbox 2014-01-17 17:23:46 +01:00
Hugo Trippaers 50054fe060 Namespaces are important 2014-01-17 16:00:10 +01:00
Milamber cb7b1dc276 Add Dutch (Netherlands, Polish languages in Web UI Change Japanese code (ja -> ja_JP) Update transifex sync config
Conflicts:
	client/WEB-INF/classes/resources/messages_es.properties
	client/WEB-INF/classes/resources/messages_pt_BR.properties
2014-01-17 11:15:09 +00:00
Alena Prokharchyk dcf9607a46 Fixed code style errors breaking the build 2014-01-16 14:05:20 -08:00
Hugo Trippaers da8ee45a24 Why is the easy solution always to hard 2014-01-16 17:27:13 +01:00
Hugo Trippaers 95a92ad2e3 Fix typo in convert call 2014-01-16 16:41:46 +01:00