Comment 12 for bug 1393473

Revision history for this message
Artem Panchenko (apanchenko-8) wrote : Re: [System tests] Time not synced properly in system tests

Dennis, Bogdan,

this bug is about completely another issue in another system test ''ceph_ha_restart". In that tests we revert snapshot and then check Ceph health:

https://github.com/stackforge/fuel-main/blob/master/fuelweb_test/tests/tests_strength/test_restart.py#L128

And you are talking about 'ceph_ha' test (part of "bvt_2" test group), where we perform Ceph health check right after cluster deployment:

https://github.com/stackforge/fuel-main/blob/master/fuelweb_test/tests/test_ceph.py#L224

Here is the issue that should be fixed to make 6.1.ubuntu.bvt_2 green: https://bugs.launchpad.net/fuel/+bug/1417922