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 protected]> 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 protected]> ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1873798 Title: test_multicast_between_vms_on_same_network failures Status in neutron: Fix Released 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 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1873798/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

