mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-22 00:52:04 +01:00
test_vsctl: Strip unexpected double quote
This patch removes unexpected double quote around IP address in OVSDB_SWITCH_ADDR. e.g.) NG: tcp:"172.17.0.2":6640 OK: tcp:172.17.0.2:6640 Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
d9d0588689
commit
2edfb20884
@ -83,7 +83,7 @@ class TestVSCtl(unittest.TestCase):
|
||||
def _docker_inspect_ip_addr(cls, container):
|
||||
return _run(
|
||||
'docker inspect --format="{{.NetworkSettings.IPAddress}}" %s' %
|
||||
container)[0]
|
||||
container)[0].strip('"')
|
||||
|
||||
@classmethod
|
||||
def _set_up_mn_container(cls):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user