[systest]Change the check of new format ephemeral disk for "reconfigure_nova_ephemeral_disk" test

Bug #1616086 reported by Sergey Novikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
High
Sergey Novikov

Bug Description

For 9.1 snapshot #169 test "reconfigure_nova_ephemeral_disk" fails with AssertionError:

Ephemeral disk format was not changed on instance. Please, see details: ExecResult(
 cmd=mount,
 stdout=
'rootfs on / type rootfs (rw,size=19476k,nr_inodes=4869)
/dev on /dev type devtmpfs (rw,relatime,size=19492k,nr_inodes=4873,mode=755)
/dev/vda1 on / type ext3 (rw,relatime,data=ordered)
...
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /run type tmpfs (rw,nosuid,relatime,mode=755)
/dev/vdb on /mnt type ext4 (rw,relatime,data=ordered)',
 stderr=
'',
 exit_code=0
)

New format should be "ext4". As we can see, the disk format is "ext4" for "/mnt" mountpoint - format was changed correctly. So, issue is in test. The check https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/tests/test_services_reconfiguration.py#L245 is simple but anyway we need to debug that

This bug seems a consequence of new patches in fuel-qa

Changed in fuel:
importance: Undecided → High
tags: added: swarm-fail
tags: added: swarm-blocker
removed: swarm-fail
Changed in fuel:
assignee: Fuel QA telco (fuel-qa-telco) → Sergey Novikov (snovikov)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-qa (master)

Fix proposed to branch: master
Review: https://review.openstack.org/364220

Changed in fuel:
status: New → In Progress
tags: added: swarm-fail
removed: swarm-blocker
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-qa (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/364906

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (master)

Reviewed: https://review.openstack.org/364220
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=225e7ff0c552b50ed7b607e51fb0980ac8e5a1c9
Submitter: Jenkins
Branch: master

commit 225e7ff0c552b50ed7b607e51fb0980ac8e5a1c9
Author: Sergey Novikov <email address hidden>
Date: Thu Sep 1 13:30:17 2016 +0300

    Convert all strings into unicode in services reconfiguration module

    Change-Id: I748a6832549a7b634ef89150fae42b7de62b639a
    Closes-Bug: #1616086

Changed in fuel:
status: In Progress → Fix Committed
tags: added: in-stable-mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/mitaka)

Reviewed: https://review.openstack.org/364906
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=183e00ddc6ed6f64f7594ec4b83a50af158db5ff
Submitter: Jenkins
Branch: stable/mitaka

commit 183e00ddc6ed6f64f7594ec4b83a50af158db5ff
Author: Sergey Novikov <email address hidden>
Date: Thu Sep 1 13:30:17 2016 +0300

    Convert all strings into unicode in services reconfiguration module

    Change-Id: I748a6832549a7b634ef89150fae42b7de62b639a
    Closes-Bug: #1616086

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.