Prasanna Santhanam
81d489dc94
CLOUDSTACK-4452: Cleaning up the is_snapshot_on_nfs utility
...
- Pass in config and determine the mgmtsvr credentials
- remove the dir_paths param which is not reqd.
- pass all entities as uuids and convert to ids within the method
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 02e7630f1c )
2013-08-26 11:11:30 +05:30
Gaurav Aradhye
35ee38385c
CLOUDSTACK-4452 - Fixed method is_snapshot_on_nfs and moved it to utils
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-26 10:40:19 +05:30
Gaurav Aradhye
b3921e5248
CLOUDSTACK-4422: Corrected the wrong service paths
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-21 15:43:23 +05:30
Prasanna Santhanam
f056af8cbd
CLOUDSTACK-4225: Remove additional / in the nfs path
...
nfs://nfs-server://export/share ->
nfs://nfs-server:/export/share
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-21 15:19:25 +05:30
Prasanna Santhanam
5b66677d74
CLOUDSTACK-4225: list the snapshot path on secondary store
...
list the snapshot on secondary store. avoid changing directories and
additional debug commands.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-20 19:38:59 +05:30
Prasanna Santhanam
8b922b850c
CLOUDSTACK-4225: new_virtual_machine is not a attr of the test
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-20 19:33:42 +05:30
Prasanna Santhanam
7768613edc
CLOUDSTACK-4225: Fix template references in setUpClass
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-19 14:59:34 +05:30
Prasanna Santhanam
99329dfa4a
CLOUDSTACK-4225: change to directory where snapshots are mounted
...
return back to HOME_DIR and unmount the secondary storage
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-10 15:42:05 +05:30
Prasanna Santhanam
a9d8333c55
Fix missing key
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit d1c01a79a5 )
2013-08-07 22:52:55 +05:30
Prasanna Santhanam
baf0400124
fix snapshots tests
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-07 19:37:37 +05:30
Prasanna Santhanam
1012d87860
CLOUDSTACK-3796: Fix the missing attribute for zoneid
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 3277ceaf0b619171a19893f525aec2685ae6367c)
2013-07-25 15:51:45 +05:30
Prasanna Santhanam
f05118b5b0
CLOUDSTACK-3728: same issue as CLOUDSTACK-3719
...
Make the size explicit parameter to random_gen() for snapshot data
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-23 18:00:23 +05:30
Prasanna Santhanam
82c75c7fae
Split out snapshot tests for speedup
...
Breaking down snapshot tests
- recurring snapshots
- limits
- garbage collection
- smoke/basic scenario: take snapshot of root disk
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-20 19:42:01 +05:30
Prasanna Santhanam
8801205fcf
CLOUDSTACK-2882: Correct the secondary disk device on KVM
...
On kvm the disk device serial order is /dev/vda|vdb|vdc and so on.
This also fixes CLOUDSTACK-3018 and removes the redundant test in
blocker bugs. The snapshot related tests are now include in snapshots
suite.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-18 12:45:39 +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
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
Prasanna Santhanam
287d7f4df0
marvin tests: marking the xen specific tests
...
these tests do verification assuming xenserver style disks /dev/xvda/b
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-01-03 22:13:14 -08:00
Prasanna Santhanam
2c561dd3a8
Summary: Removing ostypeid dependencies from tests
...
Detail: The listOsTypes API will filter when given the ostype name as
centOS 5.3. There is now no need to hardcode the uuids into the test
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1354228309 -0800
2012-11-29 15:41:56 -08:00
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
0984f4319a
Snapshot related tests moved for speedup
...
Snapshots take many hours to run because the lowest snapshot period for
testing is an HOURLY snapshot. The component tests are the right place
to run any long running tests. This will also speed up the smoke tests
to under an hour.
2012-10-18 09:42:00 +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
cdbffdb334
Fixed mount command and logging in snapshot tests
2012-09-12 18:48:32 +05:30
Prasanna Santhanam
bd6d354975
Fixes to scripts
...
* remoteSSHClient import is fixed
* mount now explicitly specifies filesystem
2012-09-12 18:48:31 +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