From b41bd894df391281b637e00f2909940200e734d5 Mon Sep 17 00:00:00 2001 From: Bharath Thiruveedula Date: Sat, 14 Oct 2017 01:00:18 +0530 Subject: Add support for license-model commands Change-Id: Ifc0fadcec234f23f0e46f8990e4ca7c5d1d2800a Issue-ID: CLI-16 Signed-Off-By: Bharath Thiruveedula --- .../license-models/license-model-create-schema.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/sdc/src/test/resources/onap-cli-sample/license-models/license-model-create-schema.yaml (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/license-models/license-model-create-schema.yaml') diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/license-models/license-model-create-schema.yaml b/plugins/sdc/src/test/resources/onap-cli-sample/license-models/license-model-create-schema.yaml new file mode 100644 index 00000000..10fc0510 --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/license-models/license-model-create-schema.yaml @@ -0,0 +1,15 @@ +onap_cli_sample_version: 1.0 + +name: license-model-create +version: onap-1.0 +samples: + sample1: + name: create license model + input: -x htipl -y "sample model" -u cs0008 -p demo123456! -m http://192.168.17.126:8080 + moco: license-model-create-schema-moco.json + output: | + +----------+----------------------------------+ + |property |value | + +----------+----------------------------------+ + |ID |2366699475c943bdb283fc0b9106579c | + +----------+----------------------------------+ -- cgit 1.2.3-korg