summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index f3fa827..72f3224 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -212,6 +212,18 @@ test_funcd()
}
+run_async_test()
+{
+ python async_test.py
+
+}
+
+run_unittests()
+{
+ nosetests -v -w unittest/
+
+}
+
if [ "$BUILD" == "Y" ] ; then
if [ "$BUILD_FROM_FRESH_CHECKOUT" == "Y" ] ; then
check_out_code
@@ -256,6 +268,10 @@ test_funcd
pound_on_the_threads
+run_unittests
+
+run_async_test
+
stop_the_func
# see if funcd is running
# see if certmaster is installed