From abfda721cd37b182a737b4514227f2591f19d321 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 24 Jan 2017 15:47:46 -0700 Subject: [PATCH] autotest: run unittest.sh Verify that the unit test script run by Travis CI works in the autotest environment. This duplicates some of the current tests - that will be cleaned up in a future commit. Change-Id: Icca60dee3348e2675492b9c6294de6aa094b3375 Signed-off-by: Daniel Verkamp --- autotest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autotest.sh b/autotest.sh index 757050a5b..1042f2ed8 100755 --- a/autotest.sh +++ b/autotest.sh @@ -73,6 +73,10 @@ timing_exit rbd_setup # Unit Tests ##################### +timing_enter unittest +run_test ./unittest.sh +timing_exit unittest + timing_enter lib run_test test/lib/bdev/blockdev.sh