diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-06 14:33:42 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-06 14:37:11 +0530 |
commit | 1b45d1a610274ebd99b3bf361f5ec41aff338da9 (patch) | |
tree | 66217f4e074ddac8724dc29e551899bc920c7700 /plugins/aai/src/test/resources/onap-cli-sample/cloud-region | |
parent | 60e988d324475b22fb273b0e1cba7a1481fa0082 (diff) |
Fix subscription-list command
Now it reports tenant, region and cloud
CLI-14
Change-Id: I6d2bd1459d5a942603ac7c6e8b02ac06fe5b7625
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/aai/src/test/resources/onap-cli-sample/cloud-region')
-rw-r--r-- | plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample-1.0.yaml | 27 |
1 files changed, 27 insertions, 0 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 new file mode 100644 index 00000000..9b267481 --- /dev/null +++ b/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample-1.0.yaml @@ -0,0 +1,27 @@ +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 | + +------------+------------+--------+----------------------------------+------------------------------------------------+----------+ + |