test_multicast_between_vms_on_same_network failures

Bug #1873798 reported by Lucas Alvares Gomes
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Lucas Alvares Gomes

Bug Description

There's at least two failures happening in the test_multicast_between_vms_on_same_network test

#1.

2020-04-10 15:07:03.425451 | controller | {0} neutron_tempest_plugin.scenario.test_multicast.MulticastTestIPv4.test_multicast_between_vms_on_same_network ... SKIPPED: neutron_tempest_plugin.scenario.test_multicast.MulticastTestIPv4.test_multicast_between_vms_on_same_network[id-113486fc-24c9-4be4-8361-03b1c9892867] was marked as unstable because of bug 1850288, failure was: 'IPAddress' object has no attribute 'startswith'

#2.

neutron_tempest_plugin.scenario.test_multicast.MulticastTestIPv4.test_multicast_between_vms_on_same_network[id-113486fc-24c9-4be4-8361-03b1c9892867] was marked as unstable because of bug 1850288, failure was: Command 'sudo sh -eux' failed, exit status: 127, host: '10.0.0.247'
script:
bash ~/unregistered_traffic_receiver.sh
stderr:
+ bash /root/unregistered_traffic_receiver.sh
bash: /root/unregistered_traffic_receiver.sh: No such file or directory

Changed in neutron:
importance: Undecided → Medium
assignee: nobody → Lucas Alvares Gomes (lucasagomes)
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron-tempest-plugin (master)

Fix proposed to branch: master
Review: https://review.opendev.org/721262

Changed in neutron:
status: Confirmed → In Progress
Changed in neutron:
assignee: Lucas Alvares Gomes (lucasagomes) → Brian Haley (brian-haley)
Changed in neutron:
assignee: Brian Haley (brian-haley) → Lucas Alvares Gomes (lucasagomes)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-tempest-plugin (master)

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

commit 023396f59facd2caa28e992b85102ff2befcf467
Author: Lucas Alvares Gomes <email address hidden>
Date: Mon Apr 20 13:44:48 2020 +0100

    Fix test_multicast_between_vms_on_same_network

    The test_multicast_between_vms_on_same_network had a few errors, one
    related to the "mcast_address" being an IPAddress object and not a
    string. This has been fixed by converting the object to its string
    representation before trying to do a startswith() operation on it.

    The second problem was related to the execution of the
    unregistered_traffic_receiver.sh script. The script was created by
    the default SSH user in its home directory but, when SSH'ing the VM to
    execute it we had the become_root parameter set to True, which caused
    the command to look for the script in the /root directory. This has been
    fixed by creating and executing the script from the /tmp directory cos
    it's userless.

    Change-Id: I4046aaf0e7f4171e6ce5751b79b84c943ccf56cd
    Closes-Bug: #1873798
    Signed-off-by: Lucas Alvares Gomes <email address hidden>

Changed in neutron:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.