From e7313e555f0e6b2a806bfb22831838973998f3c6 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Mon, 6 Feb 2012 11:09:57 +0000 Subject: [PATCH] [Brightbox] Load balancer listener timeouts are now reported --- tests/brightbox/requests/compute/helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 72be2d1a0..5dc92fa30 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -64,7 +64,8 @@ class Brightbox LB_LISTENER = { "in" => Integer, "out" => Integer, - "protocol" => String + "protocol" => String, + "timeout" => Integer } LB_HEALTHCHECK = { "type" => String,