Custom test cases

Asked by Marcela Bonell

Is possible to run custom test cases thru Rally?
E.g.
$ rally verify start --custom my_test

Question information

Language:
English Edit question
Status:
Solved
For:
Rally Edit question
Assignee:
No assignee Edit question
Solved by:
Andriy Kurilin
Solved:
Last query:
Last reply:
Revision history for this message
Best Andriy Kurilin (andreykurilin) said :
#1

You can use regex, something like
$ rally verify start --regex some.module.SomeTestCase.my_test

Revision history for this message
Marcela Bonell (mbonell) said :
#2

But, that test case have to be in the Tempest repository? Or can be in a folder in my host?

Revision history for this message
Andriy Kurilin (andreykurilin) said :
#3

It should be in tempest repository. Btw, `rally-manage tempest install`(in future it will be `rally verify install`) cli has an option for installing tempest from custom repository.

Revision history for this message
Marcela Bonell (mbonell) said :
#4

Thanks!

Revision history for this message
Marcela Bonell (mbonell) said :
#5

Thanks Andrey Kurilin, that solved my question.