SrikanteswaraRao Talluri
b80242c2dc
CLOUDSTACK-4772: remove test tag for the test test_01_RouterStopCreateFW
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-30 12:31:14 +05:30
SrikanteswaraRao Talluri
e94ec6b202
CLOUDSTACK-4772: modify the script to get_process_status for vmware deployment
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-30 01:44:12 +05:30
SrikanteswaraRao Talluri
4a8119c807
CLOUDSTACK-4448: Fix test_03_RouterStartOnVmDeploy to stop all the pre-existing VMs before starting the test
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-23 12:37:03 +05:30
SrikanteswaraRao Talluri
db673b2b9b
CLOUDSTACK-4447: Fix router tests by listing Routers for that account of type 'Isolated'.
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-23 09:42:37 +05:30
Prasanna Santhanam
69f6f49ae1
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>
2013-08-22 20:20:35 +05:30
Prasanna Santhanam
e3eee3bd43
CLOUDSTACK-4258: Additional debug to the assertion
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-14 15:27:30 +05:30
Sheng Yang
e473e9aa66
Automation: Fix clean up in tearDown
...
We shouldn't clean up class-scope resources(_cleanup). We should create local
ones(cleanup) then clean it.
So:
cls._cleanup would be used for class-scope resources.
self.cleanup would be used for each unit.
2013-07-23 21:19:32 -07:00
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
5ee3cc41fe
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
cef2ad170f
Adding more classifications
...
- maintenance (host goes to maitnenance)
- multihost, multizone, multistorage
2012-09-12 18:48:33 +05:30
Prasanna Santhanam
9043e49522
migrating tags to attr decorators for nose attrib classification
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
a725fdc3ab
Adding the tags for different configurations in to testcase
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
Chirag Jog
cbbed24ef4
Adding ELP/EIP tests & firewall rule changes for SSH
2012-05-22 19:17:26 +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