Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
devops
/
344c7c4baceb50d7f8bf7284b8d0b7a46c7a47fb
/
.
/
test
/
example
/
test_strings.py
blob: c156dc95a192c1b7d7b56b9a06be8fafbca19d48 [
file
] [
log
] [
blame
]
def
test_host
(
so_host
):
assert
so_host
==
'127.0.0.1'
def
test_port
(
so_host
,
so_port
):
assert
so_host
==
'127.0.0.1'
assert
so_port
==
80