Add Python3 zed unit tests

This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I21c553d594eaf856e6b2d74ec6174394618a3156
This commit is contained in:
OpenStack Release Bot 2022-03-08 12:05:23 +00:00 committed by Andrey Pavlov
parent c1eaa49507
commit d42220cdc8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-yoga-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
check:
jobs:

View File

@ -54,7 +54,7 @@ class RequestContext(context.RequestContext):
super(RequestContext, self).__init__(
auth_token=auth_token,
user=user_id or user,
tenant=project_id or tenant,
project_id=project_id or tenant,
is_admin=is_admin,
request_id=request_id,
resource_uuid=kwargs.pop('resource_uuid', None),