diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2018-02-28 12:05:26 +0200 |
---|---|---|
committer | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2018-03-07 06:48:02 +0000 |
commit | 9779a91a2eb0ae7745552d30af1accbfe7a70ca0 (patch) | |
tree | 516122a537373ac430f630f118fcb8a1bd90a76c /doctor_tests/inspector | |
parent | 2889f8cc9c54b53e2e39a268ff83474ce352239b (diff) |
Removing temporary process group solution.
Introducing root cause fix for sample inspector shutdown
JIRA: DOCTOR-123
Change-Id: Ibc95d482f476b60584c224d8e2757d071149d611
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Diffstat (limited to 'doctor_tests/inspector')
-rw-r--r-- | doctor_tests/inspector/sample.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doctor_tests/inspector/sample.py b/doctor_tests/inspector/sample.py index fadfd3d4..abc4fc6d 100644 --- a/doctor_tests/inspector/sample.py +++ b/doctor_tests/inspector/sample.py @@ -168,7 +168,7 @@ class InspectorApp(Thread): self.inspector.handle_events(events) return "OK" - @app.route('/shutdown', methods=['POST']) + @app.route('/events/shutdown', methods=['POST']) def shutdown(): self.log.info('shutdown inspector app server at %s' % time.time()) func = request.environ.get('werkzeug.server.shutdown') |