pinakes-core: add plugin integration tests and test fixtures
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If4372ea33b93306486170353f9edf4a76a6a6964
This commit is contained in:
parent
61ebc6824c
commit
7d3c2052c2
6 changed files with 404 additions and 2 deletions
17
crates/pinakes-core/tests/fixtures/test-plugin/plugin.toml
vendored
Normal file
17
crates/pinakes-core/tests/fixtures/test-plugin/plugin.toml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[plugin]
|
||||
name = "test-plugin"
|
||||
version = "1.0.0"
|
||||
api_version = "1.0"
|
||||
description = "Test fixture plugin for integration tests"
|
||||
kind = ["media_type", "metadata_extractor", "thumbnail_generator", "event_handler"]
|
||||
priority = 50
|
||||
|
||||
[plugin.binary]
|
||||
wasm = "test_plugin.wasm"
|
||||
|
||||
[capabilities]
|
||||
network = false
|
||||
|
||||
[capabilities.filesystem]
|
||||
read = ["/tmp"]
|
||||
write = ["/tmp"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue