Prasanna Santhanam
97ad190383
remove waits during claenup
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 06f5f5ba444a55ed27fa75c3f4b1fc6ca1bb10d2)
2013-07-18 18:31:22 +05:30
sailajam
69462fd0cb
CLOUDSTACK-3636: Fix invalid condition to check for empty response for private service offerings
2013-07-18 17:01:00 +05:30
Prasanna Santhanam
e90ef2b4b5
remove the wait during cleanup
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-18 15:05:56 +05:30
sailajam
f5bd253b2b
CLOUDSTACK-3596: Domain ID missing to deploy VM request . Included Domain id
2013-07-18 13:52:04 +05:30
Prasanna Santhanam
c7315975d2
Fix tab/space issues
...
Several test failures occurred due to tab issues
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-30 13:20:27 +05:30
Gaurav Aradhye
4c51c60ef7
CLOUDSTACK-3021: Order removal of resources
...
Sub domain removed before parent domain. Also fixed indentation issue in
cleanup list of class TestServiceOfferingHierarchy
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-21 12:16:30 +05:30
Rayees Namathponnan
b6850c28dc
CLOUDSTACK-3021: Correct the order of resources
...
Resources are ordered so that the cleanup succeeds.
domains are deleted after accounts under the domain are removed.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-19 09:28:16 +05:30
rayeesn
2f345c5b4d
test_accounts.TesttemplateHierarchy;ostype added
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-16 11:10:37 +05:30
Prasanna Santhanam
8bc72ad55c
Unskip all skipped tests
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-10 10:04:52 +05:30
Prasanna Santhanam
54ac779b8f
Fix all occurrences of account.account
...
Fixes the dereference of account objects with account.account. This is
to conform to recent library changes in Marvin
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-05-20 22:59:52 +05:30
Prasanna Santhanam
a37fa39fe7
multiple fixes to regression tests
...
- remove references to account.account
- remove ostypeid references
- correct zone.networktype
- correct storage_motion assert. skip on invalid environmetn
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-05-16 10:00:44 +05:30
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Prasanna Santhanam
d0108b8132
Fixing the incorrect zone typo
...
zone.networktype reference corrected as part of commit
5ee3cc41fecb08b0dba16341fef12684a50ecc98
2013-04-21 12:33:00 +05:30
Talluri
5ee3cc41fe
CLOUDSTACK-2032: populate mode in the services dict from the list zones instead of hard coding
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-17 19:40:13 +05:30
Talluri
9342f561f7
CLOUDSTACK-1530: Fix integration test scripts in the components folder for imports and ostypeid Fix the integration scripts for nose import and ostypeid corrections
...
from nose.plugins.attrib import attr
"ostype": 'CentOS 5.3 (64-bit)',
template = get_template(
cls.api_client,
cls.zone.id,
cls.services["ostype"]
)
Signed-off-by: Talluri <Srikanteswararao.Talluri@citrix.com>
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-06 13:45:07 +05:30
Prasanna Santhanam
802ddd43ca
Summary: Moving the test integration libraries into marvin for CLI work
...
Detail: Integration tests use these libraries (base,utils,common) for
simplifying the usage of the API. These define the verbs of each
entity's usage (create, delete, add etc). For the CLI to present the
simplified API we'll leverage the integration libraries.
+ Fixes to setup-test-data.sh - kvm and xen each use a different version
of the built-in Cent OS template, 5.5 and 5.3 namely.
At a later point the setup-test-data script needs to be obsoleted.
ostypeids in tests should directly be determined from listOsTypes API
calls
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1351520707 +0530
2012-10-29 20:23:02 +05:30
Prasanna Santhanam
ce59b31c8d
Additional tests in various areas
2012-09-12 18:48:33 +05:30
Prasanna Santhanam
cef2ad170f
Adding more classifications
...
- maintenance (host goes to maitnenance)
- multihost, multizone, multistorage
2012-09-12 18:48:33 +05:30
Prasanna Santhanam
bb8016e08b
Applying tags as attribute decorators for nose
2012-09-12 18:48:32 +05:30
Prasanna Santhanam
b433b1afa6
Various fixes to tests
...
- Configuration fixes in Security groups and Egress rules
- Fixing white spaces in component test suite
2012-09-12 18:48:31 +05:30
Prasanna Santhanam
8d74305707
Adding tags that identify deployment configurations against test cases
...
* advanced - Advanced Zone only
* basic - basic zone without SecurityGroups
* sg - basic zone with security groups
* eip - basic zone with EIP/ELB
* advancedns - Advanced Zone with NetScalers
2012-09-12 18:48:30 +05:30
Prasanna Santhanam
cddcc097b9
Fixing the remoteSSHClient imports, migrate VM, SSVM and router tests
2012-09-12 18:48:30 +05:30
David Nalley
7b7d51cecd
apply chip childers licensing patches for the test directory
...
https://reviews.apache.org/r/5444/
2012-06-26 11:19:58 -04:00
Prasanna Santhanam
4fbf6bb95a
Package imports for remoteSSHClient were not correct
2012-05-23 12:24:38 +05:30
Prasanna Santhanam
e29b0dafb6
Moving smoke tests and component tests into the test folder
...
Reviewed-by: pychecker
2012-05-17 17:01:49 +05:30