diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-08-24 05:16:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-24 05:16:50 +0000 |
commit | eecf66b6b7c20873550bf7ad21882143dffa6b2a (patch) | |
tree | 7187527d628e0723703fdf5354ea0331a8d79cd6 | |
parent | fb6ee5483d044ec7c35be951d2044b8473ad7f56 (diff) | |
parent | a115431b49e7179b070301fa226c14869fc787e5 (diff) |
Merge "Add samples for cloud-list command"
-rw-r--r-- | plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample.yaml b/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample.yaml new file mode 100644 index 00000000..55e65a99 --- /dev/null +++ b/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-list-sample.yaml @@ -0,0 +1,16 @@ +onap_cli_sample_version: 1.0 + +name: cloud-list + +samples: + sample1: + name: List the configured clouds in onap + input: -h https://locahost:8443 -u AAI -p AAI --long + output: | + =============================================================================================== + |cloud | region | tenant | tenant-id | customer| service| + =============================================================================================== + |OpenStack | RegionOne | ONAP | 3385e44e-b3bf-4fb8-a83e-4a4097cf8978 | mrkanag | vFW | + ----------------------------------------------------------------------------------------------- + |OpenStack | RegionTwo | ONAP-2 | 89386e6e-a16b-4091-add7-3119064f8058 | mrkanag | vLB | + ===============================================================================================
\ No newline at end of file |