Skip to content

Commit d82ed26

Browse files
anyj0527jaeyun-jung
authored andcommitted
[test] Fix working rpk_config.json file
- Add `pipelines` and `resources` fields to invoke more lines of plugin code. Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
1 parent 08c7815 commit d82ed26

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • tests/plugin-parser/test_rpk_samples/working_rpk/res/global/sample-res-type

tests/plugin-parser/test_rpk_samples/working_rpk/res/global/sample-res-type/rpk_config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,17 @@
44
"model" : "dummy-global.tflite",
55
"description" : "This is dummy global model",
66
"activate" : "true"
7+
},
8+
"pipelines" : {
9+
"name" : "dummy-global-pipeline",
10+
"pipeline" : "some ! valid ! gstreamer ! nnstreamer ! pipeline ! description"
11+
},
12+
"resources" : {
13+
"name" : "dummy-global-resource",
14+
"description" : "This is dummy global resource",
15+
"path" : [
16+
"resource_00.dat",
17+
"resource_01.dat"
18+
]
719
}
820
}

0 commit comments

Comments
 (0)