JSON Result: rename key with test `url` to `id`
According to the test name RFC, once a test references goes though
the resolver, it becomes a test name. When it's set to be run by
the runner, and to be recorded in the result, it becomes a test ID.
Since the JSON records the result, the `url` key is really misleading,
and it should be named `id` (as in test ID).
Compatibility has been kept, that is, the key named `url` still exists,
and can be removed in a future version.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录