← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1924315] [NEW] [stable/rocky] neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-rocky job fails

 

Public bug reported:

With some other failures (pip mirrors, grenade,
https://bugs.launchpad.net/bugs/1923413 , etc) now fixed, rocky
backports are almost back in green except this job.

Sample backports failing:
https://review.opendev.org/c/openstack/neutron/+/779780
https://review.opendev.org/c/openstack/neutron/+/777123

We have 2 separate issues, first the testr_results.html generation fails on subunit2html
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 124173: ordinal not in range(128)

This is https://review.opendev.org/c/openstack/os-testr/+/700778 but it
is not included in version used in rocky (and newer do not support py2)

This should probably be not needed if tests are all passing (we just
need a bit more digging to find failing tests)

Second problem, some tests fail 100% or most of the time:
neutron_tempest_plugin.scenario.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_to_2_servers
neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity
(both seen in all rechecks I checked)
neutron_tempest_plugin.scenario.test_connectivity.NetworkConnectivityTest.test_connectivity_router_east_west_traffic
neutron_tempest_plugin.scenario.test_portsecurity.PortSecurityTest.test_port_security_removed_added
(I saw these a few times)

At least one of the tests fails on missing ncat:
2021-04-15 04:18:09.915121 | controller |     2021-04-15 03:39:35,818 25332 INFO     [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.201 successfully created
2021-04-15 04:18:09.915129 | controller |     2021-04-15 03:39:36,071 25332 DEBUG    [neutron_tempest_plugin.common.shell] Executing command 'ncat --version 2>&1' on local host (timeout=None)...
2021-04-15 04:18:09.915141 | controller |     2021-04-15 03:39:36,080 25332 DEBUG    [neutron_tempest_plugin.common.shell] Command 'ncat --version 2>&1' failed (exit_status=127):
2021-04-15 04:18:09.915167 | controller |     stderr:
2021-04-15 04:18:09.915180 | controller |
2021-04-15 04:18:09.915188 | controller |     stdout:
2021-04-15 04:18:09.915197 | controller |     /bin/sh: 1: ncat: not found

Maybe something changed in base image we use?

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: gate-failure

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1924315

Title:
  [stable/rocky] neutron-tempest-plugin-scenario-openvswitch-
  iptables_hybrid-rocky job fails

Status in neutron:
  New

Bug description:
  With some other failures (pip mirrors, grenade,
  https://bugs.launchpad.net/bugs/1923413 , etc) now fixed, rocky
  backports are almost back in green except this job.

  Sample backports failing:
  https://review.opendev.org/c/openstack/neutron/+/779780
  https://review.opendev.org/c/openstack/neutron/+/777123

  We have 2 separate issues, first the testr_results.html generation fails on subunit2html
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 124173: ordinal not in range(128)

  This is https://review.opendev.org/c/openstack/os-testr/+/700778 but
  it is not included in version used in rocky (and newer do not support
  py2)

  This should probably be not needed if tests are all passing (we just
  need a bit more digging to find failing tests)

  Second problem, some tests fail 100% or most of the time:
  neutron_tempest_plugin.scenario.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_to_2_servers
  neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity
  (both seen in all rechecks I checked)
  neutron_tempest_plugin.scenario.test_connectivity.NetworkConnectivityTest.test_connectivity_router_east_west_traffic
  neutron_tempest_plugin.scenario.test_portsecurity.PortSecurityTest.test_port_security_removed_added
  (I saw these a few times)

  At least one of the tests fails on missing ncat:
  2021-04-15 04:18:09.915121 | controller |     2021-04-15 03:39:35,818 25332 INFO     [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.201 successfully created
  2021-04-15 04:18:09.915129 | controller |     2021-04-15 03:39:36,071 25332 DEBUG    [neutron_tempest_plugin.common.shell] Executing command 'ncat --version 2>&1' on local host (timeout=None)...
  2021-04-15 04:18:09.915141 | controller |     2021-04-15 03:39:36,080 25332 DEBUG    [neutron_tempest_plugin.common.shell] Command 'ncat --version 2>&1' failed (exit_status=127):
  2021-04-15 04:18:09.915167 | controller |     stderr:
  2021-04-15 04:18:09.915180 | controller |
  2021-04-15 04:18:09.915188 | controller |     stdout:
  2021-04-15 04:18:09.915197 | controller |     /bin/sh: 1: ncat: not found

  Maybe something changed in base image we use?

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1924315/+subscriptions


Follow ups