kolla/kolla/tests
Mark Goddard 5e7979f31d Throw TypeError in repository enable/disable macros
Currently we do not validate the type of the reponames argument to the
enable_extra_repos and disable_extra_repos macros. It should be a list,
but we merged a call where the argument was a string, which interpreted
as a list of single characters ('e', 'p', 'e', 'l'), and silently
ignored.

This change validates that the reponames argument is a list to avoid
this issue.

Change-Id: I497c8b2c1dc548e678698474d3604664cf8eeb07
2020-02-26 13:46:45 +00:00
..
common add unittest code base 2016-01-18 11:42:00 +00:00
docker Fix image plugin functionality for oslo.config 2016-02-12 06:00:20 +00:00
etc Move to opendev 2019-04-24 15:22:57 +08:00
__init__.py add unittest code base 2016-01-18 11:42:00 +00:00
base.py Make build.py importable lib 2016-06-07 16:40:16 +00:00
test_build.py handle push error properly 2019-10-16 05:02:16 +00:00
test_hacking.py Add HACKING.rst and hacking test case. 2016-11-24 15:55:43 +08:00
test_methods.py Throw TypeError in repository enable/disable macros 2020-02-26 13:46:45 +00:00