[bug 581] Fix parameter checking if no data-type
[osm/N2VC.git] / tests / charms / layers / simple / actions.yaml
diff --git a/tests/charms/layers/simple/actions.yaml b/tests/charms/layers/simple/actions.yaml
new file mode 100644 (file)
index 0000000..6cd6f8c
--- /dev/null
@@ -0,0 +1,9 @@
+touch:
+    description: "Touch a file on the VNF."
+    params:
+        filename:
+            description: "The name of the file to touch."
+            type: string
+            default: ""
+    required:
+        - filename