distil/tests
Aurynn Shaw bf671c0210 Moves the artifice web API into the artifice package. Updates the build
system to create a working .deb, based on the makefile.
Adds a new script to start up the web daemon.
Adds a new script to test if the database is provisioned
Adds a new script used by Puppet to provision the database
Adds puppet manifests (mirrored in main puppet)
Moves api/ to artifice/api
Alters some of the relative imports
Moves artifice.py to why_is_this_called_artifice.py, as it was causing
import issues.

Change-Id: Id8a909f7ffcc64a5c4e3281c6b5ba83cef73b596
2014-04-01 16:08:49 +13:00
..
data Replaced the sample data to have the flavor metric. 2014-03-19 13:51:18 +13:00
__init__.py Cleanup of the model test code and model instancing. Moved the database setup and teardown into package-level fixtures. 2014-02-26 14:14:15 +13:00
constants.py Uptime transformer now uses flavor and state to calculate uptime. 2014-03-19 13:55:36 +13:00
data_samples.py MAJOR test refactor. Not much logic changes, 2014-02-28 15:46:52 +13:00
helpers.py More clean up in inteface.py, moved the get_meter function 2014-03-12 14:24:14 +13:00
mock_exporter.py created a mock exporter, and altered the config to use it. 2014-02-28 12:55:19 +13:00
test_api.py Moves the artifice web API into the artifice package. Updates the build 2014-04-01 16:08:49 +13:00
test_billable.py adding basic tests for the billable object 2014-03-04 14:19:21 +13:00
test_csv_exporter.py altered the helper build_billable function to take a volume value. 2014-03-04 17:25:21 +13:00
test_database_module.py Updated the mocking of the flavor_name helper function to match the mocking 2014-03-21 15:09:14 +13:00
test_interface.py MAJOR test refactor. Not much logic changes, 2014-02-28 15:46:52 +13:00
test_models.py Moves the artifice web API into the artifice package. Updates the build 2014-04-01 16:08:49 +13:00
test_transformers.py Removed GaugeAverage since it is unlikely to be needed 2014-03-21 15:08:07 +13:00