mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +03:00
adds missing files for tests
This commit is contained in:
24
src/tests/orchestration.test.yaml
Normal file
24
src/tests/orchestration.test.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
steps:
|
||||
feeder: cli_feeder
|
||||
archivers: # order matters
|
||||
- youtubedl_archiver
|
||||
enrichers:
|
||||
- hash_enricher
|
||||
|
||||
formatter: html_formatter # defaults to mute_formatter
|
||||
storages:
|
||||
- local_storage
|
||||
databases:
|
||||
- console_db
|
||||
|
||||
configurations:
|
||||
cli_feeder:
|
||||
urls:
|
||||
- "url1"
|
||||
hash_enricher:
|
||||
algorithm: "SHA-256"
|
||||
local_storage:
|
||||
save_to: "./local_archive"
|
||||
save_absolute: true
|
||||
filename_generator: static
|
||||
path_generator: flat
|
||||
@@ -14,6 +14,6 @@ domains:
|
||||
- animated-characters
|
||||
|
||||
orchestrators:
|
||||
spaceship: secrets/orchestration-dev.yaml
|
||||
interdimensional: secrets/orchestration-dev.yaml
|
||||
default: secrets/orchestration-dev.yaml
|
||||
spaceship: tests/orchestration.test.yaml
|
||||
interdimensional: tests/orchestration.test.yaml
|
||||
default: tests/orchestration.test.yaml
|
||||
|
||||
Reference in New Issue
Block a user