Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Plugin] Allow plugin activation by container presence | Jake Hunsaker | 2021-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | Adds an enablement trigger tuple, `containers`, that allows for enabling a plugin based on the presence of a _running_ container matching a given name or regex. Note that this is only functional for the default runtime discovered by a policy during initialization. Resolves: #2561 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com> | ||||
* | [tests] Add test for plugin design conformance | Jake Hunsaker | 2021-05-19 | 1 | -0/+57 |
Adds a unittest that ensures conformance for plugin design, e.g. ensuring that enablement triggers are proper tuples and not inadvertent strings due to a missing trailing comma for single-tuples. Resolves: #2549 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com> |