diff --git a/test/config-map.json b/test/config-map.json index 837c92de73..a0f827bcf4 100644 --- a/test/config-map.json +++ b/test/config-map.json @@ -373,5 +373,13 @@ "centos-10", "centos-9" ] + }, + "./configs/modularity.json": { + "image-types": [ + "qcow2" + ], + "distros": [ + "centos-9" + ] } } diff --git a/test/configs/modularity.json b/test/configs/modularity.json new file mode 100644 index 0000000000..c1d85cff02 --- /dev/null +++ b/test/configs/modularity.json @@ -0,0 +1,10 @@ +{ + "name": "modularity", + "blueprint": { + "packages": [ + { + "name": "@nodejs:18" + } + ] + } +} diff --git a/test/data/repositories/centos-9.json b/test/data/repositories/centos-9.json index 338f60c795..58e0c48e74 100644 --- a/test/data/repositories/centos-9.json +++ b/test/data/repositories/centos-9.json @@ -103,4 +103,4 @@ ] } ] -} \ No newline at end of file +}