Send compute usage via in the compute.updated notification

Ref https://github.com/GNS3/gns3-gui/issues/1261
This commit is contained in:
Julien Duponchelle
2016-06-30 09:45:11 +02:00
parent 66959ee4e9
commit 543b423e03
5 changed files with 77 additions and 5 deletions

View File

@ -67,7 +67,9 @@ def test_load(controller, controller_config_path, async_run):
"port": 8000,
"protocol": "http",
"user": "admin",
"name": "http://admin@localhost:8000"
"name": "http://admin@localhost:8000",
"cpu_usage_percent": None,
"memory_usage_percent": None
}