suya hw
suya hw 通过 BitCrucible 驱动硬件验证。验证运行通过已注册的 agent 针对真实目标执行,
并且你可以审查过往运行的历史。agent 将你的物理硬件桥接到 Subaya 后端。
agent——suya hw agent
Section titled “agent——suya hw agent”管理将你的硬件连接到 Subaya 的 agent。
suya hw agent register
Section titled “suya hw agent register”注册一个新的 agent。
suya hw agent register --name bench-01| 标志 | 描述 |
|---|---|
--name <n> |
agent 的显示名称。 |
suya hw agent list
Section titled “suya hw agent list”列出已注册的 agent。
suya hw agent listsuya hw agent revoke
Section titled “suya hw agent revoke”按 id 撤销一个 agent。
suya hw agent revoke <agent-id>suya hw agent run
Section titled “suya hw agent run”运行 agent 进程(为验证运行提供服务的桥接器)。
suya hw agent runsuya hw run
Section titled “suya hw run”针对一个目标启动一次硬件验证运行。
suya hw run --target <target> --test-plan plan.yaml| 标志 | 描述 |
|---|---|
--target <t> |
要针对其运行的验证目标。 |
--test-plan <file> |
驱动本次运行的可选测试计划文件。 |
suya hw history
Section titled “suya hw history”显示硬件验证运行的历史。
suya hw historysuya hw history --project <project-id> --limit 20| 标志 | 描述 |
|---|---|
--project <id> |
将历史范围限定到一个项目。 |
--limit <N> |
要返回的最大条目数。 |