From 0d97a835fa2052ded5a31e8921baf641c8e9bb57 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 11 Dec 2017 20:34:44 +0530 Subject: Make Http as separate plugin Issue-ID: CLI-66 Change-Id: I8ad78f417f6dbb00e29effdd3ed8ec1939aee81d Signed-off-by: Kanagaraj Manickam k00365106 --- main/sample-test-schema-sample.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 main/sample-test-schema-sample.yaml (limited to 'main/sample-test-schema-sample.yaml') diff --git a/main/sample-test-schema-sample.yaml b/main/sample-test-schema-sample.yaml new file mode 100644 index 00000000..3bb7a210 --- /dev/null +++ b/main/sample-test-schema-sample.yaml @@ -0,0 +1,16 @@ +open_cli_sample_version: 1.0 +name: sample-test +version: open-cli +samples: + sample1: + name: sample-test + input: --string-param test + moco: sample-test-schema-moco.json + output: | + +----------+--------+ + |property |value | + +----------+--------+ + |output-1 |[] | + +----------+--------+ + |output-2 |[] | + +----------+--------+ -- cgit 1.2.3-korg