OpenStack Database As A Service (Trove)
Go to file
Tim Simpson bec9bc586a Updates tests to run in other configurations.
* Changes the reddwarf.conf.test flag so "use_nova_server_volume"
  is turned off, as it should be, and fixes a resulting fake mode bug.
* Fixes tests to not check for volume when
  "reddwarf_main_instance_has_volume" is specified in the test config.
* Changes poll_until to reuse Reddwarf implementation instead of
  rewriting it just for the tests.
* Adds tests to confirm its possible to log into a real MySQL instance.
  These are only run for "real mode" in a VM or other environment, but
  it's necessary that they live here.
* Changes the "get_address" method of the InstanceTestInfo object to
  get pulled from the test config (necessary when hitting other
  environments).
* Fixes some bugs in guest agent models.
* Deleted the pagination test. It can't run very quickly in the tox
  fake mode, so there's no point in keeping it here (it still exists
  in Reddwarf-Integration).

Change-Id: I2835762c4180e1ca594b27194564b8f993aa4066
Fixes: bug #1085188
2012-11-30 18:07:41 -06:00
bin No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
contrib/dbaas-mycnf Remove tabs in sample my.cnf 2012-11-08 14:54:10 -08:00
development Adding validation of the api body 2012-03-22 14:01:21 -05:00
etc Updates tests to run in other configurations. 2012-11-30 18:07:41 -06:00
reddwarf Updates tests to run in other configurations. 2012-11-30 18:07:41 -06:00
rsdns Simple per-user instance quota checking in the create call. PEP8 fixes. 2012-06-21 17:00:25 -05:00
tools Update tools/install_venv.py to work w/ latest pip 2012-11-21 15:34:14 -05:00
.coveragerc Adding tests to Reddwarf. 2012-11-19 12:33:40 -06:00
.gitignore Adding tests to Reddwarf. 2012-11-19 12:33:40 -06:00
.gitreview Added .gitreview file. 2012-10-26 13:12:07 -04:00
MANIFEST.in Adding manifest 2012-05-08 15:13:57 -05:00
next_steps.txt Initial checkin of rpc code 2012-03-05 07:14:07 -06:00
openstack-common.conf Initial checkin of rpc code 2012-03-05 07:14:07 -06:00
README Updated the README. 2012-11-21 10:34:55 -06:00
run_tests.py No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
run_tests.sh Add vim formatting line 2012-11-13 17:05:57 -08:00
setup.py Added an admin task-manager. 2012-08-21 16:39:27 -05:00
tox.ini Adding tests to Reddwarf. 2012-11-19 12:33:40 -06:00

Reddwarf
--------

Reddwarf is Database as a Service for Open Stack.


To run all tests and PEP8, run tox, like so:
$ tox

To quickly run the tests for Python 2.7, run:
$ tox -epy27

To generate a coverage report,run:
$ tox -ecover
(note: on some boxes, the results may not be accurate unless you run it twice)

If you'd like to start up a fake Reddwarf API daemon for integration testing
with your own tool, run:
$ ./bin/start_server

Stop the server with:
$ ./bin/stop_server