From 1ed3df892008fa862fd89fd5786993c4c95bc7df Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 4 Dec 2012 09:48:10 +0000 Subject: - mark test as skipped --- src/testbed/test_testbed_api_3peers_3controllers.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/testbed/test_testbed_api_3peers_3controllers.c b/src/testbed/test_testbed_api_3peers_3controllers.c index e18c02e16..c29c732d3 100644 --- a/src/testbed/test_testbed_api_3peers_3controllers.c +++ b/src/testbed/test_testbed_api_3peers_3controllers.c @@ -876,9 +876,14 @@ host_habitable_cb (void *cls, const struct GNUNET_TESTBED_Host *_host, int statu hc_handle = NULL; if (GNUNET_NO == status) { - LOG (GNUNET_ERROR_TYPE_ERROR, "Cannot start testbed on localhost\n"); + (void) PRINTF ("%s", + "Unable to run the test as this system is not configured " + "to use password less SSH logins to localhost.\n" + "Skipping test\n"); GNUNET_SCHEDULER_cancel (abort_task); - abort_task = GNUNET_SCHEDULER_add_now (&do_abort, NULL); + abort_task = GNUNET_SCHEDULER_NO_TASK; + (void) GNUNET_SCHEDULER_add_now (&do_shutdown, NULL); + result = SKIP; return; } cp1 = GNUNET_TESTBED_controller_start ("127.0.0.1", host, cfg, status_cb, -- cgit v1.2.3