From 6a81390808ae645688b260248f62d4356f5f2e32 Mon Sep 17 00:00:00 2001 From: Daniel Lintott Date: Tue, 9 Dec 2014 13:49:45 +0000 Subject: [PATCH] Update test with correct hypervisor IP --- tests/dynamips/test_hypervisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dynamips/test_hypervisor.py b/tests/dynamips/test_hypervisor.py index e6c096b8..81a8176e 100644 --- a/tests/dynamips/test_hypervisor.py +++ b/tests/dynamips/test_hypervisor.py @@ -14,7 +14,7 @@ def test_port(hypervisor): def test_host(hypervisor): - assert hypervisor.host == "127.0.0.1" + assert hypervisor.host == "0.0.0.0" def test_working_dir(hypervisor):