-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kola/tests/tang: Refactor test to use socket in qemu namespace
The current version of the test creates a host socket which is affected by host iptables settings. This is why both tang tests are currently failing on our hosted infra. Rework the test to create a listener in the network namespace of the kola flight, which avoids host networking issues. We still have to dynamically find a port to avoid test case port collision, because kola runs all (qemu) tests inside the same network namespace. Signed-off-by: Jeremi Piotrowski <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters