store: add containers to test
This commit is contained in:
parent
3400c27153
commit
8612131351
1 changed files with 7 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue