From fdfc750be0a7bd28b2971097a2ec56a76b623cb3 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 30 Oct 2017 14:09:33 +0530 Subject: Add vlm-entitlement-group-create command for 1.1 CLI-57 Change-Id: I15bd985b58b0956c398f0128659d0c1846649e29 Signed-off-by: Kanagaraj Manickam k00365106 --- ...lm-entitlement-pool-create-schema-1.1-moco.json | 44 ++++++++++++++++++++++ ...-entitlement-pool-create-schema-1.1-sample.yaml | 14 +++++++ 2 files changed, 58 insertions(+) create mode 100644 plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-moco.json create mode 100644 plugins/sdc/src/test/resources/onap-cli-sample/vlm/vlm-entitlement-pool-create-schema-1.1-sample.yaml (limited to 'plugins/sdc/src/test/resources') 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 | + +----------+----------------------------------+ -- cgit 1.2.3-korg