tempest/tempest/cmd
Masayuki Igawa 9e492eee81 Use os.path.join as possible
This commit makes to use os.path.join instead of using the Unix path
character '/'. This change is not mandatory since we don't support
Windows environments as Tempest execution and, it seems Windows supports
'/' as a path separator. However, using both os.path.join and '/' is a
bit awkward.

Change-Id: I117acb281c352179d526808009e761335bb314fc
2020-09-06 09:49:40 +00:00
..
__init__.py Add cmd entry point for verify_tempest_config 2014-04-30 17:36:12 +00:00
account_generator.py Fix the argument check for account-generator 2020-06-15 07:03:34 +00:00
cleanup.py Improve logging in tempest cleanup 2020-05-07 05:54:48 +00:00
cleanup_service.py Improve logging in tempest cleanup 2020-05-07 05:54:48 +00:00
config-generator.tempest.conf Remove non-existent config options of oslo modules 2017-04-07 12:37:23 -07:00
init.py Use os.path.join as possible 2020-09-06 09:49:40 +00:00
list_plugins.py Remove python shebangs from python modules 2019-08-08 13:11:26 +09:00
main.py Replace directly import of logging with import oslo_log 2016-11-24 03:52:46 +00:00
run.py Add --worker-file option in tempest 2020-03-30 10:59:58 +02:00
subunit_describe_calls.py Improve unit tests for subunit_describe_calls 2020-08-18 17:25:21 -05:00
verify_tempest_config.py Don't use deprecated configparser.readfp 2020-05-05 18:21:41 +02:00
workspace.py Handling invalid path of workspace register and move 2018-11-16 09:36:58 +00:00