Tempest test fails for max_api_microversion 2.73
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Shared File Systems Service (Manila) |
Fix Released
|
High
|
Alexander Deiter | ||
Bug Description
Description: Tempest test fails for max_api_
Steps to reproduce
==================
* Install an OpenStack environment using Manila master branch
* Install tempest and manila-
* Set max_api_
[share]
max_api_
* Run tempest test suite
Expected results
================
Success
Actual results
==============
======
Totals
======
Ran: 1013 tests in 0.4160 sec.
- Passed: 845
- Skipped: 166
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 2
Sum of execute time for each test: 3864.0893 sec.
{3} manila_
Captured traceback:
~~~~~~~~~~~~~~~~~~~
b'Traceback (most recent call last):'
b' File "/opt/stack/
b' return func(self, *args, **kwargs)'
b' File "/opt/stack/
b' self.assertEqua
b' File "/opt/stack/
b' self.assertThat
b' File "/opt/stack/
b' raise mismatch_error'
b'testtools
b"reference = {'created_at',"
b" 'description',"
b" 'id',"
b" 'links',"
b" 'name',"
b" 'project_id',"
b" 'share_id',"
b" 'share_proto',"
b" 'share_size',"
b" 'size',"
b" 'status',"
b" 'user_id'}"
b"actual = {'created_at',"
b" 'description',"
b" 'id',"
b" 'links',"
b" 'metadata',"
b" 'name',"
b" 'project_id',"
b" 'share_id',"
b" 'share_proto',"
b" 'share_size',"
b" 'size',"
b" 'status',"
b" 'user_id'}"
b''
b''
{3} manila_
Captured traceback:
~~~~~~~~~~~~~~~~~~~
b'Traceback (most recent call last):'
b' File "/opt/stack/
b' return func(self, *args, **kwargs)'
b' File "/opt/stack/
b' [self.assertEqu
b' File "/opt/stack/
b' [self.assertEqu
b' File "/opt/stack/
b' self.assertThat
b' File "/opt/stack/
b' raise mismatch_error'
b'testtools
b"reference = {'created_at',"
b" 'description',"
b" 'id',"
b" 'links',"
b" 'name',"
b" 'project_id',"
b" 'share_id',"
b" 'share_proto',"
b" 'share_size',"
b" 'size',"
b" 'status',"
b" 'user_id'}"
b"actual = {'created_at',"
b" 'description',"
b" 'id',"
b" 'links',"
b" 'metadata',"
b" 'name',"
b" 'project_id',"
b" 'share_id',"
b" 'share_proto',"
b" 'share_size',"
b" 'size',"
b" 'status',"
b" 'user_id'}"
b''
b''
| Changed in manila: | |
| assignee: | nobody → Alexander Deiter (adeiter) |
| status: | New → In Progress |
| Changed in manila: | |
| importance: | Undecided → High |
| milestone: | none → antelope-1 |

Fix proposed to branch: master /review. opendev. org/c/openstack /manila- tempest- plugin/ +/861335
Review: https:/