1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Fix marketplaceapp_test.go bug (#2795)

This commit is contained in:
Christian González 2019-01-14 11:18:34 +01:00 committed by Ruben S. Montero
parent ac13d1a758
commit ee72ee7dad

View File

@ -19,7 +19,8 @@ func TestMarketplaceApp(t *testing.T){
//Create an image
img_tmpl := "NAME = \"test_img_go" + "\"\n" +
"PATH = /etc/hosts\n"
"TYPE = DATABLOCK\n" +
"SIZE = 1\n"
mkt_img_id, err = goca.CreateImage(img_tmpl, 1)