summaryrefslogtreecommitdiff
path: root/run_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Change packaging references to python-saharaclientTrevor McKay2014-03-131-1/+1
| | | | | | | | | | Now that the git repo has been renamed, all references to the project in the packaging code have been changed to 'saharaclient'. It will now install as python-saharaclient but still retains /usr/bin/savanna and site-packages/savannaclient for legacy code support. Partial-implements: blueprint savanna-renaming-client Change-Id: Ib1d3022dffb2fa7319dd51ecad6c6d7072915472
* Swap the saharaclient and savannaclient directoriesTrevor McKay2014-03-131-2/+2
| | | | | | | | | | | | | | | Exchange the contents of the saharaclient and savannaclient directories so that 'savannlient' is the effective alias and 'saharaclient' contains all of the source code. * Change all of the imports that reference savannaclient to saharaclient * Change paths that reference savannaclient (under doc) * Leave variable and class names unchaned at this point * Leave references to python_savannaclient unchanged since the top * level dir name has not yet changed Partial-implements: blueprint savanna-renaming-client Change-Id: I83cb21922ae5a8cec291990b3ab67bb9e3cb2d62
* Add run_test.sh for running testsMatthew Farrellee2014-01-081-0/+164
This is a copy of the test entry point used in Nova, Swift, Keystone, Tuskar, Glance, Horizon, Neutron, Heat, Cinder, and others. It provides a simple way to add consistency and repeatability to running tests w/ minimal human effort, just run ./run_tests.sh. Change-Id: I7d9369f7c86b62a6e7ba9b66344d6ad25596251f