tempest/tools
Felipe Monteiro ec4c668764 docs: Fix plugin registry generation failures
This patch set fixes plugin registry generation script which
is resulting in the documentation page ending up empty [0].

This is because the script `tools/generate-tempest-plugins-list.sh`
is using an old flag (`-A`).

This drops the `declare -A plugins` command because `plugins` isn't
used anywhere and also uses `decode('utf-8')` on the initial response
lookup for all the projects which is done already in the script
elsewhere [2].

[0] https://docs.openstack.org/tempest/latest/plugin-registry.html
[1] https://bash.cyberciti.biz/bash-reference-manual/Bash-Builtins.html#index-declare-132
[2] da8aec9aed/tools/generate-tempest-plugins-list.py (L67)

Change-Id: I70b59c869df06f35c0f7ca6d20e3584502cda8ef
2018-11-07 03:00:52 +00:00
..
check_logs.py Mark raw strings as such 2018-07-06 14:01:28 +01:00
generate-tempest-plugins-list.py docs: Fix plugin registry generation failures 2018-11-07 03:00:52 +00:00
generate-tempest-plugins-list.sh docs: Fix plugin registry generation failures 2018-11-07 03:00:52 +00:00
skip_tracker.py Remove duplication of skip_tracker 2017-04-21 12:12:42 +09:00
tempest-plugin-sanity.sh Use zuul v3 for running tempest plugin sanity check 2017-11-20 10:36:13 +00:00
with_venv.sh Make bash shebangs through /usr/bin/env 2017-04-11 18:46:16 +09:00