mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-13 22:28:36 +00:00
Merge pull request #61 from jimboatarm/issue_58
Add a template agenda for each workload
This commit is contained in:
commit
c7e160e1e3
8
wlauto/workloads/gmail/template-agenda.mustache
Normal file
8
wlauto/workloads/gmail/template-agenda.mustache
Normal file
@ -0,0 +1,8 @@
|
||||
global:
|
||||
iterations: 1
|
||||
workloads:
|
||||
- id: {{workload_id}}
|
||||
name: gmail
|
||||
params:
|
||||
recipient: {{recipient}}
|
||||
dumpsys_enabled: {{dumpsys_enabled}}
|
7
wlauto/workloads/googlephotos/template-agenda.mustache
Normal file
7
wlauto/workloads/googlephotos/template-agenda.mustache
Normal file
@ -0,0 +1,7 @@
|
||||
global:
|
||||
iterations: 1
|
||||
workloads:
|
||||
- id: {{workload_id}}
|
||||
name: googlephotos
|
||||
params:
|
||||
dumpsys_enabled: {{dumpsys_enabled}}
|
@ -0,0 +1,9 @@
|
||||
global:
|
||||
iterations: 1
|
||||
workloads:
|
||||
- id: {{workload_id}}
|
||||
name: googleplaybooks
|
||||
params:
|
||||
search_book_title: {{search_book_title}}
|
||||
search_word: {{search_word}}
|
||||
dumpsys_enabled: {{dumpsys_enabled}}
|
9
wlauto/workloads/googleslides/template-agenda.mustache
Normal file
9
wlauto/workloads/googleslides/template-agenda.mustache
Normal file
@ -0,0 +1,9 @@
|
||||
global:
|
||||
iterations: 1
|
||||
workloads:
|
||||
- id: {{workload_id}}
|
||||
name: googleslides
|
||||
params:
|
||||
local_file: {{local_file}}
|
||||
slide_count: {{slide_count}}
|
||||
dumpsys_enabled: {{dumpsys_enabled}}
|
11
wlauto/workloads/multiapp/template-agenda.mustache
Normal file
11
wlauto/workloads/multiapp/template-agenda.mustache
Normal file
@ -0,0 +1,11 @@
|
||||
global:
|
||||
iterations: 1
|
||||
workloads:
|
||||
- id: {{workload_id}}
|
||||
name: multiapp
|
||||
params:
|
||||
recipient: {{recipient}}
|
||||
login_name: {{login_name}}
|
||||
login_pass: {{login_pass}}
|
||||
contact_name: {{contact_name}}
|
||||
dumpsys_enabled: {{dumpsys_enabled}}
|
12
wlauto/workloads/reader/template-agenda.mustache
Normal file
12
wlauto/workloads/reader/template-agenda.mustache
Normal file
@ -0,0 +1,12 @@
|
||||
global:
|
||||
iterations: 1
|
||||
workloads:
|
||||
- id: {{workload_id}}
|
||||
name: reader
|
||||
params:
|
||||
email: {{email}}
|
||||
password: {{password}}
|
||||
document_name: {{document_name}}
|
||||
first_search_word: {{first_search_word}}
|
||||
second_search_word: {{second_search_word}}
|
||||
dumpsys_enabled: {{dumpsys_enabled}}
|
Loading…
x
Reference in New Issue
Block a user