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 | |
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')
4 files changed, 0 insertions, 58 deletions
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample-1.0.yaml b/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample-1.0.yaml deleted file mode 100644 index 9b267481..00000000 --- a/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample-1.0.yaml +++ /dev/null @@ -1,27 +0,0 @@ -onap_cli_sample_version: 1.0 - -name: cloud-list -version: onap-1.0 -samples: - sample1: - name: List the configured clouds in onap - input: -h https://locahost:8443 -u AAI -p AAI - output: | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - |cloud |region |tenant |tenant-id |customer |service | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - |Rackspace |RegionOne |onap |e69e6d64b44347509c3fc512391f34a6 |Demonstration |vFW | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - | | | | |Demonstration123 |vFW | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - | | | | |u2 |vFW | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - | | | | |DemoCust_7151e36a-1a57-4993-b513-54134f2b8f19 |vFW | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - | | | | |Demonstration |vLB | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - | | | | |Linan |vFW | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - | | | | |Linan |vLB | - +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ - 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 | - +--------------------------------------+--------------+------------------+ - |