test: add deferred phase 8 adversarial matrix
This commit is contained in:
@@ -23,6 +23,16 @@ services:
|
||||
profiles: [tools]
|
||||
depends_on: [control]
|
||||
|
||||
protocol-probe:
|
||||
image: archive-clients:e2e
|
||||
entrypoint: ["python", "/e2e/scenarios/protocol_ordering.py"]
|
||||
network_mode: service:control
|
||||
profiles: [tools]
|
||||
depends_on: [control]
|
||||
volumes:
|
||||
- ../scenarios:/e2e/scenarios:ro
|
||||
- ./secrets:/run/secrets:ro
|
||||
|
||||
networks:
|
||||
archive-control-e2e:
|
||||
external: true
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"offline_timeout": "10s",
|
||||
"command_ack_timeout": "2s",
|
||||
"command_max_attempts": 3,
|
||||
"stall_after": "5s",
|
||||
"route_policy": "eager_mesh",
|
||||
"route_setup_timeout": "5m",
|
||||
"test_http": {
|
||||
|
||||
Reference in New Issue
Block a user