cinder/tools
Sean McGinnis 81d75bc032
Change check_uptodate.sh to not call tox
Base nodepool images now no longer include tox. This causes a failure in
our pep8 jobs because the tools/config/check_uptodate.sh script had been
calling "tox -e genopts" to look for config file changes.

This is a partial backport of a change that switched our default
basepython to python3. That part of the change was removed from tox.ini,
so the only other part was an update to the check_uptodate.sh script
that refactored things to be more reliable, including the removal of
calling tox.

The part from the original commit included is:

There was also a difference in behavior with the genopts job
where it ends up trying to recreate the venv under which it
is currently running under, resulting in a corrupted venv
and a failure. This cleans up that script and changes it so
rather than a tox job calling a tox job it just runs the
script.

Change-Id: Ie79528b33070e6c60f9f5e1f2219084a2f0cb039
(cherry picked from commit 37510ac034)
2020-06-19 17:05:22 -05:00
..
config Change check_uptodate.sh to not call tox 2020-06-19 17:05:22 -05:00
hooks Fix multibackend-matrix confs 2017-02-15 16:01:32 -02:00
check_exec.py Add releasenotes to check_exec list 2017-08-16 15:50:44 -04:00
colorizer.py Don't use dict.iterkeys() 2015-05-25 22:20:28 +02:00
enable-pre-commit-hook.sh Remove run_tests.sh wrapper 2016-12-09 14:15:54 -06:00
fast8.sh Fix tox -e fast8 2016-01-08 11:05:44 -05:00
generate_driver_list.py Keep consistent of naming convention 2017-07-10 10:46:44 +08:00
lintstack.py Add more operations to cluster 2016-12-20 19:20:52 +01:00
lintstack.sh Add pylint-based lintstack test to tox environment 2013-05-10 07:22:05 -04:00
test-setup.sh Minor cleanup on tools/test-setup.sh 2017-02-07 11:40:16 +01:00
with_venv.sh Fix up the test framework 2013-06-14 14:02:17 +00:00