X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tests%2Fcharms%2Flayers%2Fsimple%2Fconfig.yaml;fp=tests%2Fcharms%2Flayers%2Fsimple%2Fconfig.yaml;h=51f2ce4a07bddfbc72679ec14280fd6461cb307d;hb=bf79352ca652b228c5c216564cc512b635e3c5e4;hp=0000000000000000000000000000000000000000;hpb=5963cb495a42f8ca820774124db57dd4e45bec07;p=osm%2FN2VC.git diff --git a/tests/charms/layers/simple/config.yaml b/tests/charms/layers/simple/config.yaml new file mode 100644 index 0000000..51f2ce4 --- /dev/null +++ b/tests/charms/layers/simple/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" +