diff --git a/README.md b/README.md index 98ce3d7..6502f33 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ following softwares to run the interop test: * [Docker](https://docs.docker.com/engine/install/) and [docker compose](https://docs.docker.com/compose/). -* [Development version of Wireshark](https://www.wireshark.org/download.html) (version 3.4.2 or newer). +* [Development version of Wireshark](https://www.wireshark.org/download.html) (version 3.5.0 or newer). ## Running the Interop Runner diff --git a/testcases.py b/testcases.py index 3434d55..1e57bfb 100644 --- a/testcases.py +++ b/testcases.py @@ -1330,7 +1330,10 @@ def desc(): @staticmethod def scenario() -> str: """Scenario for the ns3 simulator""" - return super(TestCaseAddressRebinding).scenario() + " --rebind-addr" + return ( + super(TestCaseAddressRebinding, TestCaseAddressRebinding).scenario() + + " --rebind-addr" + ) def check(self) -> TestResult: if not self._keylog_file():