Comment 2 for bug 1842934

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

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

commit 2f467caa9821a9e9fbe7d77069a40115337af275
Author: Slawek Kaplonski <email address hidden>
Date: Thu Sep 5 16:28:09 2019 +0200

    Skip multicast test if there is no python3 on VM

    For example RHEL 8 image don't have Python installed by default,
    so this test will fail when it should be skipped.

    With this patch it will be skipped as before trying to start
    multicast sender/receiver scripts, there is simple check if
    python3 binary exists on VM.

    Change-Id: I25cb5b159330ac80777f8ea784e98fa06e6e056f
    Closes-Bug: #1842934