diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-10-27 04:03:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-27 04:03:24 +0000 |
commit | c4128a3daa201a3cfd7af4c578b444ba97d6bbda (patch) | |
tree | f0c7600b1386de91bb53dfb807f292360648c988 /plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml | |
parent | 5090b19cde7127ff532d422a7b18e16e2d374da2 (diff) | |
parent | ac5043681e662aa837c9be7d1d794861dd7aeb87 (diff) |
Merge changes I4df12801,I8d67cae3,I7296259a,I19938237
* changes:
Add sample for customer-delete
Add sample for customer-show
Add sample for customer-list
Add sample for customer-create
Diffstat (limited to 'plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml')
-rw-r--r-- | plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml deleted file mode 100644 index d5332115..00000000 --- a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml +++ /dev/null @@ -1,8 +0,0 @@ -onap_cli_sample_version: 1.0 - -name: customer-create -version: onap-1.1 -samples: - sample1: - name: Create a customer - input: -h https://locahost:8443 -u AAI -p AAI -x customer-1 -y subscriber-1 |