Skip to content
Snippets Groups Projects
Commit 08f75f8b authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[advanced][protocoltemplates] Add missing templated user

This comes from the atvs_keystroke database which uses
a dataformat belonging to a "standard" user which is
tutorial.
parent 4b2c3091
No related branches found
No related tags found
1 merge request!32Add missing templated user to protocol template generated from atvs_keystroke
......@@ -7,7 +7,7 @@
"file_id": "{{ system_user.username }}/uint64/1",
"client_id": "{{ system_user.username }}/text/1",
"template_id": "{{ system_user.username }}/text/1",
"keystroke": "user/atvs_keystroke/1"
"keystroke": "{{ user.username }}/atvs_keystroke/1"
}
},
{
......@@ -17,7 +17,7 @@
"probe_id": "{{ system_user.username }}/uint64/1",
"client_id": "{{ system_user.username }}/text/1",
"template_ids": "{{ system_user.username }}/array_1d_text/1",
"keystroke": "user/atvs_keystroke/1"
"keystroke": "{{ user.username }}/atvs_keystroke/1"
}
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment