-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
#21 reminds me, that it would be nice, to get testname based on some metadata, not exactly on directory name.
for example:
deps file will be removed
metadata file will be added and will contain for example using syntax of https://docs.python.org/2/library/configparser.html
[Description]
name = superpingtest
summary: this test is testing ping somehow
and it is very perfect ultimate test
[Dependencies]
rpm=abc def
deb=abc xyz
[Executables]
server=../othertest/server
client=client
[Environment]
variable=I dont know what to write there now
Then it will be possible easily extend schedule possibilities or add some filtering options (some tests are irrelevant for some environments for example)
and also names will be independent on directory structure.
more less all of sections could be omitted, only description have to be there.