mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-12-08 14:21:15 +01:00
Restructure external-sop tests into flexible test suite
This commit is contained in:
parent
0c8f6baf98
commit
0b96a5314f
15 changed files with 398 additions and 539 deletions
17
external-sop/src/main/resources/sop/external/config.json.example
vendored
Normal file
17
external-sop/src/main/resources/sop/external/config.json.example
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"backends": [
|
||||
{
|
||||
"name": "Example-SOP",
|
||||
"sop": "/usr/bin/example-sop"
|
||||
},
|
||||
{
|
||||
"name": "Awesome-SOP",
|
||||
"sop": "/usr/local/bin/awesome-sop",
|
||||
"env": [
|
||||
{
|
||||
"key": "myEnvironmentVariable", "value": "FooBar"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue