diff --git a/whitebox_neutron_tempest_plugin/tests/scenario/base.py b/whitebox_neutron_tempest_plugin/tests/scenario/base.py index 1da6371..a3b4890 100644 --- a/whitebox_neutron_tempest_plugin/tests/scenario/base.py +++ b/whitebox_neutron_tempest_plugin/tests/scenario/base.py @@ -15,8 +15,8 @@ import re import netaddr -from neutron_tempest_plugin.scenario import base from neutron_tempest_plugin.common import utils as common_utils +from neutron_tempest_plugin.scenario import base from oslo_log import log from tempest import config diff --git a/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py b/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py index 30185bb..7c06bf2 100644 --- a/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py +++ b/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py @@ -20,7 +20,6 @@ from neutron_tempest_plugin.common import ssh from neutron_tempest_plugin import config from neutron_tempest_plugin.scenario import base from oslo_log import log as logging -from tempest.lib.common import fixed_network from tempest.lib.common.utils import data_utils from tempest.lib import decorators from tempest.lib import exceptions @@ -326,8 +325,8 @@ class VlanTransparencyDowntreamBaseTest(base.BaseTempestTestCase): sg_rule = self.create_pingable_secgroup_rule( self.security_group['id'], client=self.client) self.addCleanup( - self.client.delete_security_group_rule, - sg_rule['id']) + self.client.delete_security_group_rule, + sg_rule['id']) class MultiVlanTransparencyTest(VlanTransparencyDowntreamBaseTest): @@ -441,8 +440,8 @@ class MultiPortVlanTransparencyTest(VlanTransparencyDowntreamBaseTest): sg_rule = self.create_pingable_secgroup_rule( self.security_group['id'], client=self.client) self.addCleanup( - self.client.delete_security_group_rule, - sg_rule['id']) + self.client.delete_security_group_rule, + sg_rule['id']) self._check_remote_connectivity_vlan_second_port() diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index c37d2e7..eb2a795 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -14,9 +14,11 @@ - whitebox-neutron-tempest-plugin-jobs check: jobs: + - openstack-tox-pep8 - whitebox-neutron-tempest-plugin-openvswitch - whitebox-neutron-tempest-plugin-ovn gate: jobs: + - openstack-tox-pep8 - whitebox-neutron-tempest-plugin-openvswitch - whitebox-neutron-tempest-plugin-ovn