Source
---
test case cpu type="intel" 1 (1)
in
data -
cpu"intel" 1 type=
xyz
out
return SUCCEED
metric cpu
value1
labels
name type
value intel
next"\nxyz"
---
test case cpu type="intel" 1 12344 (2)
in
data -
cpu"intel" 1 type=
xyz
out
return SUCCEED
metric cpu
value1
labels
name type
value intel
next"\nxyz"
---
test case cpu type="intel" 1 (3)
in
data'cpu{type="intel"} 1'
out
return SUCCEED
metric cpu
value1
labels
name type
value intel
next""
---
test case cpu type="intel" 1
in
data'cpu {type="intel"} 1'
out
return SUCCEED
metric cpu
value1
labels
name type
value intel
next""
---
test case cpu 1 1
in
data'cpu 1'
out
return SUCCEED
metric cpu
value1
next""
---
test case cpu type = "intel" model = "i9" 1