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
Gaurav Aradhye
bb149fb77b
CLOUDSTACK:4840: Adding further test cases for Multiple IPs per NIC feature
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-04 12:25:48 +05:30
Ashutosh K
2091211c28
CLOUDSTACK-2232: Adding automation test cases for Persistent Networks feature
2014-02-21 17:46:14 +05:30
Girish Shilamkar
b70af44ecf
CLOUDSTACK-4840: Add missed testcase in previous commit
2014-02-19 11:17:22 +05:30
Gaurav Aradhye
d44c850445
CLOUDSTACK-5959: Fixed cascading failures in portable IP test cases
2014-02-10 12:34:17 +05:30
Ashutosh K
c108d7f0d0
CLOUDSTACK-2237: Automation-Adding next set of test cases for feature - SG in advanced zone
2014-01-14 14:34:21 +05:30
Girish Shilamkar
842b58d6ee
CLOUDTACK-5626: Made few changes to test_vpc_vm_life_cycle.py
2014-01-14 11:19:22 +05:30
Gaurav Aradhye
1760de47e5
CLOUDSTACK-5748: Refactored code related to executing script
2014-01-13 13:00:50 +05:30
Ashutosh K
e58c3c809d
CLOUDSTACK-5619: Egress Firewall rules - Increased timeout for router to come up
2014-01-08 19:22:07 +05:30
Gaurav Aradhye
777ab14942
CLOUDSTACK-5803: Fixed issues related to egress rule
2014-01-08 17:56:32 +05:30
Gaurav Aradhye
b98c0ee809
CLOUDSTACK-5630: Fixed snapshots' test cases
2014-01-08 17:16:06 +05:30
Girish Shilamkar
393d437b26
CLOUDSTACK-5627: Removed a validation which expected createVPCOffering to fail if SourceNAT not provided
...
createVPCOffering API creates VPC with SourceNat even if not provided as param. So this validation
is not required any more.
2014-01-08 12:05:39 +05:30
Ashutosh K
944358706d
CLOUDSTACK-5802: Increased timeout for template state to become ready, improved assertion messages
2014-01-08 11:10:04 +05:30
Girish Shilamkar
d2ddf62679
CLOUDSTACK-5805: Increasing timeout period for VM to come to running state
2014-01-08 11:06:38 +05:30
Girish Shilamkar
0ff0bd2c17
CLOUDSTACK-5627: Fixed test_project_resources.py which
2014-01-07 16:02:51 +05:30
Girish Shilamkar
05df0cb823
Revert "CLOUDSTACK-5637: Detach volume before migrating"
...
This reverts commit 6c9b517929 .
2014-01-07 12:37:18 +05:30
SrikanteswaraRao Talluri
75ebc03693
CLOUDSTACK-5797: Fixed integration test for test_03_restore_vm_with_new_template
2014-01-06 19:46:05 +05:30
SrikanteswaraRao Talluri
c2b5addaed
CLOUDSTACK-5625: removed unnecessary global setting 'ldap.realname.attribute'
2014-01-06 14:52:26 +05:30
Gaurav Aradhye
17b696e053
CLOUDSTACK-5185: Fixed test script related to cleanup in test_egress_fw_rules.py
2014-01-03 11:17:50 +05:30
Gaurav Aradhye
4251a09ef7
CLOUDSTACK-5633: Fixed network cleanup issue
2014-01-03 11:02:30 +05:30
Gaurav Aradhye
97ede2524c
CLOUDSTACK-5636: Fixed issue 'Failed to upgrade network offering' in test_vpc_network test suite
...
Conflicts:
test/integration/component/test_vpc_network.py
2014-01-02 12:34:00 +05:30
Girish Shilamkar
6c9b517929
CLOUDSTACK-5637: Detach volume before migrating
2013-12-31 11:34:16 +05:30
Gaurav Aradhye
013f100078
CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during test)
2013-12-30 18:05:04 +05:30
Gaurav Aradhye
5882123f19
CLOUDSTACK-5640: Correcting imports in test cases
...
Conflicts:
test/integration/component/test_security_groups.py
2013-12-30 14:40:58 +05:30
Gaurav Aradhye
6ad27d903b
CLOUDSTACK-5640: Correcting imports in test cases
2013-12-29 19:38:57 +05:30
Ashutosh K
4d9b95e13d
CLOUDSTACK-2237: Automation - Adding new test cases for security group in advanced zone feature
2013-12-27 16:06:34 +05:30
Girish Shilamkar
ec8610f756
CLOUDSTACK-5638: Fixed code to check router state
2013-12-27 10:53:42 +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
Gaurav Aradhye
a160b46cd4
CLOUDSTACK-4780: Changes related to checking snapshot path
...
on NFS server, also made marvin import paths specific
2013-12-23 17:58:51 +05:30
Gaurav Aradhye
5d03fa83a2
CLOUDSTACK-5518: Fixing non contiguous vlan test case
2013-12-23 17:56:14 +05:30
Girish Shilamkar
fde14bcc32
Revert "CLOUDSTACK-4780: Changes related to checking snapshot on NFS server"
...
This reverts commit 33fb241fdf .
2013-12-21 12:47:32 +05:30
Gaurav Aradhye
33fb241fdf
CLOUDSTACK-4780: Changes related to checking snapshot on NFS server
2013-12-19 10:21:33 +05:30
Girish Shilamkar
75f4f55c35
CLOUDSTACK-5506: Fixed egress_fw_rules.py, one of hunks was missing.
2013-12-16 14:00:38 +05:30
Ashutosh K
ae911a2ad2
CLOUDSTACK-4820: Remove netacl check from test_01_wait_network_gc
...
From 4.2, network ACLs are no longer associated with a single network.
Multiple tiers within a VPC can share the same ACL.
Due to this, ACLs should not be cleaned up during network GC.
2013-12-10 00:58:58 -05:00
Girish Shilamkar
71aa2c0881
CLOUDSTACK-5364: Fail the test incase cleanup is not successful
2013-12-09 19:16:30 +05:30
Ashutosh K
9b2addf481
CLOUDSTACK-5381: Corrected code related custom host name (vm.instancename)
2013-12-05 16:25:38 +05:30
Gaurav Aradhye
2d369dbdd8
CLOUDSTACK-5377: Fixed test case dependency issue in snapshots test cases
2013-12-05 13:49:11 +05:30
Girish Shilamkar
dfff362c11
CLOUDSTACK-5351: Fixed a regression where shared_ntwk_vlan was not changed to shared_vlan
2013-12-04 18:54:50 +05:30
Ashutosh K
b2c8955222
CLOUDSTACK-5364: Resolving network cleanup issue in egress fw rules test cases
2013-12-04 18:41:10 +05:30
Ashutosh K
4b5a0ca4c2
CLOUDSTACK-5230: Removing test cases' dependency on each other leading to failures
2013-12-04 11:37:22 +05:30
Gaurav Aradhye
291eafadae
CLOUDSTACK-5347: Resolved issue related to snapshot state
2013-12-04 11:32:36 +05:30
Gaurav Aradhye
6b955958c6
CLOUDSTACK-5333: Code changes related to snapshots listing
...
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-12-04 11:29:50 +05:30
Gaurav Aradhye
f05063f377
CLOUDSTACK-5346: Fixed shared network cleanup issue
2013-12-04 11:25:58 +05:30
Parth Jagirdar
58fd6f0603
CLOUDSTACK-5223: Fix hosttags.
...
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-26 13:23:40 +05:30
Ashutosh K
d6298302a1
CLOUDSTACK-5257: Fixed Network ACL issue related to Egress traffic
...
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-26 11:46:56 +05:30
Girish Shilamkar
ab2c38c050
Add test/integration/component/test_add_remove_network.py
2013-11-25 13:43:18 +05:30
Gaurav Aradhye
138cee401f
CLOUDSTACK-5201: Correcting code related to schedule of
...
recurring snapshot policy
2013-11-21 11:15:32 +05:30
Ashutosh K
db2ea0a16a
CLOUDSTACK-5204: test_routers - fixed ssh issue
2013-11-21 11:06:34 +05:30
Gaurav Aradhye
6aca7de291
CLOUDSTACK-5215: Correcting and refactoring code related to
...
getting free vlan
2013-11-21 10:53:27 +05:30
Gaurav Aradhye
67b071beaa
CLOUDSTACK-5194: portable ip - Improving cleanup code to
...
avoid cascading failures
2013-11-19 11:21:33 +05:30
Gaurav Aradhye
438cf4ea63
CLOUDSTACK-5186: Increasing the waiting time for router to
...
come up
2013-11-16 17:15:14 +05:30
Girish Shilamkar
e2051de98e
CLOUDSTACK-5187: Fix test_vpc_vm_life_cycle recover tests
...
The vms were recovered without deleting the vms first
therefore the API failed.
2013-11-15 23:38:57 -05:00
Ashutosh K
02c15528c8
CLOUDSTACK-5185: test_egress_fw_rules - failed the test case
...
if vm deployment failed instead of going on executing rest
2013-11-16 14:57:59 +05:30
Girish Shilamkar
09c0370d70
CLOUDSTACK-2243: base_image_updation - Adding tags to test cases
2013-11-15 16:53:33 +05:30
Gaurav Aradhye
8a1918dbe1
CLOUDSTACK-5179: Fixed test script issue related to detach
...
volume
2013-11-15 16:33:37 +05:30
Gaurav Aradhye
a6c2c6a261
CLOUDSTACK-5147: Removing basic and sg tags from the test
...
case which is invalid for basic zone
2013-11-15 16:25:10 +05:30
Girish Shilamkar
186b82ae3a
CLOUDSTACK-5148: Fix test_createSharedNetwork_projectSpecific
...
VM was being created with accountid and also project. By doing
this create vm or any other resource will fail. Only specify
project in which resource is created.
2013-11-14 21:16:01 -05:00
Ashutosh K
9410423555
CLOUDSTACK-5169: Egress rules - Improved assertion code
...
related to SSH to avoid assertion error
2013-11-15 11:28:07 +05:30
Ashutosh K
b178d06454
CLOUDSTACK-5168: Fixed test script issue related to SSH
...
command
2013-11-15 11:24:30 +05:30
Ashutosh K
868e944bf1
CLOUDSTACK-5166: Fixed test script issue related to egress
...
rules
2013-11-15 11:14:44 +05:30
Ashutosh K
401e0ca0ba
Including tests for VPC VM Lifecycle on Tagged hosts
2013-11-13 21:56:51 +05:30
Ashutosh K
cb918928e6
Missing tests from QA repo to ASF - 3 tests from test_vmware_drs.py
2013-11-13 21:51:35 +05:30
Gaurav Aradhye
6aff6aa601
CLOUDSTACK-5155: Removing basic and sg tags from test case
...
which is invalid for basic zone
2013-11-13 21:29:47 +05:30
Gaurav Aradhye
2e373d58e0
CLOUDSTACK-5156: Fixed test script issue related to detach volume
2013-11-13 21:16:13 +05:30
Ashutosh K
52b0484812
CLOUDSTACK-5154: Fixed test script issue related to failure
...
in creating snapshot from volume
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-13 17:35:28 +05:30
Girish Shilamkar
c6195c3556
CLOUDSTACK-5147: Removing basic and sg tag from the test case which should not be run on basic zone setup
...
component.test_project_limits.TestMaxProjectNetworks.test_maxAccountNetworks tries to create multiple guest networks in an project of account which is not possible in basic zone as there is only one guest network allowed per zone in basic zone setup.
Hence removing the tags basic and sg so that this test case won't be picked up to run on basic zone setup.
2013-11-13 12:28:44 +05:30
Girish Shilamkar
967a5bded4
CLOUDSTACK-5146: Removing basic and sg tags from the test
...
case which is invalid for the basic zone
TestRouterRestart.test_01_restart_network_cleanup test scenario is invalid for basic zone. The test case tries to restart the Router assigned to individual account but in basic zone, there is only one router i.e of shared network and there is only one guest(shared) network per zone. Hence the API fails to list the router of the individual account.
More over, we will not try to restart the Router of the shared network because it is used by many accounts and restarting it may affect the execution of other test cases.
2013-11-13 12:22:02 +05:30
SrikanteswaraRao Talluri
c2078cd60c
CLOUDSTACK-5149: fixed cls._cleanup initialization issue
2013-11-12 19:24:12 +05:30
Santhosh Edukulla
4473bb2185
Fixed few indentation errors and removed unwanted imports
2013-11-11 10:32:01 +05:30
Gaurav Aradhye
a2117d46f9
CLOUDSTACK-5107: Decreasing memory in service offering so as
...
not to run out of resources
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-08 18:56:50 +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
Gaurav Aradhye
3c350ab0b8
CLOUDSTACK-4648: Fixed Snapshots test cases
...
Fixed following test cases:
1) test_01_volume_from_snapshot
2) test_03_snapshot_detachedDisk
3) test_07_template_from_snapshot
All three test cases are running successfully on XenServer but test cases (01 and 07) failing on KVM due to a common issue.
Product defect logged for this: https://issues.apache.org/jira/browse/CLOUDSTACK-5097
test_03 is running ok on KVM too, the problem was - disk was not getting detached because it was not unmounted before detaching. Added code to unmount the disk.
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-08 12:54:20 +05:30
Gaurav Aradhye
5d6d14bc1f
CLOUDSTACK-4934: Rename Limit resources tests so that they have unique names.
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-11-08 10:25:39 +05:30
SrikanteswaraRao Talluri
db3252645d
Revert "Renamed modules with same name to avoid confusion"
...
This reverts commit af8eb63dc6 .
2013-11-08 10:22:59 +05:30
Santhosh Edukulla
af8eb63dc6
Renamed modules with same name to avoid confusion
...
There were two module files with same name and
is creating confusion while reporting the test results.
Renamed them prefixing them with mem\cpu
Signed-off-by: Santhosh Edukulla <Santhosh.Edukulla@citrix.com>
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-11-08 10:02:41 +05:30
Ashutosh K
5d75c6b75c
CLOUDSTACK-4996: Resolved gateway accessibility issue
...
Gateway of isolated network is pinged instead of shared
network
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-07 16:03:57 +05:30
suresh
f25354dca1
CLOUDSTACK-2272: testscript validates the vmdeployment with userdata
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-11-04 17:02:01 +05:30
Girish Shilamkar
1e417994df
CLOUDSTACK-3961: Added a function to get free vlan
2013-11-01 17:27:46 +05:30
Girish Shilamkar
addf5b0f8c
CLOUDSTACK-4256: Fixed Shared Network test cases using random private
...
ips for shared networks
2013-10-31 22:21:00 +05:30
Gaurav Aradhye
23499efe42
CLOUDSTACK-4995: Fixed test_reset_ssh_keypair which checks the state of the VM
...
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-10-31 21:57:57 +05:30
Girish Shilamkar
58179d2884
CLOUDSTACK-4335: Delete test_deployVmSharedNetworkWithoutIpRange
...
test_deployVmSharedNetworkWithoutIpRange creates a shared network
without start and end ip. This is no longer permitted and creation
of shared network will fail with error "insufficient capacity". So
remove this test which is invalid.
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-10-31 18:26:14 +05:30
Ashutosh Kelkar
c53d4e9e14
CLOUDSTACK-2243: Add automation tests for VMs base image
...
update faclity
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-10-31 14:55:29 +05:30
Sowmya Krishnan
af4f78ecca
CLOUDSTACK-4776: New Tests for Netscaler as external device
2013-10-30 16:57:21 +05:30
SrikanteswaraRao Talluri
b13cc0d027
CLOUDSTACK-4772: remove test tag for the test test_01_RouterStopCreateFW
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-30 12:33:48 +05:30
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
Gaurav Aradhye
8a6694b396
CLOUDSTACK: 2238 - Automation - Adding non contiguous VLAN ranges feature test cases
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-29 23:44:06 +05:30
Gaurav Aradhye
1972d6121d
Adding missing test cases: Snapshots Improvement
2013-10-29 23:42:38 +05:30
Girish Shilamkar
c8b91f1b72
CLOUDSTACK-4686: Fixed volume limit for domain
2013-10-28 11:36:20 +05:30
SrikanteswaraRao Talluri
da7d2fe4f3
CLOUDSTACK-4691: Deleted host maintenance tests from this file
2013-10-25 14:47:11 +05:30
sanjeevneelarapu
2103068816
CLOUDSTACK-702: Added tests for alias ip verifications on VR 1. Moved vm deployment code to setup and vm deletion code teadDown methods 2. Added two tests which would verify alias removal after last vm expunge in CIDR and alias status after VR reboot
...
CLOUDSTACK-702: Test for verifying ip alias after VR stop start
1.Deploy vm in new cidr which will create ip alias on existing VR
Stop,start VR and verify ip alias
Conflicts:
test/integration/component/maint/test_multiple_ip_ranges.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-25 14:29:19 +05:30
Anshul Gangwar
325c94ed60
CLOUDSTACK-2232: marvin tests for Persistent networks without running a VM
2013-10-18 14:04:46 +05:30
Gaurav Aradhye
a65f1ebefc
CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py
...
Removed log_test_exceptions which did not add any value.
Skipped few tests which are incomplete. Added timeout logic
and to wait for router to boot.
2013-10-17 19:20:30 -07:00
sanjeevneelarapu
7a7fb61a17
CLOUDSTACK-702: Verify Userdata,password services 1.Added two tests to vefiy userdata and password services on alias ip on VR
...
Conflicts:
test/integration/component/maint/test_multiple_ip_ranges.py
Signed-off-by: sanjeevneelarapu <sanjeev.neelarapu@citrix.com>
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-10-17 17:19:47 +05:30
Girish Shilamkar
9cc5575092
CLOUDSTACK-4766: Add timeout if vm does not reach running state
...
The tests use to wait for ever for the vm to attain Running state.
Added a timeout so it does not get into infinite loop.
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
(cherry picked from commit e3bcdc16a1 )
2013-10-17 17:07:58 +05:30
Girish Shilamkar
c5e1c4725c
CLOUDSTACK-4747: Rename testcase name to use lesser characters
...
Renamed testcase name and also initialised _cleanup so that
it does not break on non-NS Cloudstack setup.
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-10-17 15:23:56 +05:30
Gaurav Aradhye
0a3329731a
CLOUDSTACK: 4705 - Fixed memory limits - domain limits test cases. Fixed attribute error
...
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
(cherry picked from commit 7854dbc213 )
2013-10-17 15:18:59 +05:30
Gaurav Aradhye
8350a6bd4c
CLOUDSTACK-4256 - Fixed shared network test cases
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-15 13:40:00 +05:30
Gaurav Aradhye
0a8bce5cf6
CLOUDSTACK-4647: Fixed snapshot_gc test case and common util function is_snapshot_on_nfs
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-15 13:37:08 +05:30