Comment 2 for bug 1820977

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to dragonflow (master)

Reviewed: https://review.openstack.org/644797
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=8fd27641b030df92a903006a558a88082efce21c
Submitter: Zuul
Branch: master

commit 8fd27641b030df92a903006a558a88082efce21c
Author: Shachar Snapiri <email address hidden>
Date: Mon Mar 18 11:31:29 2019 +0200

    Fix broken dragonflow gates

    This commit is composed of 4 (four) commits that fix various aspects
    that were broken in the gate.

    Co-Authored-By: Omer Anson <email address hidden>

    Bump up the version of libzmq for Ubuntu and Suse

    This is required as libzmq1 is no longer supported under these
    platforms.

    Change-Id: I17c73025856c006926ea6b2444c4fde86726db9d

    Install ruby via the operating system

    As opposed to installing it from source, success of which is a matter of
    chance.

    Change-Id: I39f13525d9b1d814c90ac898148b9543ed64cd7e

    Cleanup registered apps with os-ken

    Otherwise, os-ken complains that the apps are already
    instantiated. This might be causing the get failure.

    Change-Id: Iad8f76aafe98be443b0efa34e2f9cef8f40a9588

    Disable test TestNeighborAdvertiser

    It isn't working. Reported in bug 1820977.

    Change-Id: Ie1f9c05c3847320ba1892c52182d3e7d856f4957
    Related-Bug: #1820977