Bug 1393351 - Fail to execute tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames
Summary: Fail to execute tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.t...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-neutron
Version: 9.0 (Mitaka)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Assaf Muller
QA Contact: Toni Freger
URL:
Whiteboard:
Depends On:
Blocks: 1394845 1396481
TreeView+ depends on / blocked
 
Reported: 2016-11-09 11:39 UTC by Arie Bregman
Modified: 2016-11-22 07:27 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1394845 1396481 (view as bug list)
Environment:
Last Closed: 2016-11-22 07:27:42 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Arie Bregman 2016-11-09 11:39:19 UTC
Description of problem:

Fail to execute successfully the following test, after deploying RHOSP 9 HA (3 controllers, 2 compute):

tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames

Version-Release number of selected component (if applicable):

openstack-neutron-8.1.2-8.el7ost.noarch
openstack-neutron-bigswitch-agent-2015.3.8-1.el7ost.noarch
openstack-neutron-bigswitch-lldp-2015.3.8-1.el7ost.noarch
openstack-neutron-common-8.1.2-8.el7ost.noarch
openstack-neutron-lbaas-8.0.0-1.el7ost.noarch
openstack-neutron-metering-agent-8.1.2-8.el7ost.noarch
openstack-neutron-ml2-8.1.2-8.el7ost.noarch
openstack-neutron-openvswitch-8.1.2-8.el7ost.noarch

How reproducible: 100%

Steps to Reproduce:
1. Deploy RHOSP 9 HA
2. Execute tempest scenario tests

Actual results:

Traceback (most recent call last):
  File "/home/stack/tempest/tempest/test.py", line 100, in wrapper
    return f(self, *func_args, **func_kwargs)
  File "/home/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 422, in test_mtu_sized_frames
    should_connect=True, mtu=self.network['mtu'])
  File "/home/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 214, in check_public_network_connectivity
    self.servers, mtu=mtu)
  File "/home/stack/tempest/tempest/scenario/manager.py", line 577, in check_public_network_connectivity
    mtu=mtu)
  File "/home/stack/tempest/tempest/scenario/manager.py", line 560, in check_vm_connectivity
    msg=msg)
  File "/home/stack/tempest/.venv/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : Timed out waiting for 192.0.2.92 to become reachable


Expected results: Tests passed successfully.

Comment 2 Arie Bregman 2016-11-22 07:27:42 UTC
Due to the way we deploy (OVB), the test failed for us. To make it pass, we had to set NeutronTenantMtu to 1450[1] before overcloud deployment.

Note: for OSP >= 10 it's 'NeutronGlobalPhysnetMtu'.


Note You need to log in before you can comment on or make changes to this bug.