Chip Childers
6747df6d32
Added devcloudbase provisioning logic
2012-08-02 15:58:32 -04:00
Chip Childers
34cedcf37f
Corrected box label
2012-08-02 15:34:14 -04:00
Chip Childers
f25842f142
Devcloud setup scripts - work in progress
2012-08-02 15:17:49 -04:00
chip.childers@gmail.com
1bad242f7b
Adding management server startup to puppet config.
2012-07-31 08:43:50 -04:00
Prasanna Santhanam
7288eca129
failonerror for some marvin targets
2012-07-31 12:17:33 +05:30
chip.childers@gmail.com
2b1feadb20
Additional puppet configuration updates for devcloud.
2012-07-30 15:30:25 -04:00
chip.childers@gmail.com
969b94e7db
Adding license headers to puppet manifest files
2012-07-30 09:10:49 -04:00
chip.childers@gmail.com
90de18138d
Added storage configuration to the devcloud puppet module.
2012-07-30 09:06:45 -04:00
Prasanna Santhanam
8a2135e3fa
VpcVirtualRouter is not enabled always.
2012-07-30 15:32:38 +05:30
Prasanna Santhanam
046f2d786f
License headers for the marvin plugin and the setup checker
2012-07-30 15:32:35 +05:30
Prasanna Santhanam
ed7f72b629
Enable VpcVirtualRouter when deploying advanced zone
2012-07-30 15:32:35 +05:30
Prasanna Santhanam
7662426769
All responsibilty for running through nose belongs to the marvin-nose plugin
...
Conflicts:
tools/marvin/marvin/NoseTestExecuteEngine.py
2012-07-30 15:32:34 +05:30
Prasanna Santhanam
13857700d3
Plugin-izing the testcase runner
...
* setup.py is the installer for marvin-nose plugin
* marvin-nose drive all tests using nose with other plugins like xunit, coverage, multiprocess execution etc
* -n option deprecated. All tests driven by nosetests --with-marvin
2012-07-30 15:32:34 +05:30
Prasanna Santhanam
ed113ca844
Correcting the imports for HTTPException
2012-07-30 15:32:34 +05:30
Prasanna Santhanam
9af88ad44d
Plugin support to pick test cases using marvin.
...
Using this plugin Nose will drive tests and this also allows using other
nose plugins. Cmd Line plugin support to be added
Conflicts:
tools/marvin/marvin/NoseTestExecuteEngine.py
2012-07-30 15:32:34 +05:30
Prasanna Santhanam
0ab7a9289f
Support added for attrib, multiprocess and Xunit coverage plugins
...
Conflicts:
tools/marvin/marvin/NoseTestExecuteEngine.py
2012-07-30 15:32:34 +05:30
Prasanna Santhanam
84b69e6e0a
injecting the testclient during Test Loader process
...
Without this the tests do not have access to the client APIs
2012-07-30 15:32:33 +05:30
Prasanna Santhanam
db5687d691
enhancement related to -x to take directory name/path to store xml reports
...
Conflicts:
tools/marvin/marvin/TestCaseExecuteEngine.py
2012-07-30 15:32:24 +05:30
Prasanna Santhanam
91b6e09e6d
The NoseTestLoader to pick cloudStackTestCase as tests
2012-07-30 15:27:55 +05:30
Prasanna Santhanam
9443734f1d
setup.properties for basic zone environments
2012-07-30 15:27:55 +05:30
Prasanna Santhanam
aa4ff87812
Post configuration tests to check
...
- if system VMs are up and running
- if built-in template is downloaded and ready to launch
2012-07-30 15:27:55 +05:30
Prasanna Santhanam
326655d8c6
xml reports for TestCaseEngine
...
Conflicts:
tools/marvin/marvin/TestCaseExecuteEngine.py
2012-07-30 15:27:55 +05:30
Prasanna Santhanam
85c5b5656d
adding unittest-xml-reporting as a dependency to marvin
2012-07-30 15:27:55 +05:30
Prasanna Santhanam
ba33a25c57
Sandbox scripts for generating one host configuration
...
- marvin/sandbox/advanced
- marvin/sandbox/basic
* supports generating configurations for cloudstack deployment with
properties files. The format of the config, properties files and the
process is explained in the tutorial:
http://wiki.cloudstack.org/display/QA/Testing+with+python#Testingwithpython-DeploymentConfiguration
2012-07-30 15:27:55 +05:30
chip.childers@gmail.com
25e0cc9d75
Checkpoint commit - work in progress.
...
Attempting to provide devcloud base box build process via veewee and
puppet provisining via Vagrant.
2012-07-27 23:37:46 -04:00
chip.childers@gmail.com
7da5ab8aca
First commit of the devcloud pre-configuration puppet module.
...
Using this via Vagrant assumes that Vagrant is patched with the changes
made by Edison. The pull request to upstream these changes into the
Vagrant project are here: https://github.com/mitchellh/vagrant/pull/1043 )
2012-07-26 21:25:56 -04:00
chip.childers@gmail.com
ff71dd0525
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-07-26 09:16:07 -04:00
Edison Su
4c6e547e70
create devcloud base image from veewee
2012-07-20 18:20:31 -07:00
chip.childers@gmail.com
827943a865
Initial commit converting the devcloud build
...
process to being based on puppet and vagrant.
2012-07-19 04:12:19 -04:00
Edison Su
b627f5a85b
Simplifying the process of running the simulator.
...
* ant run-simulator - will seed the simulator jar and start CS
* ant run-marvin -Dmarvin.config="/path/config/file" - will
* configure a
cloudstack as per the given configuration. marvin.config - defaults
to a
two host simulator in an advanced zone
You can then connect your debugger over localhost:8787 or use the CS
ui
at localhost:8080/client for testing.
From: Prasanna Santhanam(Prasanna.Santhanam@citrix.com )
2012-07-16 10:34:49 -07:00
Edison Su
ed4b6a517b
the default templates are put into download.cloud.com
2012-07-11 15:19:21 -07:00
Edison Su
fb59fc5c8a
disable virtualbox dhcp server for Vms created by cloudstack
2012-07-10 16:20:20 -07:00
Edison Su
3bbb694413
For devcloudsetup.sh:
...
Added dom0 memory settings to grub config.
Added root password reset.
Install xen ia32 instead of amd64, to 32bit compability
Send-by: chip.childers@sungard.com
RB: https://reviews.apache.org/r/5877/
2012-07-10 11:18:32 -07:00
Pradeep Soundararajan
32fef61ac2
[Defect / Enhancement / New Feature] CS-15281 : Removal of third party dependencies in Citrix code base
2012-07-06 17:28:29 -04:00
Edison Su
57ab39937c
add script to setup devcloud image
2012-07-05 20:36:43 -07:00
David Nalley
6fe595f3d3
committing some more changes to marvins license headers
2012-07-04 18:50:49 -04:00
David Nalley
54d7a10b99
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-07-04 18:45:34 -04:00
David Nalley
ecf2cd57f9
fixing license headers in marvin
2012-07-04 18:45:08 -04:00
Edison Su
217fdd2497
From: jason.bausewein@tier3.com
...
Fixed deployDataCenter.py to select the correct network offering based on if security groups are enabled. Also added default value to configGenerator.py for basic setup.
2012-07-03 12:56:42 -07:00
David Nalley
91fd3b772e
Applying patch from Prasanna Santhanam
...
Marvin sandbox example scripts for generating one host configurations
https://reviews.apache.org/r/5656
2012-07-02 09:08:51 -04:00
Edison Su
8dd4197cd8
From: Jason Bausewein [jason.bausewein@tier3.com]
...
I would like to add an command line option to choose between advanced or basic networking configuration. This would allow me or others to choose advanced networking without having to edit the python code.
2012-06-22 13:19:04 -07:00
Edison Su
e38db69434
remove tools/testClient as they are moved to tools/marvin/marvin already
2012-06-22 10:57:53 -07:00
Edison Su
2f38e1c713
From:Jason Bausewein [jason.bausewein@tier3.com]
...
I needed to change the case in the sim url so the SimulatorDiscover will detect the simulator hosts
2012-06-22 10:23:03 -07:00
Edison Su
356ab7b013
From:Jason Bausewein [jason.bausewein@tier3.com]
...
I needed to change the case in the sim url so the SimulatorDiscover will detect the simulator hosts
2012-06-22 10:21:09 -07:00
Prasanna Santhanam
d4d0950d71
Adding support for file copy to marvin's remoteSSHClient
...
Signed-off-by: Prasanna Santhanam <Prasanna.Santhanam@citrix.com>
2012-06-10 15:01:50 -04:00
Prasanna Santhanam
09dd71d056
Adding support with xmlrunner for generating XML reports
2012-05-18 12:08:39 +05:30
Prasanna Santhanam
0e22eed41f
Files from the demo are now available in the sandbox
2012-05-17 18:12:17 +05:30
Ewan Mellor
42018bab81
Added full URL to output.
2012-05-16 12:04:32 -07:00
Ewan Mellor
d39e4dc611
Added scripts for searching {bugs,wiki}.cloudstack.org.
2012-05-15 13:42:42 -07:00
Prasanna Santhanam
0c26f359ce
Add additional retries to the SSH client by default
2012-05-15 18:12:41 +05:30
Prasanna Santhanam
b5ea18d822
MD5 Auth for accounts created on the API
2012-05-14 19:40:44 +05:30
Prasanna Santhanam
0f98f5fe52
Build if you have python 2.7 installed
2012-05-14 19:40:44 +05:30
Prasanna Santhanam
7eaa1cf6f8
Install paramiko as a dependency, don't complain about the requirement
2012-05-14 14:45:24 +05:30
Prasanna Santhanam
a0efa70958
support for running tests in a given script
2012-05-11 18:52:41 +05:30
Prasanna Santhanam
dba1c01cb5
rename the nose test executor
2012-05-11 18:52:36 +05:30
Prasanna Santhanam
dc02d50b17
rename the nose test executor
2012-05-11 18:52:30 +05:30
Prasanna Santhanam
ab57aeb7bc
The setup_requires must not co-exists with install_requires
2012-05-11 15:47:46 +05:30
Edison Su
38dd04b759
quick fix to demo
2012-05-02 22:38:38 -07:00
Prasanna Santhanam
aee89701e9
CS-14596: check existence of config file before loading
...
Check whether the config file to load cloudstack config is avvailable
in the specified path.
2012-04-23 18:52:26 +05:30
Prasanna Santhanam
0bd43e7cf5
CS-14025: provide python eggs to easily install the python test framework
...
CS-14025: Status - Resolved Fixed
1. Packaging the marvin test client into an installable egg
2. There is a hudson job (marvin) that creates eggs for a specified
branch
3. Alternatively you can use the package-marvin ant target to get a
source tarball.
2012-04-23 17:46:00 +05:30
Prasanna Santhanam
7f470e8d2a
Merge latest testClient fixes to marvin
...
reviewed-by: unittest
2012-04-12 18:10:32 +05:30
Prasanna Santhanam
d150576a48
missing tests directory causes warnings in distutils
...
reviewed-by: ant run
2012-04-11 18:24:20 +05:30
Prasanna Santhanam
5c37d144cc
Package management for the python testclient christened Marvin
...
$ant package-marvin
will create a packaged source tarball of the testclient that is
redistributable and decoupled from the rest of the cloudstack build
reviewed-by: unittest
2012-04-11 18:24:20 +05:30
Chirag Jog
c07cca1af6
Bug 14612: Database client returns empty list after one successful query
...
Status 14612: resolved fixed
reviewed-by: Prasanna Santhanam <Prasanna.Santhanam@citrix.com>
Commit to refresh the transaction state
2012-04-06 05:28:55 -07:00
Prasanna Santhanam
38f43564e0
reveal the complete exception from the dbClient
...
reviewed-by: Edison Su
2012-04-04 16:40:44 +05:30
Prasanna Santhanam
9c9f510fdf
bug 14608: Async timeout counter does not get reset across tests
...
status 14608: resolved fixed
reviewed-by: Chirag Jog (chirag@clogeny.com )
Set the timeout countdown to start from beginning of each pollAsync instead
of setting it once for the entire run.
2012-04-04 16:40:20 +05:30
frank
2f634c0913
Switch to Apache license
2012-04-03 04:50:05 -07:00
Prasanna Santhanam
c8fa379c55
README file for the tutorial on "Testing with Python"
2012-04-02 18:01:41 +05:30
Prasanna Santhanam
40d7e124a7
Test runs against 3.0 version
2012-04-02 18:00:02 +05:30
Prasanna Santhanam
9011f6297f
testClient demo
...
reviewed-by: unittest
Added test case that demonstrates a backend verification
2012-04-02 17:58:45 +05:30
Prasanna Santhanam
38d6ce4ef2
Correcting the reported failure message
...
reviewed-by: Edison Su
2012-04-02 17:57:57 +05:30
Prasanna Santhanam
47213463ea
bug 13234: run tests as a regular user on testClient
...
status 13234: resolved fixed
reviewed-by: unittest
When multiple tests in a user-decorator suite are run only the first
test runs successfully since the apiKey has been altered to that of a
regular user. Preventing failure of other tests by detecting user
context - user, admin, domain-admin.
@UserName decorator applies to a testSuite class not a testMethod
2012-03-29 19:18:55 +05:30
Prasanna Santhanam
4221c87c37
bug 13234: unit test to test the user decorator
...
status 13234: resolved fixed
Uncomment each decorator to test
- tests run as existing admin
- tests run as new user in new domain
- tests run as new user in existing domain
- tests run as old user in existing domain
- tests run as new domain admin in new domain
2012-03-29 19:11:06 +05:30
Edison Su
5a06ddb36a
bug 13234: add UserName decorator on testcase, in the form of (username, domainName, accountType). status 13234: resolved fixed. Reviewed-by: prasanna
2012-03-29 01:07:01 -07:00
Prasanna Santhanam
47d01dbd3d
reduce logging verbosity, set level to info
...
reviewed-by: Kishan
2012-03-24 08:46:51 +05:30
Prasanna Santhanam
52202839fb
testCase level logger and testClient class attr
...
reviewed-by: Chirag Jog
Each testCase class will use its own logger to distinguish log
messages when multiple suites are run. This will aid debugging
Every cloudstackTestCase will also contiain a class level attr of the
testClient which was previously available only to setUp/tearDown. Now
even setUpClass/tearDownClass can use this attribute.
2012-03-24 08:46:50 +05:30
Prasanna Santhanam
99000f5d6e
Demo files for the confluence tutorial on testing with python
...
http://confluence.cloudstack.org/display/QA/Testing+with+python
demo.cfg: sample configuration file containing the mgmt server location
testDeployVM.py : simple example demonstrated on confluence tutorial
testSshDeployVM.py : advanced example to demonstrate backend verification
2012-03-21 13:45:44 +05:30
Prasanna Santhanam
b9807e0fca
can't append str to logger message
2012-03-21 11:05:37 +05:30
Prasanna Santhanam
3a6edb7643
adding logging with level and timestamp
2012-02-29 11:58:25 +05:30
Prasanna Santhanam
01fa6e3322
adding retry logic, error handling, and urllib2 used for managing connections
2012-02-29 11:58:25 +05:30
Prasanna Santhanam
1316fb7714
Wrong place to put a return
2012-02-29 11:58:25 +05:30
Prasanna Santhanam
94eac37d30
The HTTPConnection object times out too soon when status is being polled. This
...
depends on python's internal socket implementation. Added an explicit 3m
timeout. Test code MUST NOT induce sleeps longer than 3m, instead check status
periodically to keep the HTTPConnection alive.
reviewed-by: Chirag Jog <chirag@clogeny.com>
2012-02-23 18:35:15 +05:30
Prasanna Santhanam
2a8bdb0c4c
Propagating fixes to testClient from 3.0.x. Resolving conflicts
...
reviewed-by: Prasanna
2012-02-20 19:00:22 +05:30
Prasanna Santhanam
1b8a23f5be
Multiple fixes to the testClient to accomodate further changes to 3.0 APIs
...
reviewed-by: Kishan
* Revert back to old guestCidrAddress
* Add default traffic types
* fixed typo when creating physical network, specifid wrong zone
* correctly specifying the guest VLAN as part of updating physical network
2012-02-20 18:23:46 +05:30
Prasanna Santhanam
0b9a3ddb2e
fixing the case when multiple zones are added. enable the right VR element
...
Reviewed-By: Kishan
(cherry picked from commit 23357f3b17ea87ae51b9be06a1c19ec782a661a6)
2012-02-20 18:21:57 +05:30
Prasanna Santhanam
a424429090
Enable security groups in basic zones only
...
(cherry picked from commit 7ea0ace472f863374c9a0b8559065a90190e6f61)
2012-02-20 18:21:45 +05:30
Prasanna Santhanam
75c780a0c9
fixing the case when multiple zones are added. enable the right VR element
...
Reviewed-By: Kishan
(cherry picked from commit 23357f3b17ea87ae51b9be06a1c19ec782a661a6)
2012-02-18 20:23:43 +05:30
Prasanna Santhanam
7f72de368d
Enable security groups in basic zones only
...
(cherry picked from commit 7ea0ace472f863374c9a0b8559065a90190e6f61)
2012-02-18 20:23:43 +05:30
Prasanna Santhanam
573cab407e
Enable the zone after successful add
2012-02-18 20:23:42 +05:30
Sam Robertson
0411aad813
use temp tomcat directory for automated testing
2012-02-08 16:35:01 -08:00
Sam Robertson
5ce1a0cba3
Updating CATALINA_HOME used for automated testing environment
2012-02-08 15:06:02 -08:00
Sam Robertson
dadf25cca4
use /usr/share/tomcat, not /usr/share/cloud
2012-02-07 09:30:03 -08:00
Sam Robertson
113a2f2fe8
Adding automated.sh, removed failed attempt at setting CATALINA_HOME in ant build configuration
2012-02-07 08:52:01 -08:00
Sam Robertson
4acfc2eb1d
automated testing changes, in addition to an automated.xml
2012-02-03 16:59:20 -08:00
Alex Huang
c42f50c4b0
Used a different way to allocate guest ip address. not in used yet.
2012-01-30 16:10:10 -08:00
Prasanna Santhanam
d99e71bad4
update a Disabled Physical network
2012-01-20 18:33:49 +05:30
Murali reddy
d92c361efd
bug 12826:enable NetScaler in basic zone for load balancing and static NAT
...
NetScaler element should not firewall service provider in basic zone
2012-01-19 14:05:12 -08:00
frank
566f101be1
remove files
2012-01-19 14:00:07 -08:00
Prasanna Santhanam
0b69a252de
uniform quotes
2012-01-15 19:21:58 +05:30
Prasanna Santhanam
a2059cf1c1
when the API response has empty list
2012-01-15 19:21:08 +05:30