commit | c2d9b66975d3606379eec9f01f055847693c6949 | [log] [tgz] |
---|---|---|
author | Jeremy Liu <liujiong@gohighsec.com> | Wed Apr 12 14:21:29 2017 +0800 |
committer | Jeremy Liu <liujiong@gohighsec.com> | Wed Apr 12 14:21:29 2017 +0800 |
tree | bb03b500b3e4cc2630adcc015c5770e7a5e21396 | |
parent | 658924630f2c4e06d241751f95387cb87e670a57 [diff] [blame] |
Fix tox command for running tests Fix the command for running tox tests and add the missing file. Change-Id: I41b78a1e39b818ed0534a02bc7736a5c461567e8
diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000..6a52f97 --- /dev/null +++ b/.testr.conf
@@ -0,0 +1,5 @@ +[DEFAULT] +test_command=${PYTHON:-python} -m subunit.run discover -s ./barbican_tempest_plugin -t . $LISTOPT $IDOPTION + +test_id_option=--load-list $IDFILE +test_list_option=--list