1 tosca_definitions_version: tosca_simple_yaml_1_0
3 description: Template for deploying a single server with invalid token function.
7 invalid_token_syntax_1:
8 description: test token with only two paremeters.
9 value: { token: ["some_string", "_"]}
11 invalid_token_syntax_2:
12 description: test token with invalid string as third argument.
13 value: { token: ["some_string", "_", "1"]}
15 invalid_token_syntax_3:
16 description: test token with invalid string as second argument.
17 value: { token: ["some_string", "aa", "1"]}