diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-01 00:12:20 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:39:44 +0530 |
commit | de0dcbad873481bee88eb68e2c03a82bdad85781 (patch) | |
tree | acf3ad45c3177fc1ca2b466453cf158bb1b644a3 /framework/src/test/resources | |
parent | 74f654c7cc41908d0109f60c7554f329f0b29daf (diff) |
Add Info section
Issue-Id: CLI-66
Change-Id: I864c4af234e7f27d75eaad7318e0d919c1d82305
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/test/resources')
-rw-r--r-- | framework/src/test/resources/sample-test-info.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/framework/src/test/resources/sample-test-info.yaml b/framework/src/test/resources/sample-test-info.yaml new file mode 100644 index 00000000..35e59f8e --- /dev/null +++ b/framework/src/test/resources/sample-test-info.yaml @@ -0,0 +1,9 @@ +open_cli_schema_version: 1.0 +name: sample-test-info +description: Onap sample command to test the command features +version: cli-1.0 +info: + product: cli-1.0 + service: cli + type: cmd + author: Kanagaraj Manickam mkr1481@gmail.com |