Comment 2 for bug 1845330

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-tempest-plugin (master)

Reviewed: https://review.opendev.org/686398
Committed: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin/commit/?id=b57453f84c06faddcded02530adb58afcdc3ded6
Submitter: Zuul
Branch: master

commit b57453f84c06faddcded02530adb58afcdc3ded6
Author: elajkat <email address hidden>
Date: Thu Oct 3 15:09:05 2019 +0200

    Make one agent untouchable in test_agent_management

    In test_agent_management some tests depend on one agent to be unmodified
    which was not guaranteed as some tests updated that agent.
    The update happened because the update test assumed that neutron will
    return list of agents in different order.
    The fix is only to select always different agent for update than the one
    used for other tests.

    Change-Id: I7af97ac0ee396d2eb132459d29e938bd5f3de9aa
    Closes-Bug: #1845330