X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Finspector.py;fp=tests%2Finspector.py;h=82ffc3380a0e8f2a5df0b1ad1d3573ca463bee85;hb=282369b6fd58a78e6a7c91f21b331363d4ed0fb3;hp=a61051f1f234e75f174abb1eaf1a97df5fe2609e;hpb=db6d9cdcb37fee810fdf59e4d96b9a5139b5c8b7;p=doctor.git diff --git a/tests/inspector.py b/tests/inspector.py index a61051f1..82ffc338 100644 --- a/tests/inspector.py +++ b/tests/inspector.py @@ -116,8 +116,7 @@ def get_args(): def main(): args = get_args() - app.run(port=args.port) - + app.run(host='0.0.0.0', port=args.port) if __name__ == '__main__': main()