diff options
-rw-r--r-- | ryu/tests/switch/tester.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py index 8622cbaa..aef92b6d 100644 --- a/ryu/tests/switch/tester.py +++ b/ryu/tests/switch/tester.py @@ -1261,3 +1261,9 @@ class DummyDatapath(object): def __init__(self): self.ofproto = ofproto_v1_3 self.ofproto_parser = ofproto_v1_3_parser + + def set_xid(self, _): + pass + + def send_msg(self, _): + pass |