35ae2ff0c9a66d47987a01249ab987cc1d39984b
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: Template for deploying a single server with invalid token function.
4
5 topology_template:
6   outputs:
7     invalid_token_syntax_1:
8       description: test token with only two paremeters.
9       value: { token: ["some_string", "_"]}
10
11     invalid_token_syntax_2:
12       description: test token with invalid string as third argument.
13       value: { token: ["some_string", "_", "1"]}
14
15     invalid_token_syntax_3:
16       description: test token with invalid string as second argument.
17       value: { token: ["some_string", "aa", "1"]}