Friday, 2024-04-05

Alexkeyping13:58
Alexkeyping14:22
AlexkeyHi, 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
AlexkeyDid I understand correctly that this needs to be done through the rally plugin?14:32
Alexkey1. I should create new-test.py as in example: https://rally.readthedocs.io/en/latest/plugins/index.html#how-to-create-a-plugin14:32
Alexkey```14:32
Alexkeyfrom rally.task import scenario14:32
Alexkey@scenario.configure(name="my_new_plugin_name")14:32
Alexkeyclass MyNewPlugin(plugin.Plugin): 14:32
Alexkey    pass14:32
Alexkey```14:32
Alexkey2. Then I should add: rally --plugin-paths my_test.py plugin 14:32
Alexkeydid I describe everything correctly ?14:32

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!