SrikanteswaraRao Talluri
2c515395d7
CLOUDSTACK-8161: mark the data volume related operations on LXC as skipped if RBD storage pool is not available
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2015-01-16 18:45:19 +05:30
Gaurav Aradhye
94237a4c5b
CLOUDSTACK-8116: Moved ldap data to configurableData section in test_data.py and made related changes in the test case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-24 10:38:05 +05:30
Gaurav Aradhye
1413efcac3
CLOUDSTACK-8096: Fixed test_ssvm.py for issues while checking the result of diagnostic scripts
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-23 14:24:32 +05:30
Chandan Purushothama
f2c7ead8ee
CLOUDSTACK-8086: Simulator needs a Portable IP Range to execute Portable IP Test Cases
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-19 10:35:50 +05:30
Gaurav Aradhye
7ff118c90b
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:41:54 +05:30
Gaurav Aradhye
8d5ce97edc
CLOUDSTACK-8029: Remove unused kaypairs from test_data.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-05 18:36:19 +05:30
Gaurav Aradhye
a72b6a7f99
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:36:19 +05:30
Gaurav Aradhye
98d75b0259
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 10:03:41 -05:00
Gaurav Aradhye
d7940cca1e
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:27:01 +05:30
Gaurav Aradhye
5f99917991
CLOUDSTACK-7912: Remove hardcoded netscaler info and read it from config file
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-17 15:14:27 +05:30
Chandan Purushothama
19781e094b
CLOUDSTACK-7913 : Added reconnect functionality to Host class in base.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-11-17 15:10:08 +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
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
Gaurrav Aradhye
e87da186f3
Revert "CLOUDSTACK-7408: Fixed - Private key of the ssh keypair was getting corrupted"
...
This reverts commit e921ec6ec79c50096d58264d60c15091969ff888.
CLOUDSTACK-7408: sshClient.py - removing function load_host_keys(). This function is used to load host keys from local host keys file and to save back the host key. It is not needed while running test cases because we are connecting to unknown host anyway and don't want to use any local host key file. We have the AutoAddPolicy for missing host key file, hence whenever ssh connects to a new host, it will save the host key in memory temporarily.
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-10-30 14:51:54 +05:30
Prashant Kumar Mishra
0e2e1df3aa
CLOUDSTACK-7680:Adding kwargs to volume.upload in base.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 4a1018e23b0ea80ba8b7cdb80a5efebdb50afea1)
2014-10-13 00:31:39 -04:00
sailajamada
2116f7dbb7
Additional Guest OS support for vGPU Test Automation
...
(cherry picked from commit 402a3323f87cdb7ae456d1486702269463c8b32c)
2014-10-13 00:04:44 -04:00
Gaurav Aradhye
ecb662517f
CLOUDSTACK-7408: Fixed - Private key of the ssh keypair was getting corrupted
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit e921ec6ec79c50096d58264d60c15091969ff888)
2014-10-13 00:04:23 -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 9e5da759b315955cf5bc8d606f6929ac1603708f)
2014-10-13 00:04:04 -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 05913e3cbda1be35f3247a970d66eb74bb3b1449)
2014-10-13 00:02:44 -04:00
sanjeev
4076d87038
Creating custom disk does not work as expected
...
(cherry picked from commit 0d5a435f7669eddd44a6b62317fe26bb1d96e96c)
2014-10-12 23:45:27 -04:00
sanjeev
ce2fe3e5df
In case of Hyper-v ssvm/cpvm reboot takes time so made changes to handle this
...
(cherry picked from commit 5bddebb8fc6eb85753a030f1d71fe2303969325b)
2014-10-12 23:42:40 -04:00
Prashant Kumar Mishra
b771b6ee72
CLOUDSTACK-7579 Adding a method to base.py to update storage pool
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 937aee34eded1a795b4eff3b7ebb59b8fbbef568)
2014-10-12 23:42:15 -04:00
Chandan Purushothama
f1f61e13e5
CLOUDSTACK-7573 : Fixed the Guest OS Type used for the ISO
2014-09-17 18:21:32 -07:00
Sangeetha Hariharan
65608e9949
CLOUDSTACK-7551 - Automate ACL test cases relating to impersonation when depoying VM in shared network
2014-09-16 18:45:58 -07:00
Gaurav Aradhye
81d5dd9bcd
CLOUDSTACK-7519: Using bound/unbound methods instead of directly calling API methods from test case
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-10 14:37:54 +05:30
Gaurav Aradhye
d08d71427b
CLOUDSTACK-7506: Fix base library to read hypevisor value from dictionary as opposed to only from function parameter
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-09 12:12:45 +05:30
Gaurav Aradhye
bbb3ea5983
CLOUDSTACK-7509: Added missing bound method in base library for copyTemplate operation
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-09 11:48:57 +05:30
sanjeev
535e7a6670
CLOUDSTACK-7508: Remove duplicate network offerings from test_data.py
2014-09-08 17:21:11 +05:30
Santhosh Edukulla
6c4978c40c
Adding new marvincli changes(draft)
2014-09-07 20:44:43 +05:30
Sangeetha Hariharan
3f9e826d28
CLOUDSTACK-7492 -[Automation]-Automate ACL test cases relating to listVloumes()
2014-09-04 17:55:50 -07:00
Alex Brett
06b96d1ccf
CLOUDSTACK-7448 Fix test_delete_account and test_releaseIP
...
CLOUDSTACK-4840 changed test_data.py to make the lbrule publicport be 22,
instead of 2222. In doing so, this caused the following tests to fail, as they
hit a problem where they tried to use port 22 for both the lbrule and for other
purposes:
integration.smoke.test_network.TestDeleteAccount.test_delete_account
integration.smoke.test_network.TestReleaseIP.test_releaseIP
The reason the change appears to have been made was that in
test_lb_secondary_ip.py, despite setting up the load balancer using lbrule, the
tests then used the SSH port from natrule to try and access the VM. By changing
lbrule to use port 22 (the same as natrule) this avoided the problem.
This patch updates test_lb_secondary_ip.py to use the SSH port in lbrule where
necessary to access the VMs, and reverts the change to test_data.py
2014-09-04 17:19:08 -07:00
SrikanteswaraRao Talluri
b43d9345e9
CLOUDSTACK-7431: moved ldap configuration details to test_data.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-04 17:38:42 +05:30
SrikanteswaraRao Talluri
aa64d8b3e7
CLOUDSTACK-7389: fix for the script bugs CLOUDSTACK-7389, CLOUDSTACK-7390 and few
...
other fixes.
2014-09-04 17:07:34 +05:30
sailajamada
6aca8c5f39
Revert "Fix for Test VM life Cycle Test suite- Failed to get Cent OS template"
...
This reverts commit aa4fea231db714f369f0ec5203a9407c98152984.
2014-09-04 13:10:43 +05:30
sailajamada
aa4fea231d
Fix for Test VM life Cycle Test suite- Failed to get Cent OS template
2014-09-04 10:41:35 +05:30
sailajamada
50b1fd4c47
vGPU add and list host test cases with review comments
2014-09-01 22:04:11 +05:30
Santhosh Edukulla
6bd5041ff0
Adding first cut(draft) for marvincli
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
2014-09-01 18:00:20 +05:30
Gaurav Aradhye
e16ab59c58
CLOUDSTACK-7452: Removing test_data.cfg file as it is no longer in use
2014-09-01 13:56:02 +05:30
Gaurav Aradhye
a1dc17125b
CLOUDSTACK-7444: Allowing user account to submit async jobs in addition to admin
2014-09-01 13:35:01 +05:30
Gaurav Aradhye
ab8af44627
CLOUDSTACK-7425: Fixed 'Failed to create network offering due to invalid service Lb'
2014-09-01 13:29:04 +05:30
Ashutosh K
fe6f0cf626
CLOUDSTACK-1466: Automation - Secondary Storage Test Cases
2014-08-28 12:39:41 +05:30
Ashutosh K
4c69609fa1
CLOUDSTACK-2251: Automation - dedicated guest VLAN ranges feature
2014-08-28 12:32:07 +05:30
Sangeetha
68b95aec0f
CLOUDSTACK-7002 This test suite contains test cases relating to access checks for createNetwork(), deploying VM in an isolated network and restartNetwork() for Admin, domain admin and regular users.
2014-08-25 16:05:45 -07:00
Ashutosh K
134a868013
CLOUDSTACK-4840: Automation test cases for LB for secondaruy IP
2014-08-25 10:36:31 +05:30
Gaurav Aradhye
3e0c55cabe
CLOUDSTACK-7385: Fixed LB creation issue in test_persistent_networks.py
2014-08-22 13:42:21 +05:30
Santhosh Edukulla
34b698d44d
Added few change for test suite result location
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
2014-08-16 01:06:41 +05:30
Girish Shilamkar
6115a90c70
Adding explicit error message in verifyNetworkState function in case network is not in desired state
2014-08-13 20:19:26 +05:30
Gaurav Aradhye
b7c4259d97
CLOUDSTACK-7330: Fixing ListNetworks issue in test_portable_ip.py
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
2014-08-13 17:14:47 +05:30
Leo Simons
2279289465
marvin: Fix marvin.sync profile, fixes regression from e10f8e8
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-13 11:15:41 +02:00
Gaurav Aradhye
9d7b851537
CLOUDSTACK-7294: Passing listall=True for listUser api admin call
2014-08-13 11:49:24 +05:30