horizon/openstack_dashboard/test
Akihiro Motoki 9526289b76 Support Django 3.2 support (2)
In Django 3.2 CookieStorage stores messages in the RFC 6265 compliant
format [1][2]. This means that horizon messages pass through cookies are
encoded in a different way that messages are encrypted.

Previously horizon UT interpretes messages in cookies literally in its own way,
but the change on CookieStorage in Django 3.2 broke it. Horizon should not
depend on its own way. The suggested way I believe is to use a method defined
in django.contrib.messages.storage.cookie.CookieStorage.

[1] https://docs.djangoproject.com/en/3.2/releases/3.2/#miscellaneous
[2] 2d6179c819

Change-Id: I3e5e12265d0bc7b753bbe1f57acdd663b9dd3587
2021-09-16 11:18:00 +00:00
..
integration_tests Changes for tacker-horizon integration tests 2021-08-27 09:07:18 +05:30
jasmine Remove unused jasmine_tests.py 2015-05-13 12:39:00 -06:00
selenium openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
templates Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
test_data Clean up the workaround of cinderclient v2->v3 transition 2021-07-27 16:09:16 +09:00
test_panels Use python3-style super() 2020-10-15 14:37:20 +09:00
test_plugins Use python3-style super() 2020-10-15 14:37:20 +09:00
unit Show image names at Admin-Instances dashboard 2021-08-11 18:12:09 +03:00
__init__.py Revamp of testing machinery. 2012-04-23 22:24:21 -07:00
error_pages_urls.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
extensible_header_urls.py Drop unnecessary executable flags 2017-12-27 21:32:48 +00:00
helpers.py Support Django 3.2 support (2) 2021-09-16 11:18:00 +00:00
settings.py Fix tempest and pep8 tests 2020-05-12 18:49:34 +02:00
urls.py Fix Angular errors in openstack_auth 2018-03-17 18:36:01 +09:00