Tempest test test_container_synchronization is failed
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
| 10.0.x |
High
|
Kostiantyn Danylov | |||
| 8.0.x |
High
|
Kostiantyn Danylov | |||
| 9.x |
High
|
Kostiantyn Danylov |
Bug Description
Configuration:
ISO: 9.0 mos iso #452
Settings:
Compute - QEMU.
Network - Neutron with VLAN segmentation.
Storage Backends - LVM
Additional services - Install Ironic, Install Sahara
In tab Settings->Compute check Nova quotas
In tab Settings->OpenStack Services check enable Install Ceilometer and Aodh
In tab Networks->Other check enable Neutron DVR
Nodes: controller, compute, ironic,cinder, Telemetry - MongoDB
Steps to reproduce:
1. Deploy ISO in configuration see (Detailed bug description)
2. Navigate to controller node
3. Install git (use apt-get install git)
4. Clone script to deploy rally + tempest
# git clone https:/
5. Navigate to the https:/
6. Execute necessary steps to deploy tempest
7. Tun test in debug mode
#rally --debug verify start --regex tempest.
Expected results:
Test is passed
Actual result:
Test is Failed
(see comments)
Reproducibility:
See attachment
Workaround:
---
Impact:
---
Additional information:
Traceback (most recent call last):
File "/home/
return func(*func_args, **func_kwargs)
File "/home/
self.
File "/home/
cont, params=params)
File "/home/
resp, body = self.get(url, headers={})
File "/home/
return self.request('GET', url, extra_headers, headers)
File "/home/
resp, resp_body)
File "/home/
raise exceptions.
tempest.
Details: <html><
snapshot https:/
Oleksiy Butenko (obutenko) wrote : | #2 |
Changed in mos: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → MOS Swift (mos-swift) |
milestone: | none → 9.0 |
Alyona Kiseleva (akiselyova) wrote : | #3 |
From Swift logs I see, that authorization really was failed. May be, tempest use incorrect token, or something like this. I'll try to find, where mistake take place.
Changed in mos: | |
assignee: | MOS Swift (mos-swift) → Alyona Kiseleva (akiselyova) |
milestone: | 9.0 → 9.0-updates |
Timur Nurlygayanov (tnurlygayanov) wrote : | #4 |
Ok, do we have any updates?
tags: | added: move-to-9.2 |
Sam Stoelinga (sammiestoel) wrote : | #5 |
@Timur: Please close it as incomplete if there are no updates on how to reproduce this.
reproduced only on ci for 9.2 snapshot #430
trace:
Traceback (most recent call last):
File "tempest/test.py", line 119, in wrapper
return func(*func_args, **func_kwargs)
File "tempest/
self.
File "tempest/
cont, params=params)
File "tempest/
resp, body = self.get(url, headers={})
File "tempest/
return self.request('GET', url, extra_headers, headers)
File "tempest/
self.
File "tempest/
raise exceptions.
tempest.
Details: <html><
Snapshot: https:/
Vitaly Sedelnik (vsedelnik) wrote : | #7 |
More time is needed to get this issue fixed - retargeted to 9.3
Yury Tregubov (ytregubov) wrote : | #8 |
Quite stable reproduction is seen on mos10. The latest one is available on #1415 build: https:/
Feel free to ask me for reproduction.
Vladimir Jigulin (vjigulin) wrote : | #9 |
Probably same issue: #1555015
bug reproduced only on ci and can't reproduce manual