Add correlation_id_generation/tests/data/sample_tasks.json
This commit is contained in:
parent
c17c7b98ff
commit
a87182404c
1 changed files with 28 additions and 0 deletions
28
correlation_id_generation/tests/data/sample_tasks.json
Normal file
28
correlation_id_generation/tests/data/sample_tasks.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"tasks": [
|
||||
{
|
||||
"task": "vm_task_01",
|
||||
"tgid": 1001,
|
||||
"pid": 1001,
|
||||
"state_before": "sleeping",
|
||||
"state_after": "running",
|
||||
"run_seq": 1
|
||||
},
|
||||
{
|
||||
"task": "host_task_02",
|
||||
"tgid": 2002,
|
||||
"pid": 2005,
|
||||
"state_before": "waiting",
|
||||
"state_after": "woken",
|
||||
"run_seq": 1
|
||||
},
|
||||
{
|
||||
"task": "vm_task_03",
|
||||
"tgid": 1003,
|
||||
"pid": 1008,
|
||||
"state_before": "queued",
|
||||
"state_after": "executing",
|
||||
"run_seq": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue