X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tests%2Fcharms%2Flayers%2Fbroken%2Fconfig.yaml;fp=tests%2Fcharms%2Flayers%2Fbroken%2Fconfig.yaml;h=51f2ce4a07bddfbc72679ec14280fd6461cb307d;hp=0000000000000000000000000000000000000000;hb=7bf2f4d5ba51d8a6909a8709aeda200ddb153b03;hpb=6d84dbd8746388114361e09300697da471de20ca diff --git a/tests/charms/layers/broken/config.yaml b/tests/charms/layers/broken/config.yaml new file mode 100644 index 0000000..51f2ce4 --- /dev/null +++ b/tests/charms/layers/broken/config.yaml @@ -0,0 +1,14 @@ +options: + string-option: + type: string + default: "Default Value" + description: "A short description of the configuration option" + boolean-option: + type: boolean + default: False + description: "A short description of the configuration option" + int-option: + type: int + default: 9001 + description: "A short description of the configuration option" +