Files
test/unit_tests/config/deployment_assets/custom_deployment_assets_config.json5
croy 0bd0cae444 Setting up deployemtn assets config
Change-Id: I36a00d867a6f38f3e5ce29a09c5742e0150d248e
Signed-off-by: croy <Christian.Roy@windriver.com>
2025-04-07 10:33:19 -04:00

19 lines
235 B
Plaintext

{
// File used for unit testing.
"controller" : {
deployment_config_file: "Hooray!",
},
"subclouds" : {
"subcloud4": {
bootstrap_file: "StarlingX",
deployment_config_file: "Is",
install_file: "Awesome"
},
},
}