store: add containers to test

This commit is contained in:
Achilleas Koutsou 2022-11-08 19:51:49 +01:00 committed by Christian Kellner
parent 3400c27153
commit 8612131351

View file

@ -89,6 +89,13 @@ func (suite *storeTest) SetupSuite() {
{Name: "test2", Version: "*"}},
Groups: []blueprint.Group{
{Name: "test3"}},
Containers: []blueprint.Container{
{
Source: "https://registry.example.com/container",
Name: "example-container",
TLSVerify: common.BoolToPtr(true),
},
},
Customizations: &suite.myCustomizations,
}
suite.myBPv3 = blueprint.Blueprint{