Merge pull request #428 from robertbaldyga/tf-plugins-provided-by

Update test-framework and update example config
This commit is contained in:
Robert Baldyga
2020-06-01 16:37:39 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -22,3 +22,10 @@ disks:
serial: "DEF"
type: "hdd"
blocksize: 512
plugins:
example_plugin:
provided_by: "internal_plugins.example_plugin"
config:
property1: "value1"
property2: "value2"