eb2ab2ba53
This change aligns packstack unit tests runner with other Open Stack projects Change-Id: I588f12a163e64d90a51f35e98ea20ff691339baa Signed-off-by: Maciej Kucia <maciej@kucia.net>
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|