Comment 3 for bug 1599901

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

Reviewed: https://review.openstack.org/339159
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=62f3da00cb3ff15417697cef121c88275a583c3e
Submitter: Jenkins
Branch: master

commit 62f3da00cb3ff15417697cef121c88275a583c3e
Author: Artem Panchenko <email address hidden>
Date: Thu Jul 7 20:40:38 2016 +0300

    Fix "variable referenced before assignment" error

    It's possible to get the error above if no packages
    were updated on master node in 'admin_install_updates'
    method.

    Also tests must handle situations when old package is
    replaced by new one, so it's marked as installed but
    not upgraded.

    Change-Id: I6fe99ae16d887024643c60ea60e7650181fd432a
    Closes-bug: #1599901