os-testr/os_testr
Matthew Treinish 2b3e2e88f7
Fix load command in pdb/no-discover path
This commit fixes a small oversight in the ostestr --pdb/--no-discover
path. When we go to load the results from the run the command used to
load the results was still using testrepository, which is not used
anywhere else in ostestr at this point.(and is not in requirements.txt
anymore) This commit fixes this and switches it to use stestr instead.
That also exposed another bug in that code path where it was assuming
a repository was created before ostestr was run which is fixed as part
of this commit.

Change-Id: Icb3492ab0f08248a33f711807b150b4a9748fda6
2018-01-17 12:34:51 -05:00
..
tests Fix load command in pdb/no-discover path 2018-01-17 12:34:51 -05:00
utils Add colored output feature to subunit-trace 2015-11-25 13:15:22 +09:00
__init__.py Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
generate_subunit.py Add version option for ostestr and subunit-trace 2016-04-12 13:08:32 +09:00
ostestr.py Fix load command in pdb/no-discover path 2018-01-17 12:34:51 -05:00
regex_builder.py Fix regex builder 2017-11-24 16:59:10 +01:00
subunit2html.py Track failures during sorting of test results 2016-11-10 18:24:09 +00:00
subunit_trace.py Make unexpected success as fail 2016-06-17 16:42:21 +09:00
testlist_builder.py Fix typo and change regexp to regex 2016-12-02 17:18:08 +09:00