Scenario tests fail because of long boot time of CirrOS VM
Bug #1998916 reported by
Lukas Piwowarski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tempest |
Confirmed
|
High
|
Unassigned |
Bug Description
1) Describe the error and the expected behavior.
The test_minimum_
So far it is not certain whether the issue is caused by the test or by the job definition (e.g. using the wrong CirrOS image).
2) What OS did you run into the issue on?
Ubuntu 22.04
3) Specify the steps to reproduce the bug.
Execute the tempest-
Changed in tempest: | |
importance: | Undecided → High |
status: | New → Confirmed |
To post a comment you must log in.
The failure of the test_minimum_ basic_instance_ hard_reboot_ after_vol_ snap_deletion scenario test is probably caused by long boot time of CirrOS VM. The reason behind the long boot time is that the VM tries to unsuccessfully contact http:// 169.254. 169.254/ 2009-04- 04/instance- id [1] (check out "failed 1/20: up 26.25. request failed" in the attached log file).
Also, this issue probably does not influence only the test_minimum_ basic_instane_ hard_reboot_ after_vol_ snap_deletion test but also other tests (e.g.: test_minimum_ basic_scenario) .
[1] https:/ /github. com/cirros- dev/cirros/ blob/7f5471e272 44b5f63194f2565 b49006203e40b6e /src/lib/ cirros/ ds/ec2# L41