diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-30 14:09:33 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-30 14:09:33 +0530 |
commit | fdfc750be0a7bd28b2971097a2ec56a76b623cb3 (patch) | |
tree | 149deb9dae926308f5f03510e7dd87c8bcd15873 /plugins/sdc/src/test/resources/onap-cli-sample | |
parent | d0b3591a3123aa392e30f323a80dc5be7c13303b (diff) |
Add vlm-entitlement-group-create command for 1.1
CLI-57
Change-Id: I15bd985b58b0956c398f0128659d0c1846649e29
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/sdc/src/test/resources/onap-cli-sample')
2 files changed, 58 insertions, 0 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-moco.json new file mode 100644 index 00000000..f40193ad --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-moco.json @@ -0,0 +1,44 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/onboarding-api/v1.0/vendor-license-models/cf2d907d998e44698ce3b4cded5f66a7/versions/0.1/entitlement-pools", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "onap-cli", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-381f2f59-c387-4730-a6b5-74a380acf1f3", + "Content-Type" : "application/json" + }, + "json" : { + "aggregationFunction" : { + "choice" : "Peak", + "other" : "" + }, + "description" : "kanag vlm ep", + "entitlementMetric" : { + "choice" : "CPU", + "other" : "" + }, + "increments" : "1", + "manufacturerReferenceNumber" : "mkr123456", + "name" : "kanag-cli-ep", + "operationalScope" : { + "choices" : [ "Availability_Zone" ], + "other" : "" + }, + "thresholdUnits" : "Absolute", + "thresholdValue" : "99", + "time" : { + "choice" : "Hour", + "other" : "" + } + } + }, + "response" : { + "status" : 200, + "json" : { + "value" : "aa61080fd965455ba5edbf60f4e375ef" + } + } +} ]
\ No newline at end of file diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-sample.yaml b/plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-sample.yaml new file mode 100644 index 00000000..6017aab8 --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-sample.yaml @@ -0,0 +1,14 @@ +onap_cli_sample_version: 1.0 +name: vlm-entitlement-pool-create +version: onap-1.1 +samples: + sample1: + name: vlm-entitlement-pool-create + input: --name kanag-cli-ep --vlm-id cf2d907d998e44698ce3b4cded5f66a7 --description kanag vlm ep --manufacture-reference-number mkr123456 -d --vlm-version 0.1 + moco: vlm-entitlement-pool-create-schema-1.1-moco.json + ouput: | + +----------+----------------------------------+ + |property |value | + +----------+----------------------------------+ + |ID |aa61080fd965455ba5edbf60f4e375ef | + +----------+----------------------------------+ |