Sanity tests, demo service deployment check fails
Bug #1285562 reported by
Sergey Murashov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Timur Nurlygayanov | ||
4.1.x |
Fix Committed
|
High
|
Timur Nurlygayanov | ||
5.0.x |
Fix Released
|
High
|
Timur Nurlygayanov |
Bug Description
Steps to reproduce:
1. Open Fuel WebUI
2. Deploy Openstack+Murano
3. Navigate to "Health Check"
4. Select "Sanity tests" and "Check that user can deploy Demo service in Murano environment"
5. Click on "Run Tests"
Actual result:
Test "Check that user can deploy Demo service in Murano environment" fails on sixth step
If we choose only test "Check that user can deploy Demo service in Murano environment", this test should correctly pass
I think the root of the problem in parralel launching tests from different test cases. While demo serivce is deploying, sanity checks have passed and sanity check's tearDown method delete environment which contains our demo service
Changed in fuel: | |
milestone: | 5.0 → 4.1 |
importance: | Low → High |
status: | Confirmed → In Progress |
tags: | added: murano |
Changed in fuel: | |
milestone: | 4.1 → 5.0 |
tags: | added: in progress |
tags: | added: in progress |
tags: | added: backports-4.1.1 |
To post a comment you must log in.
Need to implement several tear down methods for different types of OSTF Murano tests to avoid the problems with the parallel tests execution.