Bug 1414050

Summary: Fail to execute tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps
Product: Red Hat OpenStack Reporter: Arie Bregman <abregman>
Component: openstack-novaAssignee: Michal Pryc <mpryc>
Status: CLOSED UPSTREAM QA Contact: Prasanth Anbalagan <panbalag>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: abregman, berrange, dasmith, eglynn, jschluet, kchamart, mpryc, sbauza, sferdjao, sgordon, srevivo, vromanso
Target Milestone: ---Keywords: AutomationBlocker, ZStream
Target Release: 10.0 (Newton)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-03 19:04:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arie Bregman 2017-01-17 15:46:49 UTC
Description of problem:

Fail to execute the following tempest tests:

tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic

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

openstack-nova-cert-14.0.3-1.el7ost.noarch
openstack-nova-common-14.0.3-1.el7ost.noarch
openstack-nova-compute-14.0.3-1.el7ost.noarch
openstack-nova-conductor-14.0.3-1.el7ost.noarch
openstack-nova-console-14.0.3-1.el7ost.noarch
openstack-nova-novncproxy-14.0.3-1.el7ost.noarch
openstack-nova-scheduler-14.0.3-1.el7ost.noarch
python-nova-14.0.3-1.el7ost.noarch
python-novaclient-6.0.0-1.el7ost.noarch

How reproducible: 93%

Steps to Reproduce:
1. Deploy RHOSP 10 HA (3 controllers, 2 compute) in OVB environment
2. Run tempest tests

Actual results: Failed to execute successfully the above tests.


Expected results: Tests passed successfully


Additional info: Deployed in OVB environment

Comment 6 Michal Pryc 2017-02-03 19:04:58 UTC
The issue was in the octario project and not the nova one.

Tempest was configured in Triple-O environment with default list of filters, while same list of used filters from Triple-O should be used to configure tempest instead.

Octario was improperly parsing the list of active filters, when the list was empty on OSP7, so the following work around was applied ( unfortunately it was applied for all neutron tempest jobs including OSP10 which affected tests described in this bug report ):

https://review.gerrithub.io/307293


Fixing filters parser as part of the following review allows to remove work around and fix the tests:

https://review.gerrithub.io/344812