b6e0be6694
This patch adds the addtest command to tempest-skiplist in order to avoid mistakes like duplicated entries, invalid yaml file format, add namespace instead of full test path. The idea here is to help ruck and rovers to add tests to skiplist, without the need to edit long yaml file, and be able to quickly select tests under a specific namespace to be added without all the boilplate of create entries for each test. Change-Id: Ibedd2c1307940f01229ecce2a683fdfd51dc612e
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
flake8==3.8.3 # MIT
|
|
mock
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.1.0 # Apache-2.0
|