summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 14:52:19 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 14:52:19 -0500
commit63a34599ffc274f7ff81151bc5ce74e0c8edff21 (patch)
tree393b348d27aae1c1475f309b5de19665d90b39f3 /test
parentfd5ffeff6257cd7d89dbaab3f08eac2dbb7d711d (diff)
downloadthird_party-func-63a34599ffc274f7ff81151bc5ce74e0c8edff21.tar.gz
third_party-func-63a34599ffc274f7ff81151bc5ce74e0c8edff21.tar.xz
third_party-func-63a34599ffc274f7ff81151bc5ce74e0c8edff21.zip
run unittests and async_test.py as part of test-it.sh
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