Santhosh Edukulla
3dbb2ae488
CLOUDSTACk-5674: Added fix for CLOUDSTACK-5674
2014-02-12 17:34:34 +05:30
Girish Shilamkar
c1d34369aa
Revert "CLOUDSTACK-5674: Few fixes"
...
This reverts commit e6b93b0a68 .
2014-02-12 17:27:47 +05:30
Girish Shilamkar
e6b93b0a68
CLOUDSTACK-5674: Few fixes
2014-02-11 14:54:46 +05:30
Girish Shilamkar
995e3f5b5d
Revert "CLOUDSTACK-5674: Few new fixes"
...
This reverts commit 3493f17bad .
2014-02-11 12:36:07 +05:30
Girish Shilamkar
3493f17bad
CLOUDSTACK-5674: Few new fixes
2014-02-09 16:04:31 -05:00
Santhosh Edukulla
bf72441d13
CLOUDSTACK-6006: Remove integration folder and lib
2014-02-04 12:01:58 +05:30
Santhosh Edukulla
dedd41ed87
CLOUDSTACK-5963: Fixed smoke/test_network.py
2014-01-29 10:54:12 +05:30
Santhosh Edukulla
d057585128
CLOUDSTACK-5948: Fixes to BVT test_volumes.py
...
1. Added a generic way of verifying isk volumes.
2. Now, detach volume is called post the assert.
3. Added a sleep post detach volume to facilitate list volumes to have some time for detach operation.
4. Added a fix for a log check.
2014-01-29 10:36:23 +05:30
Girish Shilamkar
226df296d0
CLOUDSTACK-5674: Some fixes to marvin and resultant changes to tests.
2014-01-28 02:11:24 -05:00
Girish Shilamkar
6c5b1670b2
CLOUDSTACK-5925: Removed incorrect import
2014-01-27 19:14:45 -05:00
Girish Shilamkar
7305063fb4
CLOUDSTACK-5925: get_*() functionality changed in marvin, changed BVT too.
2014-01-28 11:12:24 +05:30
Girish Shilamkar
6a2cc9fbd0
CLOUDSTACK-5925: Moved test data from testsuites to marvin/config
...
Also merged redundant testdata as they were found.
2014-01-22 12:21:07 +05:30
Santhosh Edukulla
9393275611
CLOUDSTACK-5674: Added Fix for CLOUDSTACK-5674,5498,5500 and other issues as
...
part of cleanup
2014-01-22 12:19:20 +05:30
Gaurav Aradhye
6ad27d903b
CLOUDSTACK-5640: Correcting imports in test cases
2013-12-29 19:38:57 +05:30
Girish Shilamkar
b544669a84
CLOUDSTACK-5497: Fix test_guest_vlan_range.py to get free vlan range
2013-12-24 11:11:17 +05:30
Santhosh Edukulla
d715058fa1
Added a temp sleep fix for vm start command
...
Added a temporary time sleep fix post a restart command. Applies to 4.2,master,4.3
Note: Has to clean other things as well and will do more cleaner way of handling things.
2013-12-11 13:04:17 +05:30
Girish Shilamkar
623529060f
Revert "Fixed an Issue reported by xen server team"
...
The commit message is incorrect.
This reverts commit ed477744c8 .
2013-12-11 12:37:52 +05:30
Santhosh Edukulla
ed477744c8
Fixed an Issue reported by xen server team
2013-12-11 12:20:06 +05:30
SrikanteswaraRao Talluri
ded8d6592b
fixed indentation error in test_network.py
2013-11-09 11:54:50 +05:30
SrikanteswaraRao Talluri
31b439eab6
fixing indentation problem in test_network.py
2013-11-08 23:40:06 +05:30
Santhosh Edukulla
c7fe212c3b
CLOUDSTACK-5099: Utils.py-has-wrong-reference, cleaned it. As well added Uniform naming convention
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-11-08 16:34:46 +05:30
SrikanteswaraRao Talluri
65b12f45b9
Revert "CLOUSTACK-5099: Utils.py-has-wrong-reference, cleaned it. As well added Uniform naming convention"
...
This reverts commit ec00a6fb74 .
2013-11-08 16:05:30 +05:30
Santhosh Edukulla
ec00a6fb74
CLOUSTACK-5099: Utils.py-has-wrong-reference, cleaned it. As well added Uniform naming convention
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-11-08 16:02:10 +05:30
Sheng Yang
3205cd42b5
CLOUDSTACK-730: Site-to-site VPN between VPC VR to VR
...
Now VPN connection can be created as "passive", which would enable the ability
of remote peer initiate the connection. So it's possible for VPC VR to
establish the connection to another VPC VR of CloudStack.
Test case also included.
The test case would create 2 vpcs and using VPN to connect them.
2013-10-30 19:30:22 -07:00
SrikanteswaraRao Talluri
3223fcf672
CLOUDSTACK-4772: modify the script to get_process_status for vmware deployment
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-30 01:46:26 +05:30
Sheng Yang
1528725949
CLOUDSTACK-754: Enable Remote Access VPN for VPC
...
With integration smoke test case.
2013-10-24 17:34:41 -07:00
Gaurav Aradhye
986ac0f124
CLOUDSTACK-4780: Fixed BVT test case TestSnapshotRootDisk.test_01_snapshot_root_disk
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-15 13:37:11 +05:30
SrikanteswaraRao Talluri
ff0f738973
CLOUDSTACK-4344: pass delay and retries explicitly to remoteSSHclient to reduce time taken by the tests
...
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
(cherry picked from commit 94f741bbf5 )
2013-09-30 12:24:16 +05:30
Harikrishna Patnala
62b0ad03c8
CLOUDSTACK-2247: Automation - Reset a VM on Reboot
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-09-18 09:37:37 +05:30
Prasanna Santhanam
fb7eb06198
get host credentials from marvin configuration for ssvm test
...
(cherry picked from commit 6371d3b98c56784e4a3588c2546be18aa79cb595)
2013-08-31 12:50:58 +05:30
Jayapal
6837f162ab
Marvin test cases for multiple ip address per nic
2013-08-26 17:11:02 +05:30
Prasanna Santhanam
aec21b3a36
local storage is not enabled on the zone
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit d8e5b8907bc97ca58017c0aedff03658a63f1955)
2013-08-24 10:04:06 +05:30
Prasanna Santhanam
7d4a575631
Appropriately skip the test_nic setup when in a basic zone
2013-08-23 17:02:35 +05:30
Prasanna Santhanam
b3306497fe
CLOUDSTACK-4453: fetch host credentials from marvin config
...
Tests would fetch the credentials for the host to hop into router to
check for essential services. Each test would require to put in the host
information into the test data. Instead fetch the credential information
from the marvin configuration file.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 4b546ce85d40098ade69c575316e76e25a422a12)
2013-08-22 20:20:16 +05:30
Prasanna Santhanam
73d49d0907
Fix test naming to reflect the test purpose
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 445341355d18d280c745e8a1abcf39bafd938f91)
2013-08-12 14:42:33 +05:30
Prasanna Santhanam
3ba68a1624
Add more debug logging to download detached volume test
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 3455a76237 )
2013-08-10 16:19:10 +05:30
Sheng Yang
17b2bda13c
CLOUDSTACK-3939: Add wait time after VM boot up
...
If VR is reboot before VM booted up, VM cannot get IP. Add timeout for VM
booting up.
2013-08-07 17:43:05 -07:00
Sheng Yang
b96fea2e06
Automation: BVT: Fix test_guest_vlan_range.py due to updated API
2013-08-02 16:47:32 -07:00
Prasanna Santhanam
052d6e251b
CLOUDSTACK-3926: Add isportable=True explicitly
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-02 18:16:49 +05:30
Bharat Kumar
eaeef9e994
CLOUDSTACK-3753 fixed the test test_non_contigiousvlan.py
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 6e83a54ffb )
2013-08-02 16:34:10 +05:30
Prasanna Santhanam
b303fd3428
CLOUDSTACK-3999: Fix the skipTest typo
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-01 16:10:57 +05:30
Prasanna Santhanam
fee7a868e1
CLOUDSTACK-3916: Fix silly string formatting mistake
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-31 11:12:48 +05:30
SrikanteswaraRao Talluri
bd7bff792b
CLOUDSTACK-3923: Fix the scripts to select default vpc offering
...
CLOUDSTACK-3923: Fix the scripts to select default vpc offering
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-31 11:12:48 +05:30
Gaurav Aradhye
906ea82572
CLOUDSTACK-3168: Fix test_reboot_router.py to ssh using public IP
...
test_reboot_router.py was trying to ssh to vm using private IP
and hence it failed with error "No route to host."
Fixed the testcase to ssh using public IP.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-30 20:12:23 +05:30
Prasanna Santhanam
d875a36e5c
CLOUDSTACK-3916: The size test is invalid
...
ISO size can differ from the mounted packages within the ISO. Remove the
size check and only perform attach and detach in the guest.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-30 14:12:33 +05:30
Prasanna Santhanam
f4dd80989f
add debug message
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 56043eb6cf )
2013-07-30 11:43:02 +05:30
Girish Shilamkar
4054a8e2ac
CLOUDSTACK-3454: Fix test_portable_publicip
...
Added isportable param to associateIP API. Fixed base class
for PortableIP tio call portableip APIs.
Removed test_createPortablePublicIPAcquire from basic zone run
requires additional network creation handling which can be done
in component tests.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-29 20:00:08 +05:30
Prasanna Santhanam
3fec71e748
Fix domain deletion in test_project_resources.py
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit a019f34572 )
2013-07-28 11:56:50 +05:30
Prasanna Santhanam
40b59d7e2a
CLOUDSTACK-2882: We are mounting an ISO not a volume
...
So fdisk -l doesn't list the mounted iso. Instead use showmount -e to
find the mounted device.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 93f79e1a15 )
2013-07-27 21:53:16 +05:30
Prasanna Santhanam
738523b57c
CLOUDSTACK-2882: Additional device types for IDE/SCSI
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit b39d302888 )
2013-07-27 21:53:11 +05:30