[bug 581] Fix parameter checking if no data-type
[osm/N2VC.git] / tests / charms / layers / simple / actions.yaml
1 touch:
2     description: "Touch a file on the VNF."
3     params:
4         filename:
5             description: "The name of the file to touch."
6             type: string
7             default: ""
8     required:
9         - filename