summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authordaniel-a-nguyen <daniel.a.nguyen@hp.com>2013-02-14 11:22:06 -0800
committerdaniel-a-nguyen <daniel.a.nguyen@hp.com>2013-03-05 14:17:36 -0800
commit0a71ef9e880996597f6f94d06fa2d0934051d420 (patch)
tree784fb4660548d3ee3434234fb3e7fa849ecc3647 /run_tests.py
parent8de8507493f66c2e90a1d2fd4a332c8610be60ac (diff)
downloadtrove-0a71ef9e880996597f6f94d06fa2d0934051d420.tar.gz
Rate limits implementation
added unittest for limits reverted changes to openstack/common removed commented code cleaned up unittest added int-tests updated reference to XMLNS removed 1.1 XMLMS in wsgi Implements: blueprint rate-limits Change-Id: I842de3a6cae1859cc246264a5836abfd97fb8074
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 71701f83..7e7fdbe7 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -111,6 +111,7 @@ if __name__ == "__main__":
# Initialize the test configuration.
CONFIG.load_from_file('etc/tests/localhost.test.conf')
+ from reddwarf.tests.api import limits
from reddwarf.tests.api import flavors
from reddwarf.tests.api import versions
from reddwarf.tests.api import instances