rally/tests/functional/extra/test_fake_scenario.json
Roman Vasilets f4c370d68e Add functional test for --plugin-paths parameter
Change-Id: I3a847ae490657be47b11cc178692658d8304556e
2015-06-05 01:21:26 +03:00

18 lines
326 B
JSON

{
"FakeScenarioPlugin1.list": [
{
"runner": {
"type": "constant",
"times": 5
}
}
],
"FakeScenarioPlugin2.list": [
{
"runner": {
"type": "constant",
"times": 5
}
}
]
}