Alexkey | ping | 13:58 |
---|---|---|
Alexkey | ping | 14:22 |
Alexkey | Hi, please help me, I have a need to create a couple of new tests for openstack. And I didn't understand a bit how to add them to rally. | 14:32 |
Alexkey | Did I understand correctly that this needs to be done through the rally plugin? | 14:32 |
Alexkey | 1. I should create new-test.py as in example: https://rally.readthedocs.io/en/latest/plugins/index.html#how-to-create-a-plugin | 14:32 |
Alexkey | ``` | 14:32 |
Alexkey | from rally.task import scenario | 14:32 |
Alexkey | @scenario.configure(name="my_new_plugin_name") | 14:32 |
Alexkey | class MyNewPlugin(plugin.Plugin): | 14:32 |
Alexkey | pass | 14:32 |
Alexkey | ``` | 14:32 |
Alexkey | 2. Then I should add: rally --plugin-paths my_test.py plugin | 14:32 |
Alexkey | did I describe everything correctly ? | 14:32 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!