From c7feaa46e5f2bfcfa217cb15817fef3c6b62f14f Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Mon, 31 Oct 2011 12:10:12 +0000 Subject: [PATCH] [Brightbox] Updated Image format tests for username --- tests/brightbox/requests/compute/helper.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 6271193ab..4204e5a19 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -110,7 +110,8 @@ class Brightbox "description" => String, "source" => String, "status" => String, - "owner" => String + "owner" => String, + "username" => Fog::Nullable::String } INTERFACE = { @@ -232,6 +233,7 @@ class Brightbox "source_type" => String, "status" => String, "owner" => String, + "username" => Fog::Nullable::String, "public" => Fog::Boolean, "official" => Fog::Boolean, "compatibility_mode" => Fog::Boolean, @@ -415,6 +417,7 @@ class Brightbox "source_type" => String, "status" => String, "owner" => String, # Account ID not object + "username" => Fog::Nullable::String, "public" => Fog::Boolean, "official" => Fog::Boolean, "compatibility_mode" => Fog::Boolean,