Add trace_export_script/tests/data/test_trace_samples.json
This commit is contained in:
parent
57ee7cdd77
commit
c57e5475f7
1 changed files with 27 additions and 0 deletions
27
trace_export_script/tests/data/test_trace_samples.json
Normal file
27
trace_export_script/tests/data/test_trace_samples.json
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 0.0,
|
||||||
|
"value": 1.23,
|
||||||
|
"source": "sensor_A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 0.5,
|
||||||
|
"value": 1.45,
|
||||||
|
"source": "sensor_A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1.0,
|
||||||
|
"value": 1.67,
|
||||||
|
"source": "sensor_B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1.5,
|
||||||
|
"value": 1.89,
|
||||||
|
"source": "sensor_B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 2.0,
|
||||||
|
"value": 2.05,
|
||||||
|
"source": "sensor_C"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue