Skip to content

Commit

Permalink
don't require multiple addresses for CM testcases (#420)
Browse files Browse the repository at this point in the history
Inherit from `TestCasePortRebinding` rather than `TestCaseAddressRebinding`.

Fixes #419
  • Loading branch information
larseggert authored Jan 28, 2025
1 parent f57bcf2 commit aa1bd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ def check(self) -> TestResult:
return TestResult.SUCCEEDED


class TestCaseConnectionMigration(TestCaseAddressRebinding):
class TestCaseConnectionMigration(TestCasePortRebinding):
@staticmethod
def name():
return "connectionmigration"
Expand Down

0 comments on commit aa1bd7b

Please sign in to comment.