Add resource_group_name to test cases.

pull/3608/head
Christopher Boumenot 10 years ago
parent a3ed380413
commit 6dda6f77d6

@ -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,

@ -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,

Loading…
Cancel
Save