Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@

class BaseNeutronAgentOSKenApp(app_manager.OSKenApp):
OFP_VERSIONS = [ofproto_v1_3.OFP_VERSION]
packet_in_handlers = []

def __init__(self):
super().__init__()
self.packet_in_handlers = []

def register_packet_in_handler(self, caller):
self.packet_in_handlers.append(caller)
Expand Down
2 changes: 2 additions & 0 deletions zuul.d/tempest-singlenode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@
br-ex-tcpdump: true
br-int-flows: true
devstack_localrc:
TEMPEST_BRANCH: 45.0.0
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/requirements/upper-constraints.txt'
devstack_local_conf:
test-config:
Expand All @@ -720,6 +721,7 @@
nslookup_target: 'opendev.org'
configure_swap_size: 4096
devstack_localrc:
TEMPEST_BRANCH: 45.0.0
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/requirements/upper-constraints.txt'
devstack_local_conf:
test-config:
Expand Down