Skip to content

Commit 0a0b9e1

Browse files
authored
Add additional expected ports for mockxconf
1 parent 54d30c4 commit 0a0b9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
CONTAINERS = ["mockxconf", "native-platform"]
1010

1111
# Define expected open ports for mockxconf only (since you want IPv6 check for mockxconf)
12-
MOCKXCONF_EXPECTED_PORTS = [50050, 50051, 50052, 50053, 50054, 50056] # Example IPv6 ports for mockxconf
12+
MOCKXCONF_EXPECTED_PORTS = [50050, 50051, 50052, 50053, 50054, 50056, 50057, 50058] # Example IPv6 ports for mockxconf
1313

1414
# Define expected files in each container
1515
EXPECTED_FILES = {

0 commit comments

Comments
 (0)