test: add container support

This commit is contained in:
Erik Arvstedt
2020-10-16 15:53:33 +02:00
parent e99b7edb8e
commit fcc67da9f4
5 changed files with 129 additions and 1 deletions
+10
View File
@@ -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;
};
};
};
}