aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_3peers_3controllers.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-04 09:48:10 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-04 09:48:10 +0000
commit1ed3df892008fa862fd89fd5786993c4c95bc7df (patch)
tree42a6cd7908cfe2a561408bfbbda0723808469326 /src/testbed/test_testbed_api_3peers_3controllers.c
parent392560f8c6a71484973ecc0947d4df5634af279b (diff)
downloadgnunet-1ed3df892008fa862fd89fd5786993c4c95bc7df.tar.gz
gnunet-1ed3df892008fa862fd89fd5786993c4c95bc7df.zip
- mark test as skipped
Diffstat (limited to 'src/testbed/test_testbed_api_3peers_3controllers.c')
-rw-r--r--src/testbed/test_testbed_api_3peers_3controllers.c9
1 files 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
876 hc_handle = NULL; 876 hc_handle = NULL;
877 if (GNUNET_NO == status) 877 if (GNUNET_NO == status)
878 { 878 {
879 LOG (GNUNET_ERROR_TYPE_ERROR, "Cannot start testbed on localhost\n"); 879 (void) PRINTF ("%s",
880 "Unable to run the test as this system is not configured "
881 "to use password less SSH logins to localhost.\n"
882 "Skipping test\n");
880 GNUNET_SCHEDULER_cancel (abort_task); 883 GNUNET_SCHEDULER_cancel (abort_task);
881 abort_task = GNUNET_SCHEDULER_add_now (&do_abort, NULL); 884 abort_task = GNUNET_SCHEDULER_NO_TASK;
885 (void) GNUNET_SCHEDULER_add_now (&do_shutdown, NULL);
886 result = SKIP;
882 return; 887 return;
883 } 888 }
884 cp1 = GNUNET_TESTBED_controller_start ("127.0.0.1", host, cfg, status_cb, 889 cp1 = GNUNET_TESTBED_controller_start ("127.0.0.1", host, cfg, status_cb,