diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/sample_config.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugin/sample_config.yaml b/plugin/sample_config.yaml new file mode 100644 index 000000000..39d04e3af --- /dev/null +++ b/plugin/sample_config.yaml @@ -0,0 +1,12 @@ +--- +# Sample plugin configration file + +schema: "yardstick:plugin:0.1" + +plugins: + name: sample + +deployment: + ip: 10.1.0.50 + user: root + password: root |