From 86195b5602040be63acda253b7f83541dc38d0b6 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Wed, 23 Jan 2008 15:50:15 -0500 Subject: restart the services at the end, since leaving them off was kind of annoying remove some comments --- test/test-it.sh | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'test') diff --git a/test/test-it.sh b/test/test-it.sh index 72f3224..fd93d62 100755 --- a/test/test-it.sh +++ b/test/test-it.sh @@ -273,25 +273,13 @@ run_unittests run_async_test stop_the_func -# see if funcd is running -# see if certmaster is installed -# see if cermtasterd is running - -# setup certs -## see if we have certs set up properly +# leaving the test cases with func not running is kind of +# annoying, so restart it +start_the_func ### probably do some stuff to test bad/no/malformed/unauthed certs as well -# see if we can connect to funcd with the overloard - -# see what modules we have available -# for each module, call the info stuff on them - -# / start walking over the modules, doing commandliney stuff to each, and -# trying to check return data and return code as much as possible - -# test shut down of init scripts -- cgit