diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-26 23:38:29 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:39:16 +0530 |
commit | d39f12c5af170277b2c3daf8cff86553e3a0d2ec (patch) | |
tree | 468e7898c00b844b41896362d7404e8356448173 /plugins/aai/src/test/resources/onap-cli-sample/tenant | |
parent | abf5898650417a9726c8eb8924b4b3aaebf54523 (diff) |
Re-org plugins into tree of product versions
Issue-Id: CLI-66
Change-Id: I2591bc380387200f727aae7e5db851a3c3a19fc3
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/aai/src/test/resources/onap-cli-sample/tenant')
3 files changed, 0 insertions, 31 deletions
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-create-sample-1.1.yaml b/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-create-sample-1.1.yaml deleted file mode 100644 index 8a2da490..00000000 --- a/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-create-sample-1.1.yaml +++ /dev/null @@ -1,8 +0,0 @@ -onap_cli_sample_version: 1.0 - -name: tenant-create -version: onap-1.1 -samples: - sample1: - name: Create a tenant under given cloud region - input: -h https://locahost:8443 -u AAI -p AAI -x abc-xyz -y ABCXYZ25 -z 8bcf4466-b092-473f-889b-7f40efb5a323 -r tenant-3 diff --git a/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-delete-sample-1.1.yaml b/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-delete-sample-1.1.yaml deleted file mode 100644 index 44026ec3..00000000 --- a/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-delete-sample-1.1.yaml +++ /dev/null @@ -1,8 +0,0 @@ -onap_cli_sample_version: 1.0 - -name: tenant-delete -version: onap-1.1 -samples: - sample1: - name: Delete the tenant under given cloud region - input: -h https://locahost:8443 -u AAI -p AAI -x abc-xyz -y ABCXYZ25 -z 8bcf4466-b092-473f-889b-7f40efb5a323 -r 1504258015611 diff --git a/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-list-sample-1.1.yaml b/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-list-sample-1.1.yaml deleted file mode 100644 index 4348f6eb..00000000 --- a/plugins/aai/src/test/resources/onap-cli-sample/tenant/tenant-list-sample-1.1.yaml +++ /dev/null @@ -1,15 +0,0 @@ -onap_cli_sample_version: 1.0 - -name: tenant-list -version: onap-1.1 -samples: - sample1: - name: List the tenant under given cloud region in onap - input: -h https://locahost:8443 -u AAI -p AAI -x abc-xyz -y ABCXYZ25 - output: | - +--------------------------------------+--------------+------------------+ - |tenant-id |tenant-name |resource-version | - +--------------------------------------+--------------+------------------+ - |8bcf4466-b092-473f-889b-7f40efb5a323 |tenant-3 |1504258015611 | - +--------------------------------------+--------------+------------------+ - |