mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
9feb6ad161
* refactor(qa): remove scenario execution profiles * fix(qa): preserve smoke CI membership * test(qa): drop redundant smoke pack order check * refactor(qa): remove Matrix runner profiles * refactor(qa): simplify Matrix CI orchestration * refactor(qa): derive execution sets from taxonomy * fix(qa): keep Matrix shard helper private * refactor(qa): derive profile scenarios from taxonomy * refactor(qa): reconcile taxonomy selection * refactor(qa): use canonical profile planning * refactor(qa): select canonical coverage owners * fix(qa): keep profile selector internal * refactor(qa): remove representative coverage owners
32 lines
834 B
YAML
32 lines
834 B
YAML
title: Matrix E2EE CLI interactive self-verification establishes identity trust
|
|
scenario:
|
|
id: matrix-e2ee-cli-self-verification
|
|
surface: channels
|
|
coverage:
|
|
primary:
|
|
- matrix.encryption-setup
|
|
execution:
|
|
kind: flow
|
|
channel: matrix
|
|
timeoutMs: 180000
|
|
retryCount: 0
|
|
config:
|
|
matrixTopology:
|
|
defaultRoomKey: main
|
|
rooms:
|
|
- encrypted: true
|
|
key: e2ee-cli-self-verification
|
|
kind: group
|
|
members:
|
|
- driver
|
|
- observer
|
|
- sut
|
|
name: Matrix QA E2EE CLI Self Verification Room
|
|
requireMention: true
|
|
|
|
flow:
|
|
module: ./live-transports/matrix/scenarios/scenario-runtime-e2ee-cli-verification.js
|
|
call: runMatrixQaE2eeCliSelfVerificationScenario
|
|
args:
|
|
- expr: "scenarioContext"
|