Knowledge Base Administration Guide

Regression Group (sub-regressions)

Regressions can be optionally grouped into sub-regressions, using the Regression JSON field "group".

Simscope restricts each regression to a single component, but if using grouped regressions, each sub-regression can have a different component.

Example Group

For example, if you have 3 sub-regressions:

  • smoke/1200/tb
  • smoke/1200/alu
  • smoke/1200/fpu

You can group these together under smoke/1200 by publishing the Regression JSON for these regressions with a group field set to the same value:

{
   "group": "smoke/1200"
}

Simscope will show the related regressions in a tree format, with the group name at the root of the tree:

smoke/1200
├── smoke/1200/alu
├── smoke/1200/fpu
└── smoke/1200/tb

Limitations

Simscope only supports a single regression group hierarchy. Nested groups are not supported.

Screenshot

Here is an example grouped regression:

Grouped regression