test: add container support
This commit is contained in:
parent
e99b7edb8e
commit
fcc67da9f4
5 changed files with 129 additions and 1 deletions
|
|
@ -38,4 +38,14 @@ scenario: testConfig:
|
|||
''
|
||||
];
|
||||
};
|
||||
|
||||
container = {
|
||||
# The container name has a 11 char length limit
|
||||
containers.nb-test = { config, ...}: {
|
||||
config = {
|
||||
extra = config.config.test.container;
|
||||
config = testConfig;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue