From 0a71ef9e880996597f6f94d06fa2d0934051d420 Mon Sep 17 00:00:00 2001 From: daniel-a-nguyen Date: Thu, 14 Feb 2013 11:22:06 -0800 Subject: 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 --- run_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_tests.py') 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 -- cgit v1.2.1