Merge pull request #3608 from boumenot/pr-broken-build

Add resource_group_name to test cases were it was missing.
This commit is contained in:
Christopher Boumenot 2016-06-09 10:29:36 -07:00
commit 8c33d71ddb
2 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,7 @@ func TestConfigShouldNotDefaultImageVersionIfCustomImage(t *testing.T) {
"location": "ignore",
"image_url": "ignore",
"storage_account": "ignore",
"resource_group_name": "ignore",
"subscription_id": "ignore",
"os_type": constants.Target_Linux,
"communicator": "none",
@ -125,6 +126,7 @@ func TestConfigShouldRejectCustomImageAndMarketPlace(t *testing.T) {
"capture_container_name": "ignore",
"location": "ignore",
"image_url": "ignore",
"resource_group_name": "ignore",
"storage_account": "ignore",
"subscription_id": "ignore",
"os_type": constants.Target_Linux,

View File

@ -129,6 +129,7 @@ func TestVirtualMachineDeployment04(t *testing.T) {
"capture_container_name": "ignore",
"location": "ignore",
"image_url": "https://localhost/custom.vhd",
"resource_group_name": "ignore",
"storage_account": "ignore",
"subscription_id": "ignore",
"os_type": constants.Target_Linux,