diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-20 14:58:43 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:37:55 +0530 |
commit | 4b04eaa325a972ec38a7d317a60faff1664c8d39 (patch) | |
tree | a14ff8fe984a499e15661ced75895fa060cc49d1 /framework/src/test/resources/sample-test-schema.yaml | |
parent | 8782d93af5c1a65dfe1f07aabe6afa69d6f3e155 (diff) |
Add default_value for output attributes
Special enteries are $s{uuit} and $s{env:EVN-VAR}
Issue-Id: CLI-66
Change-Id: I6c16d8815f4934b7759adee3a41372303cef9a65
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/test/resources/sample-test-schema.yaml')
-rw-r--r-- | framework/src/test/resources/sample-test-schema.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/test/resources/sample-test-schema.yaml b/framework/src/test/resources/sample-test-schema.yaml index 0387e48c..98964a60 100644 --- a/framework/src/test/resources/sample-test-schema.yaml +++ b/framework/src/test/resources/sample-test-schema.yaml @@ -76,8 +76,10 @@ results: scope: short type: string is_secured: true + default_value: req-$s{uuid} - name: output-2 description: Onap output attribute marked in long scope: short is_secured: false - type: string
\ No newline at end of file + type: string + default_value: Hello ${string-param} !
\ No newline at end of file |